mirror of
https://github.com/danbulant/ambientlightdemo
synced 2026-06-21 23:51:48 +00:00
4 lines
No EOL
90 B
Python
4 lines
No EOL
90 B
Python
from stepper import stepper
|
|
|
|
for i in range(stepper.step_count):
|
|
stepper.single_step() |