summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-05-04 13:20:58 +0100
committerVasil Zlatanov <v@skozl.com>2017-05-04 13:20:58 +0100
commit007ea502e885e7773b0e3661cf4bc99f907345f2 (patch)
tree74215109a527d59cd3d9f9a8ada298b2842868d0
parent1b46b8205dc6716838bc84cd5c79eeeca6590c38 (diff)
downloade2-switch-007ea502e885e7773b0e3661cf4bc99f907345f2.tar.gz
e2-switch-007ea502e885e7773b0e3661cf4bc99f907345f2.tar.bz2
e2-switch-007ea502e885e7773b0e3661cf4bc99f907345f2.zip
Fix 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 484e5c2..16b028e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3,7 +3,7 @@
#include "counter.h"
#include "Adafruit_SSD1306.h"
-#define SW_PINS p24, p24, p22, p21
+#define SW_PINS p24, p23, p22, p21
#define SW_PERIOD 20000 // 20ms
void tout(void);