File tree 1 file changed +25
-0
lines changed
Tutorial 200 - MPU9250_IVN_Quaternion
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Invensensor MPU Sensor Library 적용하기
2
+
3
+ - MPU eMD 6.12 software download : https://invensense.tdk.com/developers/software-downloads/#smartmotion
4
+
5
+ ### 1. eMD6.12 압축파일을 풀고 아래 파일들을 stm32 프로젝트에 추가한다.
6
+
7
+
8
+ <img src=https://raw.githubusercontent.com/tocrux/STM32-Tutorials/master/images/eMD612_library.png>
9
+
10
+ - liblibmplmpu.a 위치 : motion_driver_6.12\mpl libraries\arm\gcc4.9.3\liblibmplmpu_m4_hardfp.zip
11
+
12
+ ## Properties
13
+
14
+ ### 2. include paths 설정
15
+
16
+ <img src=https://raw.githubusercontent.com/tocrux/STM32-Tutorials/master/images/include_paths.png>
17
+
18
+ ### 3. preprocessor
19
+
20
+ <img src=https://raw.githubusercontent.com/tocrux/STM32-Tutorials/master/images/preprocessor.png>
21
+
22
+ ### 4. miscellaneous
23
+
24
+ <img src=https://raw.githubusercontent.com/tocrux/STM32-Tutorials/master/images/miscellaneous.png>
25
+
You can’t perform that action at this time.
0 commit comments