test

Dependents:   LoRaWAN-lmic-app_tjm

Fork of SX1276Lib by Semtech

Revision:
24:54935d8f4b9e
Parent:
23:952530fa968d
--- a/sx1272/sx1272-hal.cpp	Tue Feb 23 15:34:46 2016 +0000
+++ b/sx1272/sx1272-hal.cpp	Thu Feb 25 15:39:46 2016 +0000
@@ -60,13 +60,13 @@
                             antSwitch( P0_23 ), 
                             fake( A3 )
                         #else
-                        :   SX1272( events, D11, D12, D13, D10, A0, D2, D3, D4, D5, D8, D9 ),
+                        :   SX1272( events, PTD6, PTD7, PTD5, PTD4, PTA2, PTC2, PTB1, PTC3, D5, PTC4, D9 ),
                             antSwitch( PTC6 ), //changed from A4 to PTC6 by jlc
-                            fake( A3 )
+                            fake( PTA2 )
                         #endif
 {
-    debug("SX1272MB1xAS constructor1\r\n");
-    this->RadioEvents = events;
+   debug("SX1272MB1xAS constructor1\r\n");
+     this->RadioEvents = events;
 
     Reset( );