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
--- a/sx1272/sx1272.h	Tue Feb 09 02:05:06 2016 +0000
+++ b/sx1272/sx1272.h	Thu Feb 11 14:47:16 2016 +0000
@@ -110,8 +110,7 @@
 
 public:
     SX1272( RadioEvents_t *events,
-//            PinName mosi, PinName miso, PinName sclk, PinName nss, PinName reset,
-            PinName PTD6, PinName PTD7, PinName PTD5, PinName PTD4, PinName reset,
+            PinName mosi, PinName miso, PinName sclk, PinName nss, PinName reset,
             PinName dio0, PinName dio1, PinName dio2, PinName dio3, PinName dio4, PinName dio5 ); 
     SX1272( RadioEvents_t *events );
     virtual ~SX1272( );