We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc08ba commit cd7a4e0Copy full SHA for cd7a4e0
1 file changed
examples/StepperDemo/StepperDemo.ino
@@ -363,7 +363,17 @@ const struct stepper_config_s stepper_config[MAX_STEPPER+1] = {
363
off_delay_ms : 10
364
},
365
#endif
366
- {step : PIN_UNDEFINED}
+ {
367
+ step : PIN_UNDEFINED,
368
+ enable_low_active : PIN_UNDEFINED,
369
+ enable_high_active : PIN_UNDEFINED,
370
+ direction : PIN_UNDEFINED,
371
+ dir_change_delay : 0,
372
+ direction_high_count_up : true,
373
+ auto_enable : true,
374
+ on_delay_us : 5000,
375
+ off_delay_ms : 10
376
+ }
377
};
378
#elif defined(ARDUINO_ARCH_SAM)
379
// Hardware configuration copied from esp32 board. Not used on due board
0 commit comments