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 2:7fd9fad4c052, committed 2020-03-11
- Comitter:
- imanomadao
- Date:
- Wed Mar 11 07:31:34 2020 +0000
- Parent:
- 1:bbbebd8be115
- Commit message:
- a
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Feb 08 06:54:54 2019 +0000 +++ b/main.cpp Wed Mar 11 07:31:34 2020 +0000 @@ -26,9 +26,9 @@ setup(); while(1){ SensingMPU(); - wait_ms(23); for(uint8_t i=0; i<3; i++) pc.printf("%3.2f\t",nowAngle[i]); pc.printf("\r\n"); + wait_ms(5000); } }