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:
- 345:dfde56236c36
- Parent:
- 344:2a44e5fd26bc
- Child:
- 346:14b090482fd2
--- a/nRF51822n.h Fri Jun 19 15:55:34 2015 +0100
+++ b/nRF51822n.h Fri Jun 19 15:55:35 2015 +0100
@@ -44,6 +44,9 @@
return nRF51GattClient::getInstance();
}
+ virtual ble_error_t setTxPower(int8_t txPower);
+ virtual void getPermittedTxPowerValues(const int8_t **valueArrayPP, size_t *countP);
+
virtual ble_error_t init(void);
virtual ble_error_t shutdown(void);
virtual ble_error_t reset(void);