|
Simone: a game of visual memory and speed
|
Structure to define the HW dependencies of an RGB LED. More...
#include <stm32f4_rgb_light.h>
Data Fields | |
| GPIO_TypeDef * | p_port_red |
| uint8_t | pin_red |
| GPIO_TypeDef * | p_port_green |
| uint8_t | pin_green |
| GPIO_TypeDef * | p_port_blue |
| uint8_t | pin_blue |
Structure to define the HW dependencies of an RGB LED.
| GPIO_TypeDef* stm32f4_rgb_light_hw_t::p_port_blue |
GPIO where the BLUE LED is connected
| GPIO_TypeDef* stm32f4_rgb_light_hw_t::p_port_green |
GPIO where the GREEN LED is connected
| GPIO_TypeDef* stm32f4_rgb_light_hw_t::p_port_red |
GPIO where the RED LED is connected
| uint8_t stm32f4_rgb_light_hw_t::pin_blue |
Pin/line where the BLUE LED is connected
| uint8_t stm32f4_rgb_light_hw_t::pin_green |
Pin/line where the GREEN LED is connected
| uint8_t stm32f4_rgb_light_hw_t::pin_red |
Pin/line where the RED LED is connected