Riza Syah / Mbed 2 deprecated EddyStone

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_iBeacon by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
Rohit Grover
Date:
Thu May 22 17:10:08 2014 +0100
Parent:
16:3a0aa30e3b12
Child:
18:e49bb8b059bf
Commit message:
using BLEDevice instead of nRF81822;
this makes the test completely portable to other transports

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);