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: CMSIS_DSP_401 MPU9150_DMP_Nucleo QuaternionMath mbed
Fork of MPU9150_nucleo_noni2cdev by
Revision 2:bf64742c8684, committed 2017-06-09
- Comitter:
- wspytu
- Date:
- Fri Jun 09 02:18:06 2017 +0000
- Parent:
- 1:211e86759c77
- Commit message:
- MPU9150&stm32f401_nucleo ?????
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Mar 29 08:40:03 2015 +0000
+++ b/main.cpp Fri Jun 09 02:18:06 2017 +0000
@@ -9,7 +9,8 @@
char buffer[200];
int main(){
- debug.baud(921600);
+ // debug.baud(921600);
+ debug.baud(115200);
if(imu.isReady()){
debug.printf("MPU9150 is ready\r\n");
