Zoltan Hudak
/
MPU6050_Hello
Example of using the MPU6050 library.
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('-');