Files
pybricks-api/examples/ev3/bluetooth_pc/pybricks
Laurens Valk d3ba6154f0 all: More ruff fixes.
Apply  ruff check --fix --unsafe-fixes

and then update the pytests to match.
2026-08-25 12:30:08 +02:00
..
2026-08-25 12:22:28 +02:00
2026-08-25 12:30:08 +02:00

This is a partial implementation of the pybricks package that is normally included in Pybricks MicroPython for EV3. It makes the PC look like an EV3 so other EV3 bricks can connect to it and vice versa.

It has the same end user API, so the same documentation applies: https://docs.pybricks.com/en/latest/messaging.html

This is a Python3 modification of the original Pybricks MicroPython version: https://github.com/pybricks/pybricks-micropython/tree/master/bricks/ev3dev