sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

Implement BLEBoolCharacteristic #167

Closed tobinjones closed 7 years ago

tobinjones commented 7 years ago

Hi Sandeep,

It seems that BLEBoolCharacteristic is missing an implementation, and isn't in "keywords.txt", yet is in the BLETypedCharacteristics header and referenced in the API.md. This is a tiny patch to add it in.

sandeepmistry commented 7 years ago

@tobinjones awesome! Thank you :D