Update documentation
This commit is contained in:
parent
8dd2c9485e
commit
d39ad4b112
14 changed files with 1277 additions and 1173 deletions
7
_sources/lib/Battery.rst.txt
Normal file
7
_sources/lib/Battery.rst.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
.. _lib_battery:
|
||||
|
||||
Battery
|
||||
=======
|
||||
|
||||
.. autoclass:: compLIB.Battery.Battery
|
||||
:members:
|
7
_sources/lib/Buzzer.rst.txt
Normal file
7
_sources/lib/Buzzer.rst.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
.. _lib_buzzer:
|
||||
|
||||
Buzzer
|
||||
=======
|
||||
|
||||
.. autoclass:: compLIB.Buzzer.Buzzer
|
||||
:members:
|
7
_sources/lib/IRSensor.rst.txt
Normal file
7
_sources/lib/IRSensor.rst.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
.. _lib_irsensor:
|
||||
|
||||
Infrared Sensor
|
||||
================
|
||||
|
||||
.. autoclass:: compLIB.IRSensor.IRSensor
|
||||
:members:
|
7
_sources/lib/Motor.rst.txt
Normal file
7
_sources/lib/Motor.rst.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
.. _lib_motor:
|
||||
|
||||
Motor
|
||||
=====
|
||||
|
||||
.. autoclass:: compLIB.Motor.Motor
|
||||
:members:
|
7
_sources/lib/Servo.rst.txt
Normal file
7
_sources/lib/Servo.rst.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
.. _lib_servo:
|
||||
|
||||
Servo
|
||||
=====
|
||||
|
||||
.. autoclass:: compLIB.Servo.Servo
|
||||
:members:
|
Reference in a new issue