Skip to content

Commit

Permalink
porting \n on board dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Oct 14, 2022
1 parent 0c7a965 commit 1e082ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PORTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These instructions are seperated into 3 big steps:
If you feel too uncreative, you can skip it,<br />
but your board will not be supported, till I have the time to make the pinout.<br />
<br />
For the pintab.py, you need to properly add all the user accessible pins of the board module.
For the pintab.py, you need to properly add all the user accessible pins of the board module.<br />
<code>import board;dir(board)</code><br />
Make sure not to add duplicate pins, or the board.LED.<br />
<br />
Expand Down

0 comments on commit 1e082ae

Please sign in to comment.