From 36e834fdf1090abbbd92db293ee1840fa97739c0 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Thu, 13 Oct 2016 14:12:08 +0100 Subject: [PATCH] bump serial port to 4.0.3 library --- hardware/Arduino/35-arduino.html | 1 - io/serialport/25-serial.js | 7 ++++--- io/serialport/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hardware/Arduino/35-arduino.html b/hardware/Arduino/35-arduino.html index 0eb77bd9..459cc2c8 100644 --- a/hardware/Arduino/35-arduino.html +++ b/hardware/Arduino/35-arduino.html @@ -42,7 +42,6 @@

The Arduino must be loaded with the Standard Firmata sketch available in the Arduino examples.

You can select either Digital or Analogue input. Outputs the value read as msg.payload and the pin number as msg.topic.

It only outputs on a change of value - fine for digital inputs, but you can get a lot of data from analogue pins which you must then handle.

-

You can set the sample rate from 20 to 65535 mS.