Rough, but working. Really needs electrical isolation/filtering

This commit is contained in:
2024-03-10 21:07:47 -07:00
parent 58e89db541
commit 507511e2d9
5 changed files with 186 additions and 68 deletions

View File

@@ -0,0 +1,4 @@
from motion_controller.main import machine_main
from time import sleep
machine_main()