first draft

Dependents:   LoRaWAN-demo-72_tjm frdm_LoRa_Connect_Woodstream_Demo_tjm frdm_LoRa_Connect_Woodstream_Demo_jlc

Fork of SX1272Lib by Semtech

Files at this revision

API Documentation at this revision

Comitter:
tmulrooney
Date:
Tue Aug 09 18:19:47 2016 +0000
Parent:
5:e6a3f05e4743
Commit message:
update

Changed in this revision

sx1272/sx1272-hal.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r e6a3f05e4743 -r af0463c03b8b sx1272/sx1272-hal.cpp
--- a/sx1272/sx1272-hal.cpp	Tue Aug 09 14:37:25 2016 +0000
+++ b/sx1272/sx1272-hal.cpp	Tue Aug 09 18:19:47 2016 +0000
@@ -39,7 +39,7 @@
 #else
 //                            AntSwitch( antSwitch ),
 //                            AntSwitch( PTC6 ),
-                            AntSwitch( PTC0 ),
+                            AntSwitch( PTC0),
                         #if( defined ( TARGET_NUCLEO_L152RE ) )
                             Fake( D8 )
                         #else
@@ -83,7 +83,8 @@
 //                            AntSwitch( A4 ), 
 //                        :   SX1272( events, PTD6, PTD7, PTD5, PTD4, A0, PTC2, PTB1, PTC3, PTB0, PTC4, PTC1 ),
                         :   SX1272( events, PTC6, PTC7, PTC5, PTC4, A0, PTC8, PTC9, PTC10, PTC11, PTD0, PTD1 ),
-                            AntSwitch( PTC6 ), 
+//                            AntSwitch( PTC6 ), 
+                            AntSwitch( PTC0 ), 
                             Fake( A3 )
                         #endif
 {