1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Maxwell Hadley
b95567dfb4 Added pulse-in; added debouncing
Added the pulse-in node code. Added simple debouncing logic to
discrete-in (note: this implementation may be badly affected if there
is a lot of very fast bouncing.
2014-02-23 15:20:05 +00:00
Maxwell Hadley
c6108cffb4 Polishing discrete-in a bit
Commented out debug: added numeric validator
2014-02-08 22:35:00 +00:00
Maxwell Hadley
8bf813c9cd Debug & tidy up
Make the colours the same as the RPi equivalents. Remove ‘BBB’ from the
node names.
Further debug output
2014-02-08 13:06:47 +00:00
Maxwell Hadley
e9a860f36f Added activeLow property to discrete-in
Further attempts to get the initial message working. Added activeLow
property. Output messages now include topic. Better help text. Change
name to discrete-in
2014-02-04 20:34:04 +00:00
Maxwell Hadley
83f7ff429f Added BBB-digital-in
Added digital input node - initially this is just BBB-discrete-in
2014-02-03 20:08:33 +00:00