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.
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more
Diff: nRF51822n.h
- Revision:
- 52:120bd37b9d0d
- Parent:
- 25:a1c356620131
- Child:
- 80:cdcc094ab166
--- a/nRF51822n.h Wed Jul 23 12:01:30 2014 +0100
+++ b/nRF51822n.h Thu Jul 24 15:46:29 2014 +0100
@@ -34,12 +34,17 @@
nRF51822n(void);
virtual ~nRF51822n(void);
+ virtual const char *getVersion(void);
+
virtual Gap &getGap() {
return nRF51Gap::getInstance();
};
virtual GattServer &getGattServer() {
return nRF51GattServer::getInstance();
};
+
+ virtual ble_error_t setTxPower(int8_t txPower);
+
virtual ble_error_t init(void);
virtual ble_error_t reset(void);
virtual void waitForEvent(void);

