nw button pin

master
JbLb 2 years ago
parent 5293e5508f
commit 99398eea74

5
.gitignore vendored

@ -1,6 +1,3 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode
workspace.code-workspace

@ -1,7 +0,0 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}

@ -7,7 +7,7 @@
#define TEMPO 25
#define DATA_PIN 0 // led pin
#define BTN_PIN 3 // button pin
#define BTN_PIN 1 // button pin
CRGB leds[NUM_LEDS];
// float tcount = 0.0; //-INC VAR FOR SIN LOOPS

Loading…
Cancel
Save