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
Revision 4:f8536a4c279d, committed 2016-05-30
- Comitter:
- marcel1691
- Date:
- Mon May 30 06:24:05 2016 +0000
- Parent:
- 3:8bd7de56746d
- Commit message:
- printf raus
Changed in this revision
| .hgignore | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/.hgignore Sat Aug 15 20:12:20 2015 +0200 +++ b/.hgignore Mon May 30 06:24:05 2016 +0000 @@ -1,3 +1,19 @@ - syntax: regexp -^MCU_K64F$ \ No newline at end of file +\.hgignore$ +\.git$ +\.svn$ +\.orig$ +\.msub$ +\.meta$ +\.ctags +\.uvproj$ +\.uvopt$ +\.project$ +\.cproject$ +\.launch$ +\.project$ +\.cproject$ +\.launch$ +Makefile$ +\.ewp$ +\.eww$ \ No newline at end of file
--- a/main.cpp Sat Aug 15 20:12:20 2015 +0200
+++ b/main.cpp Mon May 30 06:24:05 2016 +0000
@@ -17,9 +17,6 @@
led1 = 1;
else if ( value > 0.6f )
led2 = 1;
-
- // Ausgabe auf Console
- printf( "\tHall %f\n", value );
wait(1.0);
}
}