mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
[CI] Consolidate some tests (G) (#8196)
This commit is contained in:
@@ -1,23 +1,5 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- grove_tb6612fng.run:
|
||||
channel: 1
|
||||
speed: 255
|
||||
direction: BACKWARD
|
||||
id: test_motor
|
||||
- grove_tb6612fng.stop:
|
||||
channel: 1
|
||||
id: test_motor
|
||||
- grove_tb6612fng.break:
|
||||
channel: 1
|
||||
id: test_motor
|
||||
substitutions:
|
||||
scl_pin: GPIO16
|
||||
sda_pin: GPIO17
|
||||
|
||||
i2c:
|
||||
- id: i2c_grove_tb6612fng
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
grove_tb6612fng:
|
||||
id: test_motor
|
||||
address: 0x14
|
||||
<<: !include common.yaml
|
||||
|
Reference in New Issue
Block a user