mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			158 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			158 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| spi:
 | |
|   - id: spi_device1
 | |
|     clk_pin: 2
 | |
|     mosi_pin: 3
 | |
|     miso_pin: 4
 | |
| 
 | |
| spi_device:
 | |
|   id: spi_device_test
 | |
|   data_rate: 2MHz
 | |
|   mode: 3
 | |
|   bit_order: lsb_first
 |