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:92135ec2c2df, committed 2015-03-06
- Comitter:
- jksoft
- Date:
- Fri Mar 06 22:10:43 2015 +0000
- Parent:
- 0:7aaa2aa0ce71
- Commit message:
- ????????
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Mar 06 16:40:11 2015 +0000 +++ b/main.cpp Fri Mar 06 22:10:43 2015 +0000 @@ -4,10 +4,11 @@ int main() { while(1) { - float tmp = sensor; + float ain = sensor; - printf("tmp:%f\r\n",tmp); + printf("tmp:%f\r\n",ain); wait(1.0); } } +