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-rtos mbed Servo Motor SoftPWM
Revision 12:b282102b3e23, committed 2022-12-05
- Comitter:
- bzhu792
- Date:
- Mon Dec 05 21:17:27 2022 +0000
- Parent:
- 11:558ac457c9aa
- Commit message:
- add 1 sec delay after fire
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/main.cpp	Thu Nov 17 23:23:23 2022 +0000
+++ b/main.cpp	Mon Dec 05 21:17:27 2022 +0000
@@ -225,6 +225,7 @@
         tx_led = 1;
         ir_device.putc('f');
         tx_led = 0;
+        wait(1.0);
     }
 }
 
    