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.
Fork of COG4050_adxl355_adxl357 by
Revision 5:05af38b6375a, committed 2018-08-08
- Comitter:
- vtoffoli
- Date:
- Wed Aug 08 12:13:05 2018 +0000
- Parent:
- 4:23b53636b576
- Commit message:
- refresh
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Aug 08 11:57:16 2018 +0000 +++ b/main.cpp Wed Aug 08 12:13:05 2018 +0000 @@ -31,7 +31,7 @@ y = accl.scany(); z = accl.scanz(); t = accl.scant(); - pc.printf("%f \t %u \t %u \t %u \r\n" ,x,y,z,t); + pc.printf("%u \t %u \t %u \t %u \r\n" , x,y,z,t); wait(1.0); } }