Skip to content

Commit

Permalink
Minor adjustments for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
natanaeljr committed Feb 26, 2018
1 parent 9f8a65f commit 0396158
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
16 changes: 11 additions & 5 deletions docs/doxygen/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@
</div>
</div>
<!--BEGIN !GENERATE_TREEVIEW-->
<hr class="footer"/><address class="footer"><small>
$generatedby &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
</a> $doxygenversion
</small></address>
<hr class="footer"/>
<address class="footer">
<small>
Themed with <a href="https://github.com/Velron/doxygen-bootstrapped" target="_blank">doxygen-bootstrapped</a> by Velron.
</small>
<small>
$generatedby &#160;
<a href="http://www.doxygen.org/index.html" target="_blank"><img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a>
$doxygenversion.
</small>
</address>
<!--END !GENERATE_TREEVIEW-->
</body>
</html>
1 change: 1 addition & 0 deletions include/MPUdmp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ namespace mpud {
/*! DMP namespace */
namespace dmp {

/*! MPU with DMP interface */
class MPUdmp : public mpud::MPU {
};

Expand Down
2 changes: 1 addition & 1 deletion src/MPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace mpud {
* - DLPF: 42Hz
* - INT pin: disabled
* - FIFO: disabled
* - Clock source: gyro PLL
* - Clock source: gyro PLL \n
* For MPU9150 and MPU9250:
* - Aux I2C Master: enabled, clock: 400KHz
* - Compass: enabled on Aux I2C's Slave 0 and Slave 1
Expand Down

0 comments on commit 0396158

Please sign in to comment.