Fork of SX1276 Lib

Fork of SX1276Lib by Semtech

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
 };
 
 /*!