34#if !defined(UNIT_TEST)
A class for input pin operations.
Definition digitalPin.h:14
bool isValid(void) const
Is the pin set?
Definition digitalPin.h:21
void setPin(uint8_t pin, uint8_t mode) noexcept
Set the input pin.
Definition digitalPin.cpp:7
bool isPinHigh(void) const noexcept
Check if the pin is set high.
Definition digitalPin.cpp:40
bool isPinLow(void) const noexcept
Check if the pin is set low.
Definition digitalPin.h:30