Skip to content

Alpha release for CircuitPython 5.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dhalbert dhalbert released this 19 Jul 19:23
f38c77c

This pre-release is meant to be used with bleio in CircuitPython 5.0.0-alpha.0 and later. It is not backward compatible with bleio in CircuitPython 4.x.

  • New UART_Client and Scanner functionality added.
  • UART_Server moved from uart.py to uart_server.py.
  • Refactoring of advertisement data code. Advertisements are now built in Python instead of in C.
  • Various other updates and renamings.
  • Beacon code improved.
  • Examples updated.