summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-05-04 13:18:08 +0100
committerVasil Zlatanov <v@skozl.com>2017-05-04 13:18:08 +0100
commit1b46b8205dc6716838bc84cd5c79eeeca6590c38 (patch)
tree050f74c17fe2edafdcdb14152ff82264351fb46c
parentef7a7f41583126f9d6010747a4d58637ce1de23e (diff)
downloade2-switch-1b46b8205dc6716838bc84cd5c79eeeca6590c38.tar.gz
e2-switch-1b46b8205dc6716838bc84cd5c79eeeca6590c38.tar.bz2
e2-switch-1b46b8205dc6716838bc84cd5c79eeeca6590c38.zip
Set correct pins for triggers
-rw-r--r--src/main.cpp2
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);