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.
Revision 1:bc2e21a5a94b, committed 2018-11-28
- Comitter:
- hdzoisrael
- Date:
- Wed Nov 28 03:48:15 2018 +0000
- Parent:
- 0:327a4132f8aa
- Commit message:
- m
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 29 18:31:42 2018 +0000 +++ b/main.cpp Wed Nov 28 03:48:15 2018 +0000 @@ -10,12 +10,12 @@ void dispara1() { if(Estado>-1){ - Estado=Estado-0.1; + Estado=Estado-0.1f; } } void dispara2() { if(Estado<1){ - Estado=Estado+0.1; + Estado=Estado+0.1f; } }