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: enums/enums.h
- Revision:
- 7:2b555111463f
- Parent:
- 6:e7f02929cd3d
- Child:
- 13:618826a997e2
--- a/enums/enums.h Thu Sep 04 14:03:20 2014 +0000
+++ b/enums/enums.h Fri Sep 19 14:16:35 2014 +0000
@@ -19,7 +19,8 @@
* State of the radio:
* [IDLE,
* RX_RUNNING, RX_TIMEOUT, RX_ERROR,
- * TX_RUNNING, TX_TIMEOUT]
+ * TX_RUNNING, TX_TIMEOUT,
+ CAD]
*/
enum RadioState
{
@@ -31,7 +32,10 @@
RX_ERROR,
TX,
- TX_TIMEOUT
+ TX_TIMEOUT,
+
+ CAD,
+ CAD_DONE
};
/*!