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 aa74f21 commit b035277Copy full SHA for b035277
shared-bindings/microcontroller/__init__.c
@@ -43,8 +43,9 @@
43
44
//| """Pin references and cpu functionality
45
//|
46
-//| The `microcontroller` module defines the pins from the perspective of the
47
-//| microcontroller. See :py:mod:`board` for board-specific pin mappings."""
+//| The `microcontroller` module defines the pins and other bare-metal hardware
+//| from the perspective of the microcontroller. See :py:mod:`board` for
48
+//| board-specific pin mappings."""
49
50
//| from nvm import ByteArray
51
//| from watchdog import WatchDogTimer
0 commit comments