File tree 3 files changed +13
-6
lines changed
3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 16
16
</ div>
17
17
</ div>
18
18
<!--BEGIN !GENERATE_TREEVIEW-->
19
- < hr class ="footer "/> < address class ="footer "> < small >
20
- $generatedby  < a href ="http://www.doxygen.org/index.html ">
21
- < img class ="footer " src ="$relpath^doxygen.png " alt ="doxygen "/>
22
- </ a > $doxygenversion
23
- </ small > </ address >
19
+ < hr class ="footer "/>
20
+ < address class ="footer ">
21
+ < small >
22
+ Themed with < a href ="https://github.com/Velron/doxygen-bootstrapped " target ="_blank "> doxygen-bootstrapped</ a > by Velron.
23
+ </ small >
24
+ < small >
25
+ $generatedby  
26
+ < a href ="http://www.doxygen.org/index.html " target ="_blank "> < img class ="footer " src ="$relpath^doxygen.png " alt ="doxygen "/> </ a >
27
+ $doxygenversion.
28
+ </ small >
29
+ </ address >
24
30
<!--END !GENERATE_TREEVIEW-->
25
31
</ body>
26
32
</ html>
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ namespace mpud {
26
26
/* ! DMP namespace */
27
27
namespace dmp {
28
28
29
+ /* ! MPU with DMP interface */
29
30
class MPUdmp : public mpud ::MPU {
30
31
};
31
32
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ namespace mpud {
38
38
* - DLPF: 42Hz
39
39
* - INT pin: disabled
40
40
* - FIFO: disabled
41
- * - Clock source: gyro PLL
41
+ * - Clock source: gyro PLL \n
42
42
* For MPU9150 and MPU9250:
43
43
* - Aux I2C Master: enabled, clock: 400KHz
44
44
* - Compass: enabled on Aux I2C's Slave 0 and Slave 1
You can’t perform that action at this time.
0 commit comments