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.
Fork of SX1276GenericLib by
Diff: sx1276/sx1276-hal.h
- Revision:
- 29:a793ce879585
- Parent:
- 26:87796ee62589
- Child:
- 31:e50929bd3f32
--- a/sx1276/sx1276-hal.h Tue Apr 25 21:02:48 2017 +0200 +++ b/sx1276/sx1276-hal.h Thu Apr 27 18:20:59 2017 +0200 @@ -51,7 +51,7 @@ * Antenna switch GPIO pins objects */ DigitalInOut antSwitch; -#ifdef MURTA_ANT_SWITCH +#ifdef MURATA_ANT_SWITCH DigitalInOut antSwitchTX; DigitalInOut antSwitchTXBoost; #endif @@ -65,7 +65,7 @@ SX1276MB1xAS( RadioEvents_t *events, PinName mosi, PinName miso, PinName sclk, PinName nss, PinName reset, PinName dio0, PinName dio1, PinName dio2, PinName dio3, PinName dio4, PinName dio5, -#ifdef MURTA_ANT_SWITCH +#ifdef MURATA_ANT_SWITCH PinName antSwitch, PinName antSwitchTX, PinName antSwitchTXBoost); #else PinName antSwitch );