From 007ea502e885e7773b0e3661cf4bc99f907345f2 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 4 May 2017 13:20:58 +0100 Subject: Fix set correct pins for triggers --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3