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:
- 1:f3da75b90f21
- Parent:
- 0:bbff1149056a
- Child:
- 2:5b7da2619c44
--- a/Dino.cpp Sun Jun 12 23:11:47 2022 +0000 +++ b/Dino.cpp Sun Jun 12 23:48:25 2022 +0000 @@ -2,7 +2,7 @@ Mutex dino_mutex; -DigitalIn sw_center(D8, PullDown); +DigitalIn sw_center(D3, PullDown); DigitalIn sw_up(D6, PullDown); int treeX;