zephyr/boards/arm/bbc_microbit
Carles Cufi 3f943a8774 boards: bbc_microbit: Add button and LED definitions
For the basic samples to work, button and LED definitions are required
in board.h. These map the buttons and LEDs present on the board to
the corresponding GPIOs they are wired into.

In this particular case the LEDs are actually arranged in a 3x9 matrix,
with the GPIOs wired to the rows and columns of said matrix. An upcoming
patch will provide utility functions to access the matrix.

Change-Id: Icce93ee6a08ae28445c6dc4a41529105ac80f14a
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-12-20 09:14:49 -06:00
..
Kconfig.board boards: Add support for the BBC micro:bit nRF51 board 2016-11-07 12:04:04 +00:00
Kconfig.defconfig boards: arm: Refactor the GPIO and UART dependencies 2016-12-20 09:14:48 -06:00
Makefile boards: Add support for the BBC micro:bit nRF51 board 2016-11-07 12:04:04 +00:00
bbc_microbit_defconfig boards: Add support for the BBC micro:bit nRF51 board 2016-11-07 12:04:04 +00:00
board.h boards: bbc_microbit: Add button and LED definitions 2016-12-20 09:14:49 -06:00