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.