Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- 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