EMench_SSD645_HW3.2. Took out the decimal point.

Dependencies:   SLCD mbed

Fork of lightsense_kl46z_PWM_simple by Stanley Cohen

Files at this revision

API Documentation at this revision

Comitter:
menchacaeli
Date:
Sun Feb 05 23:36:36 2017 +0000
Parent:
8:ea818c9220fc
Commit message:
EMench_SSD645_HW3.2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jan 25 16:10:38 2016 +0000
+++ b/main.cpp	Sun Feb 05 23:36:36 2017 +0000
@@ -17,6 +17,8 @@
         slcd.Home();
         slcd.clear();
         slcd.printf(lMess);
+        // removing decimal point
+        slcd.DP(0, false);
 } 
 
 int main() {