Skip to content

Alpha release for CircuitPython 5.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dhalbert dhalbert released this 17 Aug 02:50
8bb2232

This pre-release is compatible with the upcoming CircuitPython 5.0.0-alpha.1 pre-release.

  • advertising.py refactored.
  • Added SolicitedAdvertisement, for peripherals requesting services from centrals.
  • Use new properties bitmask to set Characteristic properties.
  • Added CurrentTimeClient as an useful example of a peripheral acting as a client.
  • Initial BLE HID code, but it doesn't work, so don't try it.