|
Simone: a game of visual memory and speed
|
Header for stm32f4_rgb_light.c file. More...
#include <stdint.h>#include "stm32f4xx.h"Data Structures | |
| struct | stm32f4_rgb_light_hw_t |
| Structure to define the HW dependencies of an RGB LED. More... | |
Macros | |
| #define | STM32F4_RGB_LIGHT_R_GPIO |
| #define | STM32F4_RGB_LIGHT_R_PIN |
| #define | STM32F4_RGB_LIGHT_G_GPIO |
| #define | STM32F4_RGB_LIGHT_G_PIN |
| #define | STM32F4_RGB_LIGHT_B_GPIO |
| #define | STM32F4_RGB_LIGHT_B_PIN |
Variables | |
| stm32f4_rgb_light_hw_t | rgb_lights_arr [] |
| Array of elements that represents the HW characteristics of the RGB LED of the RGB light systems connected to the STM32F4 platform. More... | |
Header for stm32f4_rgb_light.c file.
| #define STM32F4_RGB_LIGHT_B_GPIO |
Blue LED GPIO port
| #define STM32F4_RGB_LIGHT_B_PIN |
Blue LED GPIO pin
| #define STM32F4_RGB_LIGHT_G_GPIO |
Green LED GPIO port
| #define STM32F4_RGB_LIGHT_G_PIN |
Green LED GPIO pin
| #define STM32F4_RGB_LIGHT_R_GPIO |
Red LED GPIO port
| #define STM32F4_RGB_LIGHT_R_PIN |
Red LED GPIO pin
| stm32f4_rgb_light_hw_t rgb_lights_arr[] |
Array of elements that represents the HW characteristics of the RGB LED of the RGB light systems connected to the STM32F4 platform.
This is an extern variable that is defined in stm32f4_rgb_light.c. It represents an array of hardware RGB lights.
stm32f4_rgb_light.h. It represents an array of RGB lights.