mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	* Initial changes to support testing of additional framework versions * Rename Arduino test files
		
			
				
	
	
		
			17 lines
		
	
	
		
			236 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			236 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
spi:
 | 
						|
  - id: spi_mcp3204
 | 
						|
    clk_pin: 2
 | 
						|
    mosi_pin: 3
 | 
						|
    miso_pin: 4
 | 
						|
 | 
						|
mcp3204:
 | 
						|
  - id: mcp3204_hub
 | 
						|
    cs_pin: 6
 | 
						|
 | 
						|
sensor:
 | 
						|
  - platform: mcp3204
 | 
						|
    id: mcp3204_sensor
 | 
						|
    mcp3204_id: mcp3204_hub
 | 
						|
    number: 0
 | 
						|
    update_interval: 5s
 |