1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Add cd74hc4067 multiplexer (#2431)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: asoehlke <git@soehlke.de>
This commit is contained in:
Andreas Soehlke
2022-01-11 04:59:57 +01:00
committed by GitHub
parent ece71a0228
commit 27364ee72c
6 changed files with 270 additions and 0 deletions

View File

@@ -378,6 +378,10 @@ sensor:
- 400 -> 500
- -50 -> -1000
- -100 -> -10000
- platform: cd74hc4067
id: cd74hc4067_0
number: 0
sensor: my_sensor
- platform: resistance
sensor: my_sensor
configuration: DOWNSTREAM
@@ -1345,3 +1349,9 @@ dsmr:
daly_bms:
update_interval: 20s
uart_id: uart1
cd74hc4067:
pin_s0: GPIO12
pin_s1: GPIO13
pin_s2: GPIO14
pin_s3: GPIO15