[Pager] Added note about module pin
This commit is contained in:
parent
54c1b30959
commit
0c40aa7f85
1 changed files with 9 additions and 1 deletions
|
@ -31,7 +31,15 @@
|
|||
// DIO1 pin: 3
|
||||
SX1278 radio = new Module(10, 2, 9, 3);
|
||||
|
||||
// DIO2 pin: 5
|
||||
// receiving packets requires connection
|
||||
// to the module direct output pin,
|
||||
// here connected to Arduino pin 5
|
||||
// SX127x/RFM9x: DIO2
|
||||
// RF69: DIO2
|
||||
// SX1231: DIO2
|
||||
// CC1101: GDO2
|
||||
// Si443x/RFM2x: GPIO
|
||||
// SX126x/LLCC68: DIO2
|
||||
const int pin = 5;
|
||||
|
||||
// create Pager client instance using the FSK module
|
||||
|
|
Loading…
Add table
Reference in a new issue