feat: stepper logic
This commit is contained in:
8
main.py
8
main.py
@@ -9,5 +9,9 @@ import display_program
|
||||
# led program
|
||||
import led_program
|
||||
|
||||
_thread.start_new_thread(led_program.boostrap, ())
|
||||
_thread.start_new_thread(display_program.display, ())
|
||||
# motor
|
||||
import motor
|
||||
|
||||
# _thread.start_new_thread(led_program.boostrap, ())
|
||||
# _thread.start_new_thread(display_program.display, ())
|
||||
_thread.start_new_thread(motor.motor_run, ())
|
||||
|
||||
Reference in New Issue
Block a user