project for eddystone

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_URIBeacon by Bluetooth Low Energy

Revision:
29:db32d8dae04c
Parent:
28:63be4e73d447
--- a/main.cpp	Fri Oct 30 10:01:54 2015 +0000
+++ b/main.cpp	Mon Nov 02 10:14:48 2015 +0000
@@ -41,7 +41,7 @@
 /* Optional Function to update Eddystone beacon TLM frame battery voltage */
 void tlmBatteryCallback(void){
     /* add the function to get battery */
-    //battery = nordic_getbattery();
+    battery = 0xFEFE;
     eddyBeaconPtr->updateTlmBatteryVoltage(battery);
 }