SX1276Lib

Fork of SX1276Lib by Semtech

Files at this revision

API Documentation at this revision

Comitter:
dudmuck
Date:
Thu Jun 18 19:12:11 2015 +0000
Parent:
16:d447f8d2d2d6
Commit message:
A4 on LPCXpresso11U68 is P0_23

Changed in this revision

sx1276/sx1276-hal.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/sx1276/sx1276-hal.cpp	Tue Mar 31 13:35:04 2015 +0000
+++ b/sx1276/sx1276-hal.cpp	Thu Jun 18 19:12:11 2015 +0000
@@ -71,7 +71,11 @@
                             fake( D8 )
                         #else
                         :   SX1276( txDone, txTimeout, rxDone, rxTimeout, rxError, fhssChangeChannel, cadDone, D11, D12, D13, D10, A0, D2, D3, D4, D5, D8, D9 ),
-                            antSwitch( A4 ), 
+                            #ifdef TARGET_LPC11U6X
+                            antSwitch( P0_23 ),
+                            #else
+                            antSwitch( A4 ),
+                            #endif
                             fake( A3 )
                         #endif
 {