robertspark/faster-digital-read-write@0.0.1

License: AGPL-3.0

faster read and write example using the digitalWriteFast.h library
NodeDescription
fastread
Faster read of digital signal value from board GPIO port. Possible errors: — Invalid port
fastwrite
Faster outputs high or low signal on a board port. Possible errors: — Invalid port
fastread-pullup
Faster read of a digital signal value from a board GPIO port with the internal built-in pull-up resistor enabled. It forces the resulting signal to be True if the wire on the port floats (is disconnected). Possible errors: — Invalid port
example
faster read and write example using the digitalWriteFast.h library
To use the nodes in your project you should have the robertspark/faster-digital-read-write library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.