mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
clean up arduino node readme. Add hint re rate limit or rbe.
This commit is contained in:
@@ -26,9 +26,7 @@ Connects to local Arduino and monitors the selected pin for changes.
|
||||
You can select either **Digital**, **Analogue**, or **String** input type.
|
||||
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.
|
||||
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. For example you could use a `delay` node set to rate limit and drop intermediate values, or an `rbe` node to only report when it changes by a certain amount.
|
||||
|
||||
### Output Node
|
||||
|
||||
|
||||
Reference in New Issue
Block a user