v1

Dependencies:   PinDetect TextLCD mbed

Fork of SunflowerMach1 by Milan Draganic

Files at this revision

API Documentation at this revision

Comitter:
mdraganic
Date:
Mon Nov 11 13:26:06 2013 +0000
Parent:
7:ac67f44120a5
Child:
9:764eb7341754
Commit message:
LCD gotov

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Nov 11 13:14:10 2013 +0000
+++ b/main.cpp	Mon Nov 11 13:26:06 2013 +0000
@@ -66,7 +66,8 @@
     
     if(lcdOutputEnable) {
         lcd.cls();
-        lcd.printf("a:%6.3f \n", valAzimut);    
+        lcd.printf("a:%5.2f \n", valAzimut);    
+        lcd.printf("e:%5.2f \n", valElevacija);    
     }
     
 }