diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-05-04 13:18:08 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-05-04 13:18:08 +0100 |
commit | 1b46b8205dc6716838bc84cd5c79eeeca6590c38 (patch) | |
tree | 050f74c17fe2edafdcdb14152ff82264351fb46c /src | |
parent | ef7a7f41583126f9d6010747a4d58637ce1de23e (diff) | |
download | e2-switch-1b46b8205dc6716838bc84cd5c79eeeca6590c38.tar.gz e2-switch-1b46b8205dc6716838bc84cd5c79eeeca6590c38.tar.bz2 e2-switch-1b46b8205dc6716838bc84cd5c79eeeca6590c38.zip |
Set correct pins for triggers
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 5520a8e..484e5c2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,7 @@ #include "counter.h" #include "Adafruit_SSD1306.h" -#define SW_PINS p25, p24, p24, p22 +#define SW_PINS p24, p24, p22, p21 #define SW_PERIOD 20000 // 20ms void tout(void); |