[Morse] Updated example pin mapping
This commit is contained in:
parent
55aff74a81
commit
7d0eab94ab
1 changed files with 2 additions and 1 deletions
|
@ -19,8 +19,9 @@
|
|||
// SX1278 has the following connections:
|
||||
// NSS pin: 10
|
||||
// DIO0 pin: 2
|
||||
// RESET pin: 9
|
||||
// DIO1 pin: 3
|
||||
SX1278 fsk = new Module(10, 2, 3);
|
||||
SX1278 fsk = new Module(10, 2, 9, 3);
|
||||
|
||||
// or using RadioShield
|
||||
// https://github.com/jgromes/RadioShield
|
||||
|
|
Loading…
Add table
Reference in a new issue