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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 9:2836fc3d9ede
- Parent:
- 8:0b9a824c75fe
- Child:
- 10:6c574b8524df
--- a/main.cpp Sun May 17 19:44:26 2020 +0000
+++ b/main.cpp Mon May 18 12:41:06 2020 +0000
@@ -53,7 +53,7 @@
if (A_timer <= 0){
if (pad.A_pressed()){
fire = 1;
- A_timer = 8;
+ A_timer = 10;
}
}