SX1272 Ping Pong test working with the Freescale K22F microcontroller and the Semtech SX1272 evaluation module.

Fork of SX1272Lib by Timothy Mulrooney

Revision:
24:f103f1004961
Parent:
23:273a2f93ae99
diff -r 273a2f93ae99 -r f103f1004961 sx1272/sx1272.cpp
--- a/sx1272/sx1272.cpp	Tue Feb 09 02:05:06 2016 +0000
+++ b/sx1272/sx1272.cpp	Thu Feb 11 14:47:16 2016 +0000
@@ -51,7 +51,8 @@
                 spi( PTD6, PTD7, PTD5 ),
                 nss( PTD4 ),
                 reset( reset ),
-                dio0( dio0 ), dio1( dio1 ), dio2( dio2 ), dio3( dio3 ), dio4( dio4 ), dio5( dio5 ),
+                dio0(PTC2), dio1(PTB1), dio2(PTC3), dio3(PTB0),dio4(PTC4), dio5(PTC1),  //added by jlc
+//              dio0( dio0 ), dio1( dio1 ), dio2( dio2 ), dio3( dio3 ), dio4( dio4 ), dio5( dio5 ),
                 isRadioActive( false )
 {
     debug("SX1272 constructor\r\n");