From 1bf990f0def1b5509332ed1c323c6a6838862051 Mon Sep 17 00:00:00 2001 From: Luisa <102157804+Quinteroluisa@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:17:04 +0100 Subject: [PATCH 1/1] Add comment to main.py (#1) --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 7fafa49..5dbd50e 100644 --- a/main.py +++ b/main.py @@ -9,6 +9,7 @@ import gc # some change # Hier war Roman :) # some other change +#Forking and pulling- yeah - Lu was here :> sda = Pin(0) scl = Pin(1) @@ -272,4 +273,4 @@ while True: oled.show() sleep(0.05) - \ No newline at end of file + -- 2.47.3