mirror of
https://github.com/brmlab/lasic.git
synced 2025-06-08 17:23:59 +02:00
Sketch: Wobble X at startup, helps debugging resets
This commit is contained in:
parent
022bf25dcd
commit
40cbce606b
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ void setup() {
|
||||||
digitalWrite(FDir, LOW);
|
digitalWrite(FDir, LOW);
|
||||||
pinMode(FStep, OUTPUT);
|
pinMode(FStep, OUTPUT);
|
||||||
digitalWrite(FStep, LOW);
|
digitalWrite(FStep, LOW);
|
||||||
|
|
||||||
|
stepperX.step(10);
|
||||||
|
stepperX.step(-10);
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue