test

Revision:
11:88f50cc32d7e
Parent:
10:56b31a94f98e
Child:
12:ea843204a68a
--- a/XBee.h	Wed Nov 16 02:56:53 2011 +0000
+++ b/XBee.h	Wed Nov 16 02:59:34 2011 +0000
@@ -36,38 +36,50 @@
 class XBee : public Serial {
 public:
     /**
-    * FrameType
+    *
     */
     enum FrameType {
         None = 0,
-        /***/
+        /**
+         *  AT Command Response
+         */
         ATCommandResponse,
         
-        /***/
+        /**
+         * Modem Status
+         */
         ModemStatus,
         
-        /***/
+        /**
+         */
         ZigBeeTransmitStatus,
         
-        /***/
+        /**
+         */
         ZigBeeReceivePacket,
         
-        /***/
+        /**
+         */
         ZigBeeExplicitRxIndicator,
         
-        /***/
+        /**
+         */
         ZigBeeIODataSampleRxIndicator,
         
-        /***/
+        /**
+         */
         XBeeSensorReadIndicator,
 
-        /***/
+        /**
+         */
         NodeIdentificationIndicator,
         
-        /***/
+        /**
+         */
         RemoteCommandResponse,
         
-        /***/
+        /**
+        */
         Other
     };
     /**