117
edits
No edit summary |
No edit summary |
||
Line 103: | Line 103: | ||
== Code-Motor == | == Code-Motor == | ||
<source lang=c> | |||
int one_cycle_step_count = 6; | int one_cycle_step_count = 6; | ||
int one_motorrotation_cycle_count = 8; | int one_motorrotation_cycle_count = 8; | ||
Line 176: | Line 177: | ||
digitalWrite(4, LOW); | digitalWrite(4, LOW); | ||
} | } | ||
</source> | |||
== Medium == | == Medium == |
edits