#396 change pins to default unit test hardware (Pi1 comp.)

This commit is contained in:
mstroh76
2025-09-13 15:48:34 +02:00
parent be0f0ea3c7
commit b54a60a598
10 changed files with 24 additions and 24 deletions

View File

@@ -2,8 +2,8 @@
#include <time.h>
#include <wiringPi.h>
#define TRIGGER_PIN 26 // BCM 12
#define LISTENER_PIN 31 // BCM 1
#define TRIGGER_PIN 0 // BCM 17
#define LISTENER_PIN 1 // BCM 18
/**
* Tests ISR for both edges.