feat: menu demo

This commit is contained in:
xGlc
2026-05-10 13:03:24 +02:00
parent f852c1a2b5
commit 2bbe5ae0e8
4 changed files with 158 additions and 55 deletions

View File

@@ -13,5 +13,5 @@ import led_program
import motor
# _thread.start_new_thread(led_program.boostrap, ())
# _thread.start_new_thread(display_program.display, ())
_thread.start_new_thread(motor.motor_run, ())
_thread.start_new_thread(display_program.display, ())
# _thread.start_new_thread(motor.motor_run, ())