Skip to content

Commit

Permalink
Fix documentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBrave committed Nov 27, 2024
1 parent 2e37b8f commit 38b96c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/i2c_driver.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
I2C Master Driver
*****************
I2C Master Driver (Not Working)
*******************************

The driver only handles when the device is used as an I2C master, because it's unlikely the MCU is going to used as an I2C slave on the rocket. Functions for reading 8 and 16 bit registers are provided.

Expand Down
4 changes: 2 additions & 2 deletions doc/low_pass_filter.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Low Pass Filter
===============
****************************

Inline Functions
================
Expand Down Expand Up @@ -106,4 +106,4 @@ Notes
References
==========
- `Low-Pass Filter <https://en.wikipedia.org/wiki/Low-pass_filter>`_
- `Low-Pass Filter <https://en.wikipedia.org/wiki/Low-pass_filter>`_
4 changes: 2 additions & 2 deletions doc/millis.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Timer Module Documentation
===========================
Timer Module (millis)
=====================

Overview
--------
Expand Down

0 comments on commit 38b96c7

Please sign in to comment.