Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 704 Bytes

EV3-Buttons.md

File metadata and controls

14 lines (12 loc) · 704 Bytes

The 6 buttons on the EV3 are connected to GPIOs.

ButtonGPIODescription
07-5Up
11-13Enter
27-14Down
37-12Right
46-6Left
56-10Back (ESC)

##Device Driver We are using the existing gpio-keys driver. This causes the buttons to function as regular keyboard keys. Key mapping is defined in board-legoev3.c. Currently the back key is mapped to ESC, but @dlech wonders if it might be better mapped to Backspace.