pybricks.common: Add new BLE class.

This adds a new BLE class that is used for connectionless broadcasting/
observing on hubs with built-in Bluetooth Low Energy.

Also see https://github.com/pybricks/pybricks-micropython/pull/158.
This commit is contained in:
David Lechner
2023-05-16 14:46:53 -05:00
committed by GitHub
parent b4ff3af36d
commit 3274cef849
16 changed files with 413 additions and 12 deletions
+1
View File
@@ -325,6 +325,7 @@ def on_missing_reference(
# warnings when Sphinx tries to cross reference units like deg/s. For
# consistency, we also treat units without special characters this way.
for unit in [
"dBm",
"deg",
"deg/s",
"deg/s²",