NeoPixels

This commit is contained in:
gjelsoe 2026-03-05 14:34:17 +01:00
parent c59fa4d39c
commit 8fc0e5d9ae
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,9 @@
#include <Arduino.h>
#include <helpers/ui/UIScreen.h>
#include <Adafruit_NeoPixel.h>
Adafruit_NeoPixel pixels(NEOPIXEL_NUM, PIN_NEOPIXEL, NEO_GRB + NEO_KHZ800);
BanditBoard board;