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

Swap ADC back to use 'int' because C3 (#5151)

This commit is contained in:
Keith Burzinski
2023-07-30 16:19:06 -05:00
committed by GitHub
parent 08a41d9bd6
commit 56630bb717
3 changed files with 14 additions and 6 deletions

View File

@@ -31,3 +31,11 @@ logger:
http_request:
useragent: esphome/tagreader
timeout: 10s
sensor:
- platform: adc
id: adc_sensor_p4
name: ADC pin 4
pin: 4
attenuation: 11db
update_interval: 1s