1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 15:03:07 +01:00

Merge branch 'master' into keyboard

This commit is contained in:
2025-01-15 18:27:13 +01:00
13 changed files with 615 additions and 161 deletions

View File

@@ -4,7 +4,6 @@
#include "GwApi.h"
#include "OBP60Hardware.h"
class Color{
public:
uint8_t r;
@@ -93,5 +92,4 @@ class LedTaskData{
//task function
void createSpiLedTask(LedTaskData *param);
#endif