mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	* Initial changes to support testing of additional framework versions * Rename Arduino test files
		
			
				
	
	
		
			23 lines
		
	
	
		
			385 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			385 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| i2c:
 | |
|   - id: i2c_mpu6886
 | |
|     scl: 5
 | |
|     sda: 4
 | |
| 
 | |
| sensor:
 | |
|   - platform: mpu6886
 | |
|     address: 0x68
 | |
|     accel_x:
 | |
|       name: MPU6886 Accel X
 | |
|     accel_y:
 | |
|       name: MPU6886 Accel Y
 | |
|     accel_z:
 | |
|       name: MPU6886 Accel z
 | |
|     gyro_x:
 | |
|       name: MPU6886 Gyro X
 | |
|     gyro_y:
 | |
|       name: MPU6886 Gyro Y
 | |
|     gyro_z:
 | |
|       name: MPU6886 Gyro z
 | |
|     temperature:
 | |
|       name: MPU6886 Temperature
 |