23 lines
No EOL
300 B
ReStructuredText
23 lines
No EOL
300 B
ReStructuredText
.. _lib_motor:
|
|
|
|
Motor
|
|
******
|
|
|
|
Class Documentation
|
|
====================
|
|
|
|
.. autoclass:: compLib.Motor.Motor
|
|
:members:
|
|
|
|
Examples
|
|
=========
|
|
|
|
Driving straight (maybe)
|
|
-------------------------
|
|
|
|
.. code-block:: python
|
|
|
|
from compLib.Motor import Motor
|
|
|
|
Motor.power(1, -50)
|
|
Motor.power(4, 50) |