summaryrefslogtreecommitdiff
path: root/shared-bindings/digitalio/DriveMode.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-05-12 17:15:28 -0700
committerScott Shawcroft <scott@tannewt.org>2020-05-12 17:28:24 -0700
commit4e8de3c554024d3ac89e9ee77b958a6932a64bec (patch)
tree4606c0cf69cef8a033aa2d95fab0811ddf49123a /shared-bindings/digitalio/DriveMode.c
parentc534a872a2b5a2d5e6b7543f56539afb24261443 (diff)
Swap sphinx to autoapi and the inline stubs
Diffstat (limited to 'shared-bindings/digitalio/DriveMode.c')
-rw-r--r--shared-bindings/digitalio/DriveMode.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/shared-bindings/digitalio/DriveMode.c b/shared-bindings/digitalio/DriveMode.c
index 23745b046..31b682d38 100644
--- a/shared-bindings/digitalio/DriveMode.c
+++ b/shared-bindings/digitalio/DriveMode.c
@@ -27,10 +27,7 @@
#include "shared-bindings/digitalio/DriveMode.h"
//| class DriveMode:
-//| """.. currentmodule:: digitalio
-//|
-//| :class:`DriveMode` -- defines the drive mode of a digital pin
-//| ============================================================="""
+//| """Defines the drive mode of a digital pin"""
//|
//| def __init__(self, ):
//| """Enum-like class to define the drive mode used when outputting