Bleep Version 0.4
Pre-release
Pre-release
Note: There are many breaking changes in this version.
- BLECharacteristic, BLEDescriptor and BLEService have been renamed and refactored into GATTCharacteristic, GATTDescriptor and GATTService.
- A BLEUUID class has been added, to simplify canonicalisation of 16-bit, 32-bit and 128-bit BLE SIG UUIDs.
- All objects now inherit from object, to reduce possiblity of problems in Python 2.