WiP on WS2812 Protocol driver

This commit is contained in:
Ben V. Brown
2021-05-02 21:22:29 +10:00
parent 5637e1a215
commit e4f7946dcb
10 changed files with 596 additions and 329 deletions

View File

@@ -51,6 +51,6 @@
#define PLATE_SENSOR_ADC1_CHANNEL ADC_CHANNEL_5
#define PLATE_SENSOR_ADC2_CHANNEL ADC_CHANNEL_5
#define WS2812_Pin GPIO_PIN_3
#define WS2812_Pin GPIO_PIN_8
#define WS2812_GPIO_Port GPIOA
#endif /* BSP_MINIWARE_PINS_H_ */