Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 1246

Python • Re: Related to Stepper Motor control

$
0
0
You probably don't want PULSE.on(). Based on my reading of the documentation that sets the GPIO pin fully on (i.e. no PWM waveform).

Code:

Pulpin = 17PULSE= PWMOutputDevice(17, initial_value = 0.5, frequency = 800)

Statistics: Posted by ame — Tue Nov 26, 2024 5:57 am



Viewing all articles
Browse latest Browse all 1246

Trending Articles