Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Dino.cpp
- Revision:
- 2:5b7da2619c44
- Parent:
- 1:f3da75b90f21
--- a/Dino.cpp Sun Jun 12 23:48:25 2022 +0000 +++ b/Dino.cpp Mon Jun 13 00:20:10 2022 +0000 @@ -2,8 +2,7 @@ Mutex dino_mutex; -DigitalIn sw_center(D3, PullDown); -DigitalIn sw_up(D6, PullDown); +DigitalIn sw_up(D4, PullDown); int treeX; int dinoX; @@ -210,7 +209,7 @@ dino_mutex.unlock(); draw_dino(0); - if (sw_center==1) { + if (sw_up==1) { dino_setting_lcd(); dino_start_lcd(); putclear();