Added sequencing test

This commit is contained in:
2025-07-23 16:23:30 +02:00
parent 8789c346bb
commit 5f6440a08a
8 changed files with 47 additions and 9 deletions

2
example_custom_script.py Normal file → Executable file
View File

@@ -23,4 +23,4 @@ motor.write_field('enable', 0)
time.sleep(2)
# Reenable the motor
motor.write_field('enable', 0)
motor.write_field('enable', 1)