[Morse] Updated example pin mapping

This commit is contained in:
jgromes 2019-12-27 13:22:42 +01:00
parent 55aff74a81
commit 7d0eab94ab

View file

@ -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