Change ANOTHER_LISTENER_PIN to BCM 12

old has conflict with SPI CE1
This commit is contained in:
mstroh
2026-01-17 16:27:49 +01:00
committed by GitHub
parent 960b112000
commit ece0ffe62a

View File

@@ -4,7 +4,7 @@
#define TRIGGER_PIN 0 // BCM 17 #define TRIGGER_PIN 0 // BCM 17
#define LISTENER_PIN 1 // BCM 18 #define LISTENER_PIN 1 // BCM 18
#define ANOTHER_LISTENER_PIN 11 // BCM 7 #define ANOTHER_LISTENER_PIN 26 // BCM 12
struct counters { struct counters {
uint32_t *primary; uint32_t *primary;