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
Fork of SX1276GenericLib by
Revision 32:f6f0bff38543, committed 2017-05-01
- Comitter:
- Helmut Tschemernjak
- Date:
- Mon May 01 18:00:12 2017 +0200
- Parent:
- 31:e50929bd3f32
- Child:
- 33:5db0d1e716b1
- Commit message:
- Changed sx1276.h according to the latest revision.
Changed in this revision
| sx1276/sx1276.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/sx1276/sx1276.h Mon May 01 11:43:25 2017 +0200 +++ b/sx1276/sx1276.h Mon May 01 18:00:12 2017 +0200 @@ -23,7 +23,7 @@ /*! * Radio wake-up time from sleep */ -#define RADIO_OSC_STARTUP 1 // [ms] +#define RADIO_WAKEUP_TIME 1 // [ms] /*! * Sync word for Private LoRa networks @@ -37,17 +37,6 @@ /*! - * Radio PLL lock and Mode Ready delay which can vary with the temperature - */ -#define RADIO_SLEEP_TO_RX 2000 // [us] - -/*! - * Radio complete Wake-up Time with margin for temperature compensation - */ -#define RADIO_WAKEUP_TIME ( RADIO_OSC_STARTUP + RADIO_SLEEP_TO_RX ) - - -/*! * SX1276 definitions */ #define XTAL_FREQ 32000000
