not workin

Dependencies:   mbed-rtos mbed

Fork of BAE_FRDM_INTEGRATION by green rosh

Revision:
0:8b0d43fe6c05
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/beacon.h	Wed Sep 10 06:41:21 2014 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+
+void writereg(uint8_t reg,uint8_t val);
+uint8_t readreg(uint8_t reg);
+void FUNC_BEA();
+/*struct ShortBeacon {
+    char Voltage[1];
+    char AngularSpeed[2];
+    char SubsystemStatus[1]; 
+    char Temp[3];  
+    char ErrorFlag[1];
+}
+Shortbeacon = {{0x22}, {0x22, 0x33} , {0x00},{0x00,0x00,0x00}, {0x01}};*/
\ No newline at end of file