#396 change pins to default unit test hardware (Pi1 comp.)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user