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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
src/BLEDataHandler/BLEDataHandler.h@283:a09013615589, 2016-10-28 (annotated)
- Committer:
- davidjhoward
- Date:
- Fri Oct 28 16:28:44 2016 +0000
- Revision:
- 283:a09013615589
- Parent:
- 0:65cfa4873284
- Child:
- 284:cc72206ea8e0
More updates
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jmarkel44 | 0:65cfa4873284 | 1 | /****************************************************************************** |
jmarkel44 | 0:65cfa4873284 | 2 | * |
jmarkel44 | 0:65cfa4873284 | 3 | * File: BLEDDataHandler.h |
jmarkel44 | 0:65cfa4873284 | 4 | * Desciption: interface for the ICE BLE Data Handler |
jmarkel44 | 0:65cfa4873284 | 5 | * |
jmarkel44 | 0:65cfa4873284 | 6 | *****************************************************************************/ |
jmarkel44 | 0:65cfa4873284 | 7 | #ifndef BLEDATAHANDLER_H |
jmarkel44 | 0:65cfa4873284 | 8 | #define BLEDATAHANDLER_H |
jmarkel44 | 0:65cfa4873284 | 9 | |
jmarkel44 | 0:65cfa4873284 | 10 | void BLEDataHandler(void const *args); |
davidjhoward | 283:a09013615589 | 11 | void BLE_ReplyToHandler( std::string &id, int status, float value ); |
jmarkel44 | 0:65cfa4873284 | 12 | |
jmarkel44 | 0:65cfa4873284 | 13 | #endif |