Repo for beacon testing

Dependencies:   mbed

Revision:
3:b2acafb06072
Parent:
0:15b2487c185c
Child:
4:b51ca6ee9136
diff -r 298924eb2b41 -r b2acafb06072 beacon.h
--- a/beacon.h	Sat Aug 15 14:12:27 2015 +0000
+++ b/beacon.h	Sat Aug 15 17:04:45 2015 +0000
@@ -2,7 +2,7 @@
  
 #define TIMES 20
 #define RX_DATA 60      //in bytes
-#define TX_DATA 15     //in bytes
+#define TX_DATA 120     //in bytes
 
 void writereg(uint8_t reg,uint8_t val);
 uint8_t readreg(uint8_t reg);