Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: nrf51-sdk
Dependents: microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more
Diff: nRF51822n.h
- Revision:
- 24:3444ee6fd548
- Parent:
- 23:cdab28442479
- Child:
- 25:a1c356620131
diff -r cdab28442479 -r 3444ee6fd548 nRF51822n.h
--- a/nRF51822n.h Tue Jun 10 08:57:31 2014 +0100
+++ b/nRF51822n.h Tue Jun 10 09:32:28 2014 +0100
@@ -24,17 +24,11 @@
#include "mbed.h"
#include "blecommon.h"
-#include "hw/BLEDevice.h"
+#include "BLEPeripheral.h"
#include "nRF51Gap.h"
#include "nRF51GattServer.h"
-/**************************************************************************/
-/*!
- \brief
-
-*/
-/**************************************************************************/
-class nRF51822n : public BLEDeviceInstanceBase
+class nRF51822n : public BLEPeripheralInstanceBase
{
public:
nRF51822n(void);