Skip to content

Commit 6c1b6a4

Browse files
committed
add small note in port makefile about pull-up touchio for RP2350
1 parent a11217a commit 6c1b6a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/raspberrypi/mpconfigport.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ CIRCUITPY_ALARM = 0
6565
CIRCUITPY_PICODVI ?= 1
6666

6767
# Our generic touchio uses a pull down and RP2350 A2 hardware doesn't work correctly.
68-
# So, turn touchio off because it doesn't work.
68+
# So, turn generic touchio off because it doesn't work.
69+
# And use a "native" touchio that expects 1M pull-up resistor instead of pull-down
6970
CIRCUITPY_TOUCHIO = 1
7071
CIRCUITPY_TOUCHIO_USE_NATIVE ?= 1
7172

0 commit comments

Comments
 (0)