Software can read HMC5883L
Fork of BLE_API by
Revision 1202:d5426bb4b03f, committed 2016-09-14
- Comitter:
- Vincent Coubard
- Date:
- Wed Sep 14 14:17:53 2016 +0100
- Branch:
- 73765891682473a92dad8f57756cdc885ca52703
- Parent:
- 1201:9b71aac42d14
- Child:
- 1204:87fd06ff4e3c
- Commit message:
- Sync with 73765891682473a92dad8f57756cdc885ca52703
2016-07-25 10:59:40+01:00: Vincent Coubard
Fix inconsistency in documentation.
Changed in this revision
ble/BLE.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/BLE.h Wed Sep 14 14:17:52 2016 +0100 +++ b/ble/BLE.h Wed Sep 14 14:17:53 2016 +0100 @@ -1528,7 +1528,6 @@ * work. * By registering a callback, user code can know when event processing has to be * scheduled. - * Callback format is void (*)(BLE& ble); */ void onEventsToProcess(const OnEventsToProcessCallback_t& callback);