Skip to content

Commit 2f76c3c

Browse files
dhylandsdpgeorge
authored andcommitted
docs/library/pyb.Pin: Minor typo fix, B6 should be A0.
On the PYBv1.0, X1 maps to A0, not B6.
1 parent 39100dc commit 2f76c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/pyb.Pin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Usage Model:
2121
CPU pins which correspond to the board pins are available
2222
as ``pyb.cpu.Name``. For the CPU pins, the names are the port letter
2323
followed by the pin number. On the PYBv1.0, ``pyb.Pin.board.X1`` and
24-
``pyb.Pin.cpu.B6`` are the same pin.
24+
``pyb.Pin.cpu.A0`` are the same pin.
2525

2626
You can also use strings::
2727

0 commit comments

Comments
 (0)