From 52fcbf6071c04873e27c9bd84a96761b2187f664 Mon Sep 17 00:00:00 2001 From: Wyatt Smith Date: Tue, 16 Jul 2024 14:47:36 -0400 Subject: [PATCH] add PIT MODE control --- configs/RRIOT_F722/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/RRIOT_F722/config.h b/configs/RRIOT_F722/config.h index 49c7089d..c08a782f 100644 --- a/configs/RRIOT_F722/config.h +++ b/configs/RRIOT_F722/config.h @@ -103,3 +103,6 @@ #define DEFAULT_VOLTAGE_METER_MULTIPLIER 1 #define BEEPER_INVERTED + +#define PINIO1_PIN PB0 +#define PINIO1_BOX 39 \ No newline at end of file