From 679193d1d88be639d05f3093e47d09f3ae10f10c Mon Sep 17 00:00:00 2001 From: ASDosjani <62965528+ASDosjani@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:28:23 +0100 Subject: [PATCH] True pit (#241) --- configs/GREATMOUNTAINF435/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/GREATMOUNTAINF435/config.h b/configs/GREATMOUNTAINF435/config.h index 5a13c86f..cae75cf3 100644 --- a/configs/GREATMOUNTAINF435/config.h +++ b/configs/GREATMOUNTAINF435/config.h @@ -108,6 +108,10 @@ #define MAX7456_SPI_INSTANCE SPI2 #define MAX7456_SPI_CS_PIN PD5 +#define PINIO1_PIN PD2 +#define PINIO1_CONFIG 129 +#define PINIO1_BOX 39 + #define TIMER_PIN_MAPPING TIMER_PIN_MAP( 0, LED_STRIP_PIN, 2, 7 ) \ TIMER_PIN_MAP( 1, BEEPER_PIN, 1, 6 ) \ TIMER_PIN_MAP( 2, MOTOR5_PIN, 1, 11 ) \