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:
- 80:cdcc094ab166
- Parent:
- 52:120bd37b9d0d
- Child:
- 96:f98c65780f4a
diff -r 540d11f2764f -r cdcc094ab166 nRF51822n.h --- 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