mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
[CI] Consolidate some tests (A) (#8184)
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
stepper:
|
||||
- platform: a4988
|
||||
id: a4988_stepper
|
||||
step_pin:
|
||||
number: 22
|
||||
dir_pin:
|
||||
number: 23
|
||||
sleep_pin:
|
||||
number: 25
|
||||
max_speed: 250 steps/s
|
||||
acceleration: 100 steps/s^2
|
||||
deceleration: 200 steps/s^2
|
||||
substitutions:
|
||||
step_pin: GPIO22
|
||||
dir_pin: GPIO23
|
||||
sleep_pin: GPIO25
|
||||
|
||||
<<: !include common.yaml
|
||||
|
||||
Reference in New Issue
Block a user