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