A class for using MU2.

Dependents:   EM_Mission FM_integration_copy FM_integration_off FM_integration

Revision:
3:9f98138ed0c4
Parent:
2:2297b491e452
Child:
4:a7d413a2889d
--- a/MU2Class.h	Sat Jul 06 07:29:39 2013 +0000
+++ b/MU2Class.h	Wed Jul 10 04:11:56 2013 +0000
@@ -7,7 +7,7 @@
 public:
     MU2Class(PinName tx,PinName rx); //define pins for communication from CanSat
     void send(char Send_Message[]); //a method for sending data from CanSat to PC
-    void send(int Send_Message[]); //overload the send(char)method
+    //void send(int Send_Message[]); //overload the send(char)method
 
 private:
     uint8_t Store_Str(char data_str[], int index, char Message[]);