[CI] Consolidate some tests (C) (#8186)

This commit is contained in:
Keith Burzinski
2025-02-04 17:05:08 -06:00
committed by GitHub
parent 53c15f6716
commit 61ad2510fc
99 changed files with 737 additions and 1459 deletions
+11
View File
@@ -0,0 +1,11 @@
i2c:
- id: i2c_cap1188
scl: ${scl_pin}
sda: ${sda_pin}
cap1188:
id: cap1188_component
address: 0x29
reset_pin: ${reset_pin}
touch_threshold: 0x20
allow_multiple_touches: true
+5 -10
View File
@@ -1,11 +1,6 @@
i2c:
- id: i2c_cap1188
scl: 16
sda: 17
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
reset_pin: GPIO15
cap1188:
id: cap1188_component
address: 0x29
reset_pin: 15
touch_threshold: 0x20
allow_multiple_touches: true
<<: !include common.yaml
@@ -1,11 +1,6 @@
i2c:
- id: i2c_cap1188
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
reset_pin: GPIO6
cap1188:
id: cap1188_component
address: 0x29
reset_pin: 6
touch_threshold: 0x20
allow_multiple_touches: true
<<: !include common.yaml
@@ -1,11 +1,6 @@
i2c:
- id: i2c_cap1188
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
reset_pin: GPIO6
cap1188:
id: cap1188_component
address: 0x29
reset_pin: 6
touch_threshold: 0x20
allow_multiple_touches: true
<<: !include common.yaml
+5 -10
View File
@@ -1,11 +1,6 @@
i2c:
- id: i2c_cap1188
scl: 16
sda: 17
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
reset_pin: GPIO15
cap1188:
id: cap1188_component
address: 0x29
reset_pin: 15
touch_threshold: 0x20
allow_multiple_touches: true
<<: !include common.yaml
+5 -10
View File
@@ -1,11 +1,6 @@
i2c:
- id: i2c_cap1188
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
reset_pin: GPIO15
cap1188:
id: cap1188_component
address: 0x29
reset_pin: 15
touch_threshold: 0x20
allow_multiple_touches: true
<<: !include common.yaml
+5 -10
View File
@@ -1,11 +1,6 @@
i2c:
- id: i2c_cap1188
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
reset_pin: GPIO6
cap1188:
id: cap1188_component
address: 0x29
reset_pin: 6
touch_threshold: 0x20
allow_multiple_touches: true
<<: !include common.yaml