hahalvl1

Dependencies:   mbed-rtos mbed

Fork of BAE_b4hw_test by sakthi priya amirtharaj

Revision:
0:ebdf4f859dca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/beacon.h	Fri Dec 19 06:47:25 2014 +0000
@@ -0,0 +1,5 @@
+#include "mbed.h"
+
+void writereg(uint8_t reg,uint8_t val);
+uint8_t readreg(uint8_t reg);
+void FUNC_BEA();