Software can read HMC5883L
Fork of BLE_API by
Revision 1204:87fd06ff4e3c, committed 2016-09-14
- Comitter:
- Vincent Coubard
- Date:
- Wed Sep 14 14:17:56 2016 +0100
- Branch:
- 956f03a25193ff77d606fd2db258eb52b66dcaf6
- Parent:
- 1203:d4f1ef46d97b
- Parent:
- 1202:d5426bb4b03f
- Child:
- 1205:b717ee89504d
- Commit message:
- Sync with 956f03a25193ff77d606fd2db258eb52b66dcaf6
Merge 73765891682473a92dad8f57756cdc885ca52703 into cd1b77dd31654b728a317d0ac7e9bc4e04b17468
2016-08-31 10:09:45+01:00: Vincent Coubard
Merge branch 'scheduling_policy' of https://github.com/ARMmbed/ble into scheduling_policy
Changed in this revision
--- a/ble/BLE.h Wed Sep 14 14:17:55 2016 +0100 +++ b/ble/BLE.h Wed Sep 14 14:17:56 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);