Repo for beacon testing

Dependencies:   mbed

Revision:
4:b51ca6ee9136
Parent:
3:b2acafb06072
--- a/beacon.h	Sat Aug 15 17:04:45 2015 +0000
+++ b/beacon.h	Sat Oct 03 23:08:09 2015 +0000
@@ -2,7 +2,7 @@
  
 #define TIMES 20
 #define RX_DATA 60      //in bytes
-#define TX_DATA 120     //in bytes
+#define TX_DATA 200     //in bytes
 
 void writereg(uint8_t reg,uint8_t val);
 uint8_t readreg(uint8_t reg);