v0.5.0 #19

Merged
klassents merged 310 commits from v0.5.0 into main 2025-04-28 07:06:11 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 02cd27f587 - Show all commits

View File

@ -1,7 +1,7 @@
#include <NeoPixel.h>
#define PIN 2
#define NUMPIXELS 8
#define NUMPIXELS 1
NeoPixel pixels(NUMPIXELS, PIN);

View File

@ -1,7 +1,7 @@
#include <NeoPixel.h>
#define PIN 2
#define NUMPIXELS 8
#define NUMPIXELS 1
NeoPixel pixels(NUMPIXELS, PIN);