Michiel B. / FlightSimInstrument-1

Dependencies:   TextLCD

Revision:
1:c97e837e48a6
Parent:
0:a2ecd3b777ac
--- a/main.cpp	Sat Nov 26 13:41:01 2011 +0000
+++ b/main.cpp	Sat Nov 26 14:12:16 2011 +0000
@@ -13,7 +13,7 @@
     //initialise the LCD
     lcd.printf("FlightSimInstru\nready!");
     
-    //setup some buffers - using ints crashed my mbed, not sure why
+    //setup some buffers - could use ints, too, but this way we can let the PC decide on the units, use floats etc.
     uint8_t ias[128];
     uint8_t alt[128];
     //clear them