1
0
forked from me/IronOS

Setting up TIM1 for WS2812

This commit is contained in:
Ben V. Brown
2021-05-02 17:42:41 +10:00
parent 1ad00aa8b2
commit 2e0279b36a
6 changed files with 468 additions and 458 deletions

View File

@@ -50,4 +50,7 @@
#define PLATE_SENSOR_GPIO_Port GPIOA
#define PLATE_SENSOR_ADC1_CHANNEL ADC_CHANNEL_5
#define PLATE_SENSOR_ADC2_CHANNEL ADC_CHANNEL_5
#define WS2812_Pin GPIO_PIN_3
#define WS2812_GPIO_Port GPIOA
#endif /* BSP_MINIWARE_PINS_H_ */