FSM thermostat
|
Structure to define the HW dependencies of a LED. More...
#include <port_led.h>
Data Fields | |
GPIO_TypeDef * | p_port |
uint8_t | pin |
Structure to define the HW dependencies of a LED.
Definition at line 30 of file port_led.h.
GPIO_TypeDef* port_led_hw_t::p_port |
GPIO where the LED is connected
Definition at line 32 of file port_led.h.
uint8_t port_led_hw_t::pin |
Pin/line where the LED is connected
Definition at line 33 of file port_led.h.