Cleanup and structirng
Test compiling project / test (push) Failing after 1m35s

This commit is contained in:
2024-12-08 19:42:24 +01:00
parent ec332c5f76
commit ff97ae18eb
11 changed files with 155 additions and 130 deletions
+12
View File
@@ -0,0 +1,12 @@
#include <Arduino.h>
#define LED_1 4
#define LED_2 2
#define LED_3 15
#define LED_4 13
#define LED_5 12
#define LED_RED 14
void display_percentage(float percentage);
void display_error_code(byte err_code);
void display_task(void* parameter);