Skip to content

Commit 0396158

Browse files
committedFeb 26, 2018
Minor adjustments for docs
1 parent 9f8a65f commit 0396158

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed
 

‎docs/doxygen/footer.html

+11-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,17 @@
1616
</div>
1717
</div>
1818
<!--BEGIN !GENERATE_TREEVIEW-->
19-
<hr class="footer"/><address class="footer"><small>
20-
$generatedby &#160;<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 &#160;
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>
2430
<!--END !GENERATE_TREEVIEW-->
2531
</body>
2632
</html>

‎include/MPUdmp.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ namespace mpud {
2626
/*! DMP namespace */
2727
namespace dmp {
2828

29+
/*! MPU with DMP interface */
2930
class MPUdmp : public mpud::MPU {
3031
};
3132

‎src/MPU.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace mpud {
3838
* - DLPF: 42Hz
3939
* - INT pin: disabled
4040
* - FIFO: disabled
41-
* - Clock source: gyro PLL
41+
* - Clock source: gyro PLL \n
4242
* For MPU9150 and MPU9250:
4343
* - Aux I2C Master: enabled, clock: 400KHz
4444
* - Compass: enabled on Aux I2C's Slave 0 and Slave 1

0 commit comments

Comments
 (0)
Please sign in to comment.