1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

[ci][tests] Remove redundant ESP32 Arduino test files (#11136)

This commit is contained in:
J. Nick Koston
2025-10-09 08:26:41 -10:00
committed by Jesse Hills
parent b93c60e85a
commit 34632f78cf
1007 changed files with 0 additions and 4942 deletions

View File

@@ -1,15 +0,0 @@
packages:
common: !include common.yaml
matrix_keypad:
id: keypad
rows:
- pin: 12
- pin: 13
columns:
- pin: 14
- pin: 15
keys: "1234"
has_pulldowns: true
on_key:
- lambda: ESP_LOGI("KEY", "key %d pressed", x);

View File

@@ -1,15 +0,0 @@
packages:
common: !include common.yaml
matrix_keypad:
id: keypad
rows:
- pin: 1
- pin: 2
columns:
- pin: 3
- pin: 4
keys: "1234"
has_pulldowns: true
on_key:
- lambda: ESP_LOGI("KEY", "key %d pressed", x);