Run on TY51822r3 board with ACC sensor (LIS3DH or BMC050)

Dependencies:   BLE_API LIS3DH mbed nRF51822 BMC050 nRF51_LowPwr nRF51_Vdd

Fork of BLE_EddystoneBeacon_Service by Bluetooth Low Energy

Revision:
28:af37cebcb583
Parent:
26:2896fbdd0450
Child:
29:dfb7fb5a971b
--- a/main.cpp	Fri Jul 24 03:00:57 2015 +0000
+++ b/main.cpp	Fri Jul 24 03:12:21 2015 +0000
@@ -26,7 +26,7 @@
 int main(void)
 {
     printf("Starting Example\r\n");
-    Eddystone eddyBeacon(ble, 100, 10,UIDnamespace, UIDinstance, Url, sizeof(Url));
+    EddystoneService eddyBeacon(ble, 100, 10,UIDnamespace, UIDinstance, Url, sizeof(Url));
     printf("Running...\r\n");
     while (true) {
         ble.waitForEvent();