Press buttons to activate the LED.
Dependencies: BLE_API nRF51822
Fork of Puck by
Diff: Puck.h
- Revision:
- 22:7d728fed55ab
- Parent:
- 21:00a3567124e3
- Child:
- 24:21b5ecbc84ea
--- a/Puck.h Tue Mar 03 20:52:50 2015 +0000 +++ b/Puck.h Tue Mar 03 22:17:17 2015 +0000 @@ -390,7 +390,7 @@ * UUID of the gatt characteristic to bind callback to. * * @parameter callback - * CharacteristicWriteCallback to be executed on characteristic write. + * CharacteristicWriteCallback to be executed on characteristic write.It's signature should be void (*CharacteristicWriteCallback)(const uint8_t* value, uint8_t length); "value" is the value that was written, and "length" is the length of the value that was written. * * @return Void. *