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

First version for OBP 60 Light

This commit is contained in:
norbert-walter
2025-01-12 18:22:40 +01:00
parent 695013cb88
commit 71673e78bd
10 changed files with 507 additions and 160 deletions

View File

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