pls
Dependencies: BLE_API mbed nRF51822
Fork of zach_thresholding by
Diff: ButtonService.h
- Revision:
- 1:7202df456146
- Parent:
- 0:28f095301cb2
- Child:
- 6:18d8750f39ee
--- a/ButtonService.h Tue Feb 17 16:46:22 2015 +0000 +++ b/ButtonService.h Tue Feb 17 22:08:57 2015 +0000 @@ -20,7 +20,7 @@ class ButtonService { public: const static uint16_t BUTTON_SERVICE_UUID = 0xA000; - const static uint16_t BUTTON_STATE_CHARACTERISTIC_UUID = 0xA000; + const static uint16_t BUTTON_STATE_CHARACTERISTIC_UUID = 0xA001; ButtonService(BLEDevice &_ble, bool buttonPressedInitial) : ble(_ble), buttonState(BUTTON_STATE_CHARACTERISTIC_UUID, &buttonPressedInitial, GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_NOTIFY)