A class for output pin operations that is faster than standard Arduino digitalWrite()
More...
#include <fastOutputPin.h>
|
| void | setPin (uint8_t pin, uint8_t mode=OUTPUT) noexcept |
| | Set the output pin.
|
| |
| void | setPinHigh (void) noexcept |
| | Set the pin high.
|
| |
| void | setPinLow (void) noexcept |
| | Set the pin low.
|
| |
| bool | isValid (void) const noexcept |
| | 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.
◆ isValid()
| bool fastOutputPin_t::isValid |
( |
void |
| ) |
const |
|
inlinenoexcept |
◆ setPin()
| void fastOutputPin_t::setPin |
( |
uint8_t |
pin, |
|
|
uint8_t |
mode = OUTPUT |
|
) |
| |
|
inlinenoexcept |
◆ setPinHigh()
| void fastOutputPin_t::setPinHigh |
( |
void |
| ) |
|
|
inlinenoexcept |
◆ setPinLow()
| void fastOutputPin_t::setPinLow |
( |
void |
| ) |
|
|
inlinenoexcept |
The documentation for this class was generated from the following file: