IDD Fall 2015
/
flappy_type
A text entry device simple as flappy bird
Fork of flappy_type by
Revision 1:b5de2a98c226, committed 2015-09-14
- Comitter:
- ytong
- Date:
- Mon Sep 14 08:38:34 2015 +0000
- Parent:
- 0:33c691e179e0
- Commit message:
- complete flappy type
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 33c691e179e0 -r b5de2a98c226 main.cpp --- a/main.cpp Mon Sep 14 04:32:51 2015 +0000 +++ b/main.cpp Mon Sep 14 08:38:34 2015 +0000 @@ -9,8 +9,8 @@ DigitalIn ButtonUp(D1); DigitalIn ButtonDown(D0); -DigitalIn ButtonLeft(D14); -DigitalIn ButtonRight(D15); +DigitalIn ButtonLeft(D9); +DigitalIn ButtonRight(D14);