23 lines
No EOL
312 B
ReStructuredText
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) |