Files
pybricks-api/examples/ev3/bluetooth_pc/pybricks/README.md
T
Laurens Valk b0ffb24a2e examples: import snippets from pybricks-projects
These code samples are rendered in the docs, so we include them here.

For the git history of these snippets, see:
https://github.com/pybricks/pybricks-projects/commits/f4914069aaacfd9ab1e0dd6f05524f62cfc56b29/snippets
2020-11-04 10:17:33 +01:00

10 lines
473 B
Markdown

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