summaryrefslogtreecommitdiff
path: root/shared-bindings/pulseio/PWMOut.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/pulseio/PWMOut.c')
-rw-r--r--shared-bindings/pulseio/PWMOut.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/shared-bindings/pulseio/PWMOut.c b/shared-bindings/pulseio/PWMOut.c
index 3a25d6938..7970c02f3 100644
--- a/shared-bindings/pulseio/PWMOut.c
+++ b/shared-bindings/pulseio/PWMOut.c
@@ -36,12 +36,7 @@
#include "supervisor/shared/translate.h"
//| class PWMOut:
-//| """.. currentmodule:: pulseio
-//|
-//| :class:`PWMOut` -- Output a Pulse Width Modulated signal
-//| ========================================================
-//|
-//| PWMOut can be used to output a PWM signal on a given pin."""
+//| """Output a Pulse Width Modulated signal on a given pin."""
//|
//| def __init__(self, pin: microcontroller.Pin, *, duty_cycle: int = 0, frequency: int = 500, variable_frequency: bool = False):
//| """Create a PWM object associated with the given pin. This allows you to