Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 911 Bytes

index.rst

File metadata and controls

50 lines (27 loc) · 911 Bytes

UartRemote for Arduino

Welcome to the document page for UartRemote for Arduino.

Introduction

UartRemote is a library that allows robust remote execution of functions together with passing arguments and getting return values back.

UartRemote for Python

Using UartRemote in Arduino

In the Arduino version, we only support the struct.pack like packing of paramters in a binary string.

.. pybricks-requirements::

:mod:`hubs <pybricks.hubs>` -- Programmable hubs

.. module:: pybricks.hubs

.. toctree::
   :maxdepth: 1
   :hidden:

   movehub
   cityhub
   technichub
   primehub

.. pybricks-classlink:: MoveHub


.. pybricks-classlink:: CityHub

.. pybricks-classlink:: TechnicHub


.. pybricks-classlink:: PrimeHub


.. pybricks-classlink:: InventorHub PrimeHub