feat: menu demo
This commit is contained in:
4
main.py
4
main.py
@@ -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, ())
|
||||
|
||||
Reference in New Issue
Block a user