Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more
Fork of SX1276Lib by
Revision 102:3e0f7696f4a5, committed 2017-11-20
- Comitter:
- Helmut Tschemernjak
- Date:
- Mon Nov 20 08:53:43 2017 +0100
- Parent:
- 101:50377edb21c6
- Child:
- 103:59930a715bf8
- Commit message:
- Formatting fixed
Changed in this revision
| sx1276/sx1276-mbed-hal.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/sx1276/sx1276-mbed-hal.h Sun Nov 19 17:51:27 2017 +0100
+++ b/sx1276/sx1276-mbed-hal.h Mon Nov 20 08:53:43 2017 +0100
@@ -90,7 +90,7 @@
SX1276Generic( RadioEvents_t *events, BoardType_t board,
PinName mosi, PinName miso, PinName sclk, PinName nss, PinName reset,
PinName dio0, PinName dio1, PinName dio2, PinName dio3, PinName dio4, PinName dio5,
- PinName antSwitch = NC, PinName antSwitchTX= NC, PinName antSwitchTXBoost = NC, PinName tcxo = NC);
+ PinName antSwitch = NC, PinName antSwitchTX = NC, PinName antSwitchTXBoost = NC, PinName tcxo = NC);
SX1276Generic( RadioEvents_t *events );

