pulse_counter_ulp: Add test specific to esp32-s3

This commit is contained in:
brisk 2024-11-17 21:03:58 +10:30
parent e86ade632d
commit e7f86e4fc3
3 changed files with 12 additions and 10 deletions

View file

@ -0,0 +1,10 @@
sensor:
- platform: pulse_counter_ulp
name: Pulse Counter ULP
pin: 4
count_mode:
rising_edge: INCREMENT
falling_edge: DECREMENT
sleep_duration: 13ms
debounce: 4
update_interval: 15s

View file

@ -1,10 +1 @@
sensor:
- platform: pulse_counter_ulp
name: Pulse Counter ULP
pin: 4
count_mode:
rising_edge: INCREMENT
falling_edge: DECREMENT
sleep_duration: 13ms
debounce: 4
update_interval: 15s
<<: !include common.yaml

View file

@ -0,0 +1 @@
<<: !include common.yaml