Liam McHale / Mbed 2 deprecated lab2part2again

Dependencies:   mbed C12832

Files at this revision

API Documentation at this revision

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