EMench_SSD645_HW3.2. Took out the decimal point.
Fork of lightsense_kl46z_PWM_simple by
Revision 9:1a503296af3c, committed 2017-02-05
- 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() {