#include <tmr_gpio.h>
Public Attributes | |
bool | high |
uint8_t | id |
bool | output |
The identity and state of a single GPIO pin.
Definition at line 40 of file tmr_gpio.h.
bool TMR_GpioPin::high |
Whether the pin is in the high state.
Definition at line 45 of file tmr_gpio.h.
uint8_t TMR_GpioPin::id |
The ID number of the pin.
Definition at line 43 of file tmr_gpio.h.
bool TMR_GpioPin::output |
The direction of the pin
Definition at line 47 of file tmr_gpio.h.