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 ADS1115 StepperMotor SRF05 TPA81new
Revision 39:1c067e2e2820, committed 2019-02-07
- Comitter:
- hisyamfs
- Date:
- Thu Feb 07 12:30:07 2019 +0000
- Parent:
- 38:fea0806e214a
- Child:
- 40:1c29f33d54d7
- Commit message:
- tanpa stepper; led lebih lama;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Feb 07 12:29:26 2019 +0000
+++ b/main.cpp Thu Feb 07 12:30:07 2019 +0000
@@ -140,13 +140,13 @@
led_api = 1;
pc.printf("led api on\n");
- wait(0.2);
+ wait(0.5);
led_api = 0;
pc.printf("led api off\n");
led_sound = 1;
pc.printf("led sound on\n");
- wait(0.2);
+ wait(0.5);
led_sound = 0;
pc.printf("led sound off\n");
wait(0.5);