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: C12832 FXOS8700CQ gfx3d mbed
Revision 4:2828d6a81907, committed 2015-11-29
- Comitter:
- co657_frmb
- Date:
- Sun Nov 29 00:27:44 2015 +0000
- Parent:
- 3:23a93f2f8cac
- Commit message:
- don't print initial accelerometer readings (broken anyway).
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Nov 29 00:04:35 2015 +0000 +++ b/main.cpp Sun Nov 29 00:27:44 2015 +0000 @@ -199,7 +199,7 @@ /* Example data printing */ fxos.get_data (&fxos_data); - print_reading (&fxos_data); +// print_reading (&fxos_data); /* clear texture buffer */ scroll_text_update (&sc_fch, &sc_xdt, scrolly_message);