Add IRQ on Gateway

This commit is contained in:
2020-12-20 15:11:14 +03:00
parent 6484097813
commit 84fcd41811
4 changed files with 102 additions and 26 deletions

View File

@@ -5,6 +5,8 @@
#define MY_RF24_PA_LEVEL RF24_PA_HIGH
#define MY_GATEWAY_SERIAL
#define MY_RF24_CHANNEL (105)
#define MY_RX_MESSAGE_BUFFER_FEATURE
#define MY_RF24_IRQ_PIN 2
// Define a lower baud rate for Arduinos running on 8 MHz (Arduino Pro Mini 3.3V & SenseBender)
#if F_CPU == 8000000L
#define MY_BAUD_RATE 38400