Browse Source

fix main.py

Tobias Müller 7 months ago
parent
commit
a4bc78afb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -10,7 +10,7 @@ Main File to run on the pico.
 
 from machine import Pin
 from time import sleep_ms
-from Libs.foo import foo
+from libs.foo import foo
 
 ##############################            Global Variables            ##############################