From f3040ae95ceb9b9229b74b3925e6c6e308c8288f Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Wed, 16 Oct 2013 19:04:32 +0100 Subject: [PATCH] Add warning to Arduino node (as underlying firmata won't allow pins to be both inputas and outputs at the same time) --- nodes/hardware/35-arduino.html | 28 ++-- nodes/hardware/35-arduino.js | 292 +++++++++++++++++---------------- 2 files changed, 166 insertions(+), 154 deletions(-) diff --git a/nodes/hardware/35-arduino.html b/nodes/hardware/35-arduino.html index 6640b77a0..58fdc9c30 100644 --- a/nodes/hardware/35-arduino.html +++ b/nodes/hardware/35-arduino.html @@ -1,12 +1,12 @@