This repository has been archived on 2025-06-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
compLIB/_sources/lib/Motor.rst.txt
Konstantin Lampalzer d555d55b2c
Update documentation
2021-01-16 01:55:10 +01:00

23 lines
No EOL
312 B
ReStructuredText

.. _lib_motor:
Motor
######
Class Documentation
********************
.. autoclass:: compLIB.Motor.Motor
:members:
Examples
*********
Driving straight (maybe)
=========================
.. code-block:: python
from compLIB.Motor import Motor
for port in range(0, 4):
Motor.power(port, 50)