Led strip handling moved to a separate class

This commit is contained in:
Attila Body 2020-12-02 22:48:13 +01:00
parent a7a7443d0a
commit e7fdc831a4
10 changed files with 195 additions and 493 deletions

View file

@ -51,6 +51,7 @@ extern "C" {
/* Exported types ------------------------------------------------------------*/
/* USER CODE BEGIN ET */
extern volatile uint32_t g_tick;
/* USER CODE END ET */
@ -68,6 +69,7 @@ extern "C" {
void Error_Handler(void);
/* USER CODE BEGIN EFP */
void DoNothing();
/* USER CODE END EFP */