From 0ee8f449249e359295071a0f31ee7f076931ada7 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 12 Jan 2016 16:18:02 -0800 Subject: examples: imx7_colibri_m4: adopted GPIO example Use Colibri EXT_IO0-2 as Key/LED GPIO. Those signals can easily be connected to a real button/LED on the Colibri Evaluation board: EXT_IO0 => X21-LED1 EXT_IO1 => X21-SW6 EXT_IO2 => X21-SW5 --- examples/imx7_colibri_m4/gpio_pins.h | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/imx7_colibri_m4/gpio_pins.h') diff --git a/examples/imx7_colibri_m4/gpio_pins.h b/examples/imx7_colibri_m4/gpio_pins.h index 7a89afd..0994193 100644 --- a/examples/imx7_colibri_m4/gpio_pins.h +++ b/examples/imx7_colibri_m4/gpio_pins.h @@ -50,6 +50,7 @@ extern "C" { #endif /* __cplusplus */ /*! @brief GPIO pin configuration */ +extern gpio_config_t gpioLed; extern gpio_config_t gpioKeyFunc1; extern gpio_config_t gpioKeyFunc2; -- cgit v1.2.3