We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4b1b2 commit 9393467Copy full SHA for 9393467
ports/raspberrypi/common-hal/pulseio/PulseOut.c
@@ -45,7 +45,7 @@ volatile uint16_t current_duty_cycle;
45
46
void pulse_finish(void) {
47
pulse_index++;
48
- // Turn pwm pin off by settting duty cyle to 1.
+ // Turn pwm pin off by setting duty cyle to 1.
49
common_hal_pwmio_pwmout_set_duty_cycle(pwmout_obj,1);
50
if (pulse_index >= pulse_length) {
51
return;
0 commit comments