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:
- 80:cdcc094ab166
- Parent:
- 52:120bd37b9d0d
- Child:
- 96:f98c65780f4a
--- a/nRF51822n.h Wed Dec 03 14:33:28 2014 +0000
+++ b/nRF51822n.h Wed Dec 03 14:33:28 2014 +0000
@@ -46,8 +46,9 @@
virtual ble_error_t setTxPower(int8_t txPower);
virtual ble_error_t init(void);
+ virtual ble_error_t shutdown(void);
virtual ble_error_t reset(void);
virtual void waitForEvent(void);
};
-#endif
+#endif
\ No newline at end of file