@@ -0,0 +1,13 @@
import _thread
from machine import soft_reset
# display
import display_program
# MODULES
# led program
import led_program
_thread.start_new_thread(led_program.boostrap, ())
_thread.start_new_thread(display_program.display, ())
The note is not visible to the blocked user.