From 9554c9776c0c7ac2ce51ef3435a2748a75ac71d2 Mon Sep 17 00:00:00 2001 From: Ithamar Herrewijnen Date: Thu, 5 Oct 2023 22:33:35 +0200 Subject: [PATCH] added some headers --- documentation/source/pico.rst | 5 +++++ 1 file changed, 5 insertions(+) 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.