Use with LoRa Node.
Fork of SX1276Lib by
Diff: sx1276/sx1276-hal.cpp
- Revision:
- 17:8add7ec2ee9c
- Parent:
- 15:04374b1c33fa
--- 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 {