added some headers
This commit is contained in:
parent
633550447f
commit
9554c9776c
@ -9,6 +9,11 @@ learning to work with loops and statements. Through these projects we will be re
|
|||||||
The files refferenced can be found in https://git.herreweb.nl/IthamarHerrewijnen/Ithamar_code/src/branch/main/documentation/source or the git repository.
|
The files refferenced can be found in https://git.herreweb.nl/IthamarHerrewijnen/Ithamar_code/src/branch/main/documentation/source or the git repository.
|
||||||
Apart from micropython no other packages have to be installed.
|
Apart from micropython no other packages have to be installed.
|
||||||
|
|
||||||
|
.. code-block:: python
|
||||||
|
|
||||||
|
def hello_world():
|
||||||
|
print("Hello")
|
||||||
|
|
||||||
Notable files
|
Notable files
|
||||||
|
|
||||||
Colorwave: This is one of the files required to work with the ledstrip. It defines colors for easier use and can be used as a test file to see if a strip works or not.
|
Colorwave: This is one of the files required to work with the ledstrip. It defines colors for easier use and can be used as a test file to see if a strip works or not.
|
||||||
|
Loading…
Reference in New Issue
Block a user