diff --git a/documentation/source/pico.rst b/documentation/source/pico.rst index a5f9218..f2c230b 100644 --- a/documentation/source/pico.rst +++ b/documentation/source/pico.rst @@ -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. Apart from micropython no other packages have to be installed. +.. code-block:: python + + def hello_world(): + print("Hello") + 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.