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: SX1276PingPong_modtronix
Fork of SX1276Lib by
Diff: enums/enums.h
- Revision:
- 25:72381be1b0ce
- Parent:
- 23:2da0dcafe430
diff -r 1346d1c71c40 -r 72381be1b0ce enums/enums.h --- a/enums/enums.h Fri Jul 24 21:35:37 2015 +1000 +++ b/enums/enums.h Wed Jul 29 12:07:40 2015 +1000 @@ -27,12 +27,15 @@ LOWPOWER = 0, IDLE, - RX, + INIT, + + RX_DONE, RX_TIMEOUT, RX_ERROR, - TX, + TX_DONE, TX_TIMEOUT, + TX_MESSAGE, CAD, CAD_DONE