![]() |
Speeduino
|
A class for output pin operations that is faster than standard Arduino digitalWrite() More...
#include <fastOutputPin.h>
Public Member Functions | |
| void | setPin (uint8_t pin, uint8_t mode=OUTPUT) |
| Set the output pin. | |
| void | setPinHigh (void) |
| Set the pin high. | |
| void | setPinLow (void) |
| Set the pin low. | |
| bool | isValid (void) const |
| Is the pin set? | |
A class for output pin operations that is faster than standard Arduino digitalWrite()
Call setPin() to initialize the pin, then call setPinHigh() to set the pin high.
Is the pin set?


Set the output pin.


Set the pin high.


Set the pin low.

