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