#define push 12
#include <Adafruit_NeoPixel.h>
#define neo 6
void setup() {
pinMode(push, INPUT_PULLUP);
}
void loop() {
// put your main code here, to run repeatedly:
}
#define push 12
#include <Adafruit_NeoPixel.h>
#define neo 6
void setup() {
pinMode(push, INPUT_PULLUP);
}
void loop() {
// put your main code here, to run repeatedly:
}