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.
Diff: SxRadio.h
- Revision:
- 64:64982192a2af
- Parent:
- 61:58ed1e136af5
- Child:
- 65:acc0468b9aec
--- a/SxRadio.h Tue Jun 19 13:13:52 2018 -0500 +++ b/SxRadio.h Thu Aug 23 14:18:55 2018 -0500 @@ -270,6 +270,10 @@ virtual void SignalMacEvent(void) {}; + virtual void ResetRadio(void) {}; + + virtual uint32_t GetTimeOnAir(void) = 0; + void GrabMutex(void) { mutex.lock(); } void ReleaseMutex(void) { mutex.unlock(); }