13 void setPin(uint8_t pin, uint8_t mode = INPUT)
noexcept {
32#if !defined(UNIT_TEST)
A structure to support direct port manipulation.
Definition port_pin.h:23
bool isValid(void) const
Is the port register initialised?
Definition port_pin.h:30
bool isPinHigh(void) const noexcept
Check if the pin is set high.
Definition port_pin.h:36