mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 17:14:41 +00:00
28 lines
683 B
ReStructuredText
28 lines
683 B
ReStructuredText
:mod:`bluetooth <pybricks.bluetooth>` -- Bluetooth
|
|
==================================================
|
|
|
|
.. automodule:: pybricks.bluetooth
|
|
:no-members:
|
|
|
|
.. currentmodule:: pybricks.bluetooth
|
|
|
|
|
|
EV3 Mailboxes
|
|
-------------
|
|
|
|
Pybricks MicroPython provides a mailbox implementation that is compatible with
|
|
the standard LEGO firmware. This can be used to communicate between multiple
|
|
EV3 bricks running Pybrick MicroPython, the standard LEGO firmware or a
|
|
combination of the two.
|
|
|
|
.. note:: See :doc:`ev3_mailboxes` for a more general overview.
|
|
|
|
.. autoclass:: EV3MailboxClient
|
|
|
|
.. autoclass:: EV3MailboxServer
|
|
|
|
.. autoclass:: EV3MailboxMixIn
|
|
|
|
.. autodata:: ALL_BRICKS
|
|
:annotation:
|