freemaster1.0

Dependencies:   mbed

Revision:
0:a39f49a913e6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/master.h	Wed Dec 03 10:36:09 2014 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"                          //library                                              
+#define get_hk_data '1'                      //sample telecommands
+#define telecommand2 '2'
+#define telecommand3 '3'
+#define telecommand4 '4'
+#define telecommand5 '5'
+
+const int addr = 0x20;                     //slave address 
+char receive_byte();                      //funtion to receive float data 
+void master_main();
\ No newline at end of file