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:0681ee244174, committed 2020-08-16
- Comitter:
- liammchale
- Date:
- Sun Aug 16 15:00:35 2020 +0000
- Parent:
- 0:d1092a21e44d
- Commit message:
- changes made
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Aug 01 08:21:10 2020 +0000
+++ b/main.cpp Sun Aug 16 15:00:35 2020 +0000
@@ -12,6 +12,7 @@
float t = pot1;
led1 = pot1;
lcd.printf("value of pot is %f\n",t);
+ lcd.printf("value of pot is %e\n",t);
wait(0.01);
}
}
\ No newline at end of file