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.
Dependencies: BufferedSoftSerial2 SDFileSystem-RTOS mbed mbed-rtos INA226_ver1
Fork of keiki2016ver5 by
Diff: main.cpp
- Branch:
- Android?????????
- Revision:
- 24:483dd4e61ead
- Parent:
- 18:fa3f9ba17af8
--- a/main.cpp Sat Dec 17 09:12:39 2016 +0000 +++ b/main.cpp Sat Jan 07 04:32:29 2017 +0000 @@ -173,7 +173,7 @@ //pc.printf("\n\r"); if(Android.writeable()){ - Android.printf("%f,%f,%f",airSpeed,roll,0); + Android.printf("%f,%f,0",airSpeed,roll); } twe.printf("%f,%f,%f,",pitch,roll,yaw); twe.printf("%f,%f,%f,",calcKXdeg(kx_X.read()),calcKXdeg(KX_Y),calcKXdeg(KX_Z));