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.
Fork of nRF51822 by
Diff: nRF51822n.h
- Revision:
- 25:a1c356620131
- Parent:
- 24:3444ee6fd548
diff -r 3444ee6fd548 -r a1c356620131 nRF51822n.h --- a/nRF51822n.h Tue Jun 10 09:32:28 2014 +0100 +++ b/nRF51822n.h Tue Jun 10 13:13:35 2014 +0100 @@ -24,11 +24,11 @@ #include "mbed.h" #include "blecommon.h" -#include "BLEPeripheral.h" +#include "BLEDevice.h" #include "nRF51Gap.h" #include "nRF51GattServer.h" -class nRF51822n : public BLEPeripheralInstanceBase +class nRF51822n : public BLEDeviceInstanceBase { public: nRF51822n(void);