forking microbit-dal
Dependencies: BLE_API mbed-dev-bin nRF51822-bluetooth-mdw
Fork of microbit-dal by
Diff: inc/bluetooth/MicroBitAnimationService.h
- Revision:
- 83:7e08ab5aba66
- Parent:
- 82:91e085d6ad72
--- a/inc/bluetooth/MicroBitAnimationService.h Fri Mar 24 06:20:38 2017 +0000 +++ b/inc/bluetooth/MicroBitAnimationService.h Wed Nov 29 22:40:52 2017 +0000 @@ -65,12 +65,14 @@ // TODO: memory for our Animation characteristics. - + uint8_t animation_type_buffer[1]; + uint8_t animation_status_buffer[1]; + uint8_t animation_control_buffer[1]; - // TODO: handles on this service's characterisitics. - - + GattAttribute::Handle_t animationTypeCharacteristicHandle; + GattAttribute::Handle_t animationStatusCharacteristicHandle; + GattAttribute::Handle_t animationControlCharacteristicHandle; void animationStatusUpdate(MicroBitEvent e);