kopia lustrzana https://github.com/jgromes/RadioLib
[Morse] Updated example pin mapping
rodzic
55aff74a81
commit
7d0eab94ab
|
|
@ -19,8 +19,9 @@
|
||||||
// SX1278 has the following connections:
|
// SX1278 has the following connections:
|
||||||
// NSS pin: 10
|
// NSS pin: 10
|
||||||
// DIO0 pin: 2
|
// DIO0 pin: 2
|
||||||
|
// RESET pin: 9
|
||||||
// DIO1 pin: 3
|
// DIO1 pin: 3
|
||||||
SX1278 fsk = new Module(10, 2, 3);
|
SX1278 fsk = new Module(10, 2, 9, 3);
|
||||||
|
|
||||||
// or using RadioShield
|
// or using RadioShield
|
||||||
// https://github.com/jgromes/RadioShield
|
// https://github.com/jgromes/RadioShield
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue