mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			220 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			220 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| stepper:
 | |
|   - platform: a4988
 | |
|     id: a4988_stepper
 | |
|     step_pin: ${step_pin}
 | |
|     dir_pin: ${dir_pin}
 | |
|     sleep_pin: ${sleep_pin}
 | |
|     max_speed: 250 steps/s
 | |
|     acceleration: 100 steps/s^2
 | |
|     deceleration: 200 steps/s^2
 |