mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[CI] Consolidate some tests (A) (#8184)
This commit is contained in:
		
							
								
								
									
										9
									
								
								tests/components/a4988/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								tests/components/a4988/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| 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 | ||||
		Reference in New Issue
	
	Block a user