mirror of
https://github.com/brmlab/lasic.git
synced 2025-06-08 01:03: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);
|
||||
pinMode(FStep, OUTPUT);
|
||||
digitalWrite(FStep, LOW);
|
||||
|
||||
stepperX.step(10);
|
||||
stepperX.step(-10);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue