From ce4c1f55d6e1161c60d27cf07819adf978099a0d Mon Sep 17 00:00:00 2001 From: Francisco Gil Date: Tue, 8 Nov 2022 16:22:07 +0100 Subject: [PATCH] gpio: update readme with the new gpio used in the example Signed-off-by: Francisco Gil --- apix-gpio-example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apix-gpio-example/README.md b/apix-gpio-example/README.md index 7d71375..87eb943 100644 --- a/apix-gpio-example/README.md +++ b/apix-gpio-example/README.md @@ -25,7 +25,7 @@ The GPIOs lines used in this example are mapped as follows in the Digi boards: - User button: GPIO0_20 (Connected in the board) - User led: GPIO0_19 (Connected in the board) - **ConnectCore 6UL SBC Pro**: - - User button: MCA_IO1 (GPIO connector, J30, Pin 7) + - User button: GPIO1_IO3 (GPIO connector, J30, Pin 12) - User led: USER_LED1 (Connected in the board) - **ConnectCore 6UL SBC Express**: - User button: GPIO3_IO3 (Connected in the board)