Skip to content

Commit 55aa0a9

Browse files
committed
rST fixes
1 parent f12715b commit 55aa0a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Example::
329329

330330
.. module:: Adafruit_BBIO.GPIO
331331

332-
.. function:: setup(channel, direction[, pull_up_down=:data:`PUD_OFF`, initial=None, delay=0])
332+
.. function:: setup(channel, direction[, pull_up_down=PUD_OFF, initial=None, delay=0])
333333

334334
Set up the given GPIO channel, its direction and (optional) pull/up down control
335335

@@ -346,6 +346,9 @@ Example::
346346
the application to :data:`IN` with no pullup/pulldown and no event
347347
detection.
348348

349+
:note: It's recommended that you call this function upon exiting your
350+
application.
351+
349352
.. function:: output(channel, value)
350353

351354
Set the given output channel to the given digital value.

0 commit comments

Comments
 (0)