mirror of
https://github.com/soconnor0919/control-system-re25.git
synced 2026-02-04 15:56:33 -05:00
5 lines
114 B
C++
5 lines
114 B
C++
#include "hardware.h"
|
|
|
|
Adafruit_AS7341 as7341;
|
|
Adafruit_NeoPixel strip(LED_COUNT, LED_PIN, NEO_GRB + NEO_KHZ800);
|