The Linkbot Class ================= .. toctree:: :maxdepth: 2 peripherals The :class:`linkbot3.Linkbot` class is a handle to a remote Linkbot. The class itself contains several child classes that represent various peripherals on the Linkbot, such as the motors, buttons, accelerometer, and LED. Here is a small piece of sample code showing how to move a Linkbot's motors using the asynchronous :class:`linkbot3.Linkbot` object. .. literalinclude:: snippets/Linkbot/move.py :language: python .. autoclass:: linkbot3.FormFactor :members: :undoc-members: Linkbot API Documentation ------------------------- .. autoclass:: linkbot3.Linkbot :members: