From 844fba0eabe3d96e3934773ce5eb75bd0a6d992f Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Fri, 24 Apr 2026 13:30:04 +0200 Subject: [PATCH 1/2] add const.h --- const.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 const.h diff --git a/const.h b/const.h new file mode 100644 index 0000000..0a1282b --- /dev/null +++ b/const.h @@ -0,0 +1,11 @@ +#pragma once + +#define MUX_S0 2 +#define MUX_S1 3 +#define MUX_S2 4 + +#define MUX0 26 +#define MUX1 27 + +#define AUDIO_OUTPUT 0 +#define STATUS_LED 1 \ No newline at end of file From 127a76690716919554b762281c10b02cef92ce51 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Fri, 24 Apr 2026 13:32:50 +0200 Subject: [PATCH 2/2] upgrade const --- const.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/const.h b/const.h index 0a1282b..f5e015b 100644 --- a/const.h +++ b/const.h @@ -7,5 +7,9 @@ #define MUX0 26 #define MUX1 27 +#define VCO_BUTTON 6 +#define QUANT_BUTTON 7 +#define AMEN_BUTTON 8 + #define AUDIO_OUTPUT 0 #define STATUS_LED 1 \ No newline at end of file