mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	| @@ -753,8 +753,8 @@ class Motor(SourceMixin, CompositeDevice): | |||||||
|                 'forward and backward pins must be provided' |                 'forward and backward pins must be provided' | ||||||
|             ) |             ) | ||||||
|         super(Motor, self).__init__( |         super(Motor, self).__init__( | ||||||
|                 forward_device=PWMOutputDevice(forward), |                 forward_device=DigitalOutputDevice(forward), | ||||||
|                 backward_device=PWMOutputDevice(backward), |                 backward_device=DigitalOutputDevice(backward), | ||||||
|                 _order=('forward_device', 'backward_device')) |                 _order=('forward_device', 'backward_device')) | ||||||
|  |  | ||||||
|     @property |     @property | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user