Mention other hardware in microcontroller module

This commit is contained in:
Alec Delaney 2022-05-12 15:33:11 -04:00 committed by GitHub
parent aa74f21321
commit b035277e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -43,8 +43,9 @@
//| """Pin references and cpu functionality
//|
//| The `microcontroller` module defines the pins from the perspective of the
//| 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
//| board-specific pin mappings."""
//|
//| from nvm import ByteArray
//| from watchdog import WatchDogTimer