From a13f761a215e6ebbd96d0dbd7860eb59ff3eea95 Mon Sep 17 00:00:00 2001 From: Liz Date: Wed, 5 Apr 2023 13:45:29 -0400 Subject: [PATCH] Adding A3 --- src/adafruit_blinka/board/feather_epd_u2if.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/adafruit_blinka/board/feather_epd_u2if.py b/src/adafruit_blinka/board/feather_epd_u2if.py index 4076732..4ac0b29 100644 --- a/src/adafruit_blinka/board/feather_epd_u2if.py +++ b/src/adafruit_blinka/board/feather_epd_u2if.py @@ -36,6 +36,7 @@ D25 = pin.GP25 A0 = pin.GP26 A1 = pin.GP27 A2 = pin.GP28 +A3 = pin.GP29 LED = pin.GP13 -- 2.49.0