From 99398eea747edd99eda5ca134ebe70369f6cf297 Mon Sep 17 00:00:00 2001 From: JbLb Date: Thu, 28 Dec 2023 19:01:02 +0100 Subject: [PATCH] nw button pin --- .gitignore | 5 +---- .vscode/extensions.json | 7 ------- src/CycloTiny85.ino | 2 +- 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 .vscode/extensions.json diff --git a/.gitignore b/.gitignore index 31bda66..9825f26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ .pio -.vscode/.browse.c_cpp.db* -.vscode/c_cpp_properties.json -.vscode/launch.json -.vscode/ipch +.vscode workspace.code-workspace diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 0f0d740..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} diff --git a/src/CycloTiny85.ino b/src/CycloTiny85.ino index 4434643..ce0f7cb 100644 --- a/src/CycloTiny85.ino +++ b/src/CycloTiny85.ino @@ -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