Alpha release for CircuitPython 5.0.0-alpha.1
Pre-release
Pre-release
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 setCharacteristic
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.