test

Revision:
10:56b31a94f98e
Parent:
9:48a9f99e2cfd
Child:
11:88f50cc32d7e
--- a/XBee.h	Wed Nov 16 02:54:56 2011 +0000
+++ b/XBee.h	Wed Nov 16 02:56:53 2011 +0000
@@ -35,21 +35,44 @@
  */
 class XBee : public Serial {
 public:
-    /***/
+    /**
+    * FrameType
+    */
     enum FrameType {
         None = 0,
+        /***/
         ATCommandResponse,
+        
+        /***/
         ModemStatus,
+        
+        /***/
         ZigBeeTransmitStatus,
+        
+        /***/
         ZigBeeReceivePacket,
+        
+        /***/
         ZigBeeExplicitRxIndicator,
+        
+        /***/
         ZigBeeIODataSampleRxIndicator,
+        
+        /***/
         XBeeSensorReadIndicator,
+
+        /***/
         NodeIdentificationIndicator,
+        
+        /***/
         RemoteCommandResponse,
+        
+        /***/
         Other
     };
-    /***/
+    /**
+    * ValueType
+    */
     enum ValueType {
         FrameID,
         ATCommand,