SimpleBLE example for mbed OS 5
Dependents: SimpleBLE-Example-mbedos5
Fork of SimpleBLE by
Diff: SimpleBLE.h
- Revision:
- 2:15329a3de04c
- Parent:
- 1:17c8f5afa7bc
- Child:
- 4:0c99ff9d2373
--- a/SimpleBLE.h Tue May 17 19:33:34 2016 +0000 +++ b/SimpleBLE.h Tue May 17 19:37:38 2016 +0000 @@ -200,6 +200,7 @@ def_fn(int16_t, i16) def_fn(int32_t, i32) def_fn(bool, bool) + def_fn(float, float) private: void bleInitComplete(BLE::InitializationCompleteCallbackContext *params)