mirror of
https://github.com/danbulant/ambientlightdemo
synced 2026-05-19 04:18:32 +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() |