[Pager] Fixed default example pins
This commit is contained in:
parent
f51229ef9a
commit
7295e9731e
2 changed files with 6 additions and 6 deletions
|
@ -29,10 +29,10 @@
|
||||||
// DIO0 pin: 2
|
// DIO0 pin: 2
|
||||||
// RESET pin: 9
|
// RESET pin: 9
|
||||||
// DIO1 pin: 3
|
// DIO1 pin: 3
|
||||||
SX1278 radio = new Module(5, 2, 9, 3);
|
SX1278 radio = new Module(10, 2, 9, 3);
|
||||||
|
|
||||||
// DIO2 pin: 5
|
// DIO2 pin: 5
|
||||||
const int pin = 4;
|
const int pin = 5;
|
||||||
|
|
||||||
// create Pager client instance using the FSK module
|
// create Pager client instance using the FSK module
|
||||||
PagerClient pager(&radio);
|
PagerClient pager(&radio);
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
// DIO0 pin: 2
|
// DIO0 pin: 2
|
||||||
// RESET pin: 9
|
// RESET pin: 9
|
||||||
// DIO1 pin: 3
|
// DIO1 pin: 3
|
||||||
SX1278 radio = new Module(5, 2, 9, 3);
|
SX1278 radio = new Module(10, 2, 9, 3);
|
||||||
|
|
||||||
// or using RadioShield
|
// or using RadioShield
|
||||||
// https://github.com/jgromes/RadioShield
|
// https://github.com/jgromes/RadioShield
|
||||||
|
|
Loading…
Add table
Reference in a new issue