Skip to content

Commit b035277

Browse files
authored
Mention other hardware in microcontroller module
1 parent aa74f21 commit b035277

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shared-bindings/microcontroller/__init__.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@
4343

4444
//| """Pin references and cpu functionality
4545
//|
46-
//| The `microcontroller` module defines the pins from the perspective of the
47-
//| microcontroller. See :py:mod:`board` for board-specific pin mappings."""
46+
//| The `microcontroller` module defines the pins and other bare-metal hardware
47+
//| from the perspective of the microcontroller. See :py:mod:`board` for
48+
//| board-specific pin mappings."""
4849
//|
4950
//| from nvm import ByteArray
5051
//| from watchdog import WatchDogTimer

0 commit comments

Comments
 (0)