[RTTY] Updated example pin mapping

This commit is contained in:
jgromes 2019-12-27 13:23:35 +01:00
parent 7d0eab94ab
commit 8e9ac59815

View file

@ -22,8 +22,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