Skip to content

Bleep Version 0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@matthewelse matthewelse released this 03 Sep 14:59
· 19 commits to master since this 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.