From 9ec1fc2ed8fe95228477003d2080609c46349f80 Mon Sep 17 00:00:00 2001 From: heck Date: Sun, 6 Oct 2024 13:13:50 +0200 Subject: [PATCH] Update button pins --- src/main_osp.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main_osp.hh b/src/main_osp.hh index 37ca602..e947aed 100644 --- a/src/main_osp.hh +++ b/src/main_osp.hh @@ -9,8 +9,8 @@ namespace Heck { namespace Constants { namespace Hardware { - constexpr int PIN_BUTTON_RECORD = 28; - constexpr int PIN_BUTTON_CLEAR = 27; + constexpr int PIN_BUTTON_RECORD = 27; + constexpr int PIN_BUTTON_CLEAR = 28; } constexpr bool CPU_BOOST480MHZ = false;