Skip to content
Snippets Groups Projects
Commit b031b6f4 authored by Dave Hylands's avatar Dave Hylands Committed by Damien George
Browse files

docs/pyb.Pin: Minor typo fix to specify Pin in pyb.Pin.cpu.

parent 5e5aef53
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ All Board Pins are predefined as pyb.Pin.board.Name:: ...@@ -17,7 +17,7 @@ All Board Pins are predefined as pyb.Pin.board.Name::
g = pyb.Pin(pyb.Pin.board.X1, pyb.Pin.IN) g = pyb.Pin(pyb.Pin.board.X1, pyb.Pin.IN)
CPU pins which correspond to the board pins are available CPU pins which correspond to the board pins are available
as ``pyb.cpu.Name``. For the CPU pins, the names are the port letter as ``pyb.Pin.cpu.Name``. For the CPU pins, the names are the port letter
followed by the pin number. On the PYBv1.0, ``pyb.Pin.board.X1`` and followed by the pin number. On the PYBv1.0, ``pyb.Pin.board.X1`` and
``pyb.Pin.cpu.A0`` are the same pin. ``pyb.Pin.cpu.A0`` are the same pin.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment