Added GPIO14 button and UI config buttons

This commit is contained in:
RicBent 2018-12-28 17:13:37 -06:00
parent 7c007eac24
commit 6ad609a539
8 changed files with 48 additions and 5 deletions

View file

@ -39,6 +39,7 @@ enum Values {
Start,
Select,
Debug,
Gpio14,
ZL,
ZR,
@ -74,6 +75,7 @@ static const std::array<const char*, NumButtons> mapping = {{
"button_start",
"button_select",
"button_debug",
"button_gpio14",
"button_zl",
"button_zr",
"button_home",