From 0c95a27a3fba60e706065d3aaa3592413f59c410 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Wed, 15 May 2024 22:07:09 +0200 Subject: [PATCH] Define button pins --- src/pinout.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pinout.h b/src/pinout.h index 061e316..a727027 100644 --- a/src/pinout.h +++ b/src/pinout.h @@ -18,5 +18,8 @@ #define BUZZER_PIN 11 +#define BTN_ON_PIN 20 +#define BTN_OFF_PIN 21 + #endif // PINOUT_H