Skip to content

Commit 79ba6d8

Browse files
ZodiusInfuserdpgeorge
authored andcommitted
rp2: Increase ext pins from 10 to 32.
To allow more pins when other ways are used to provide external GPIO (ie not via cyw43). Signed-off-by: Christopher Parrott <chris@pimoroni.com>
1 parent 5dfd3ec commit 79ba6d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/rp2/boards/make-pins.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
# This is NUM_BANK0_GPIOS. Pin indices are 0 to 29 (inclusive).
1212
NUM_GPIOS = 30
13-
# Up to 10 additional extended pins (e.g. via the wifi chip).
14-
NUM_EXT_GPIOS = 10
13+
# Up to 32 additional extended pins (e.g. via the wifi chip or io expanders).
14+
NUM_EXT_GPIOS = 32
1515

1616

1717
class Rp2Pin(boardgen.Pin):

0 commit comments

Comments
 (0)