Updates
Test compiling project / test (push) Failing after 0s

This commit is contained in:
2025-11-02 12:50:10 +01:00
parent f0e237cd71
commit 27ebbe22ac
14 changed files with 221 additions and 276 deletions
+11 -9
View File
@@ -1,12 +1,14 @@
#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
#define LED_RED 15
#define LED_GREEN 2
#define LED_PWM_FREQUENCY 5000
#define LED_PWM_RESOLUTION 8
#define LED_CHANNEL_RED 0
#define LED_CHANNEL_GREEN 1
void display_percentage(float percentage);
void display_error_code(byte err_code);
void display_task(void* parameter);
#define LED_RED_HIGH 150
// void display_error_code(byte err_code);
void display_task(void* parameter);
void led_setup();