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:
- 23:cdab28442479
- Parent:
- 22:c6ee8136847e
- Child:
- 24:3444ee6fd548
diff -r c6ee8136847e -r cdab28442479 nRF51822n.h
--- a/nRF51822n.h Mon Jun 09 09:12:10 2014 +0100
+++ b/nRF51822n.h Tue Jun 10 08:57:31 2014 +0100
@@ -48,6 +48,7 @@
};
virtual ble_error_t init(void);
virtual ble_error_t reset(void);
+ virtual void waitForEvent(void);
};
#endif