mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			434 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			434 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esphome:
 | |
|   on_boot:
 | |
|     then:
 | |
|       - grove_tb6612fng.run:
 | |
|           channel: 1
 | |
|           speed: 255
 | |
|           direction: BACKWARD
 | |
|           id: test_motor
 | |
|       - grove_tb6612fng.stop:
 | |
|           channel: 1
 | |
|           id: test_motor
 | |
|       - grove_tb6612fng.break:
 | |
|           channel: 1
 | |
|           id: test_motor
 | |
| 
 | |
| i2c:
 | |
|   - id: i2c_grove_tb6612fng
 | |
|     scl: ${scl_pin}
 | |
|     sda: ${sda_pin}
 | |
| 
 | |
| grove_tb6612fng:
 | |
|   id: test_motor
 | |
|   address: 0x14
 |