aadadf

Dependencies:   mbed-rtos mbed

Fork of cdms_rtos_v1_1_test by Team Fox

Revision:
1:c0c5ac8eac80
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PL_SC_RECEIVE.h	Sat Nov 07 12:06:40 2015 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+
+
+void FUNC_MASTER_WRITE(void);
+void payloadProcess(void);
+void readds(void);
+void FCTN_CDMS_PL_INIT(void);
+const int addr = 0x20<<1;
+const int addr1 = (0x20<<1|0);
+const int addr2 = (0x20<<1|1);
\ No newline at end of file