Beacon demo for the BLE API using the nRF51822 native mode drivers

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_iBeacon by Bluetooth Low Energy

Revision:
17:e7748951593e
Parent:
16:3a0aa30e3b12
Child:
18:e49bb8b059bf
--- a/main.cpp	Thu May 22 14:42:00 2014 +0100
+++ b/main.cpp	Thu May 22 17:10:08 2014 +0100
@@ -15,9 +15,9 @@
  */
 
 #include "mbed.h"
-#include "nRF51822n.h"
+#include "BLEDevice.h"
 
-nRF51822n  ble;                /* BLE radio driver */
+BLEDevice  ble;                /* BLE radio driver */
 
 DigitalOut mainloopLED(LED1);
 DigitalOut tickerLED(LED2);