Add Adafruit NeoPixel library and enhance main.cpp with debugging features and modular structure

This commit is contained in:
2025-03-25 16:45:41 -04:00
parent 5a9b47d2fd
commit 7fd9a244f8
12 changed files with 981 additions and 28 deletions

4
src/hardware.cpp Normal file
View File

@@ -0,0 +1,4 @@
#include "hardware.h"
Adafruit_AS7341 as7341;
Adafruit_NeoPixel strip(LED_COUNT, LED_PIN, NEO_GRB + NEO_KHZ800);