mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00: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:
27
tests/components/as5600/test.esp8266-ard.yaml
Normal file
27
tests/components/as5600/test.esp8266-ard.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
i2c:
|
||||
- id: i2c_as5600
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
as5600:
|
||||
dir_pin: 15
|
||||
direction: clockwise
|
||||
start_position: 90deg
|
||||
range: 180deg
|
||||
watchdog: true
|
||||
power_mode: low1
|
||||
hysteresis: lsb1
|
||||
slow_filter: 8x
|
||||
fast_filter: lsb6
|
||||
|
||||
sensor:
|
||||
- platform: as5600
|
||||
name: AS5600 Position
|
||||
raw_position:
|
||||
name: AS5600 Raw Position
|
||||
gain:
|
||||
name: AS5600 Gain
|
||||
magnitude:
|
||||
name: AS5600 Magnitude
|
||||
status:
|
||||
name: AS5600 Status
|
||||
Reference in New Issue
Block a user