A class for using MU2.

Dependents:   EM_Mission FM_integration_copy FM_integration_off FM_integration

Revision:
4:a7d413a2889d
Parent:
3:9f98138ed0c4
--- a/MU2Class.h	Wed Jul 10 04:11:56 2013 +0000
+++ b/MU2Class.h	Sat Jul 13 11:16:09 2013 +0000
@@ -11,6 +11,9 @@
 
 private:
     uint8_t Store_Str(char data_str[], int index, char Message[]);
+    //uint8_t Convert_Str(uint8_t data_str[], uint8_t index, uint32_t temp);
+    
+    
     /*uint8_t Store_Int(int data_int[], int index, int Message[]);*/
     PinName _tx; //tx pin name which connected to mbed
     PinName _rx; //rx pin name which connected to mbed