Software can read HMC5883L
Fork of BLE_API by
Revision 1205:b717ee89504d, committed 2016-09-14
- Comitter:
- Vincent Coubard
- Date:
- Wed Sep 14 14:17:57 2016 +0100
- Branch:
- 6a3b7c7dc9acadc400d8e4ab635a009eac25f2aa
- Parent:
- 1204:87fd06ff4e3c
- Child:
- 1206:abef27e8bc40
- Commit message:
- Sync with 6a3b7c7dc9acadc400d8e4ab635a009eac25f2aa
2016-08-31 10:11:40+01:00: Vincent Coubard
Update 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:56 2016 +0100 +++ b/ble/BLE.h Wed Sep 14 14:17:57 2016 +0100 @@ -1528,6 +1528,7 @@ * 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);