summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/gpio_pins.h
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-01-12 16:18:02 -0800
committerStefan Agner <stefan.agner@toradex.com>2016-01-12 16:18:02 -0800
commit0ee8f449249e359295071a0f31ee7f076931ada7 (patch)
tree7cd7c71820b26af7faa06ad36d4ca73b00aa1efb /examples/imx7_colibri_m4/gpio_pins.h
parent3dcaaf25fee58ded02e217242924ea4db44b5950 (diff)
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
Diffstat (limited to 'examples/imx7_colibri_m4/gpio_pins.h')
-rw-r--r--examples/imx7_colibri_m4/gpio_pins.h1
1 files changed, 1 insertions, 0 deletions
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;