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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user