devterm_keyboard,use switch 2 to switch the joystick to be the GameShell mode

This commit is contained in:
cuu
2021-05-22 19:46:50 +08:00
parent 348e17202f
commit c626e1f797
2 changed files with 117 additions and 21 deletions

View File

@@ -49,6 +49,8 @@ void setup() {
dev_term._Serial->println("setup done");
pinMode(PD2,INPUT);// switch 2 in back
delay(1000);
}