Update documentation
This commit is contained in:
parent
527965ac0f
commit
ccd46ee8a7
20 changed files with 623 additions and 543 deletions
23
_sources/lib/Display.rst.txt
Normal file
23
_sources/lib/Display.rst.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
.. _lib_display:
|
||||
|
||||
Display
|
||||
*******
|
||||
|
||||
Class Documentation
|
||||
====================
|
||||
|
||||
.. autoclass:: compLib.Display.Display
|
||||
:members:
|
||||
|
||||
Examples
|
||||
=========
|
||||
|
||||
Write a line to the display
|
||||
---------------------------
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
import time
|
||||
from compLib.Display import Display
|
||||
|
||||
Display.write(1, "Hello World!")
|
Reference in a new issue