mirror of
https://github.com/soconnor0919/control-system-re25.git
synced 2026-02-05 00:06:38 -05:00
Add Adafruit NeoPixel library and enhance main.cpp with debugging features and modular structure
This commit is contained in:
4
src/hardware.cpp
Normal file
4
src/hardware.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "hardware.h"
|
||||
|
||||
Adafruit_AS7341 as7341;
|
||||
Adafruit_NeoPixel strip(LED_COUNT, LED_PIN, NEO_GRB + NEO_KHZ800);
|
||||
Reference in New Issue
Block a user