1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)

* Initial changes to support testing of additional framework versions

* Rename Arduino test files
This commit is contained in:
Keith Burzinski
2024-06-17 16:32:11 -05:00
committed by GitHub
parent a59c9b4f77
commit f6848fe24d
1689 changed files with 95 additions and 16 deletions

View File

@@ -0,0 +1,23 @@
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
i2c:
- id: i2c_grove_tb6612fng
scl: 16
sda: 17
grove_tb6612fng:
id: test_motor
address: 0x14