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.
Revision 1:598008f00b35, committed 2021-01-18
- Comitter:
- hudakz
- Date:
- Mon Jan 18 19:58:43 2021 +0000
- Parent:
- 0:5bba454d6e5a
- Commit message:
- Example of using the MCPU6050 library.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5bba454d6e5a -r 598008f00b35 main.cpp --- a/main.cpp Mon Jan 18 19:47:17 2021 +0000 +++ b/main.cpp Mon Jan 18 19:58:43 2021 +0000 @@ -35,7 +35,7 @@ * @param * @retval */ -void print(int8_t val) +void print(int16_t val) { if (val < 0) { serial._base_putc('-');