Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@robert-hh
Copy link
Contributor

Summary

The documentation used integers to specify Teensy board pins, which match the board's silkscreen. But in Python code Dxx had to be used, since integers are not accepted a Pin identifier. This PR changes the Pinout tables accordingly, consistent to the other MIMXRT boards.

Testing

The documentation was built and verified, that the format is not broken.

The documentation used integers to specify Teensy board pins,
which match the board's silkscreen. But in Python code Dxx have to be
used, since integers are not accepted a Pin identifier.
This PR changes the Pinout tables accordingly, consistent to the
other MIMXRT boards.

Signed-off-by: robert-hh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant