License: AGPL-3.0
Node | Description |
---|---|
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 |