Skip to content

Commit

Permalink
Merge pull request #26 from CarletonURocketry/fix-sections
Browse files Browse the repository at this point in the history
Fix section headings.
  • Loading branch information
linguini1 authored Nov 6, 2024
2 parents e8edd59 + 26967b6 commit 2d0a5ab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion radio-packet-format/sections/acceleration.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\subsubsection{Linear Acceleration}
\subsection{Linear Acceleration}

The linear acceleration block is used to convey generic 3-axis accelerometer data. This block is intended to abstract
over the details of any individual accelerometer. The format of the acceleration block payload is described in figure
Expand Down
2 changes: 1 addition & 1 deletion radio-packet-format/sections/angularvel.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\subsubsection{Angular Velocity}
\subsection{Angular Velocity}

The angular velocity block is used to convey generic 3-axis gyroscope data. This block is intended to abstract over the
details of any individual gyroscope. The format of the acceleration block payload is described in figure
Expand Down
2 changes: 1 addition & 1 deletion radio-packet-format/sections/coordinates.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\subsubsection{Coordinates}
\subsection{Coordinates}

The coordinates block is used to convey the geographical (latitude and longitude) coordinates of the rocket. The format
of the coordinates block is described in figure \ref{format:telem-coordinate}.
Expand Down
2 changes: 1 addition & 1 deletion radio-packet-format/sections/humidity.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\subsubsection{Humidity}
\subsection{Humidity}

The humidity block is used to convey the relative humidity inside of the rocket. The format of the humidity block is
described in figure \ref{format:telem-humidity}.
Expand Down
2 changes: 1 addition & 1 deletion radio-packet-format/sections/pressure.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\subsubsection{Pressure}
\subsection{Pressure}

The pressure data block reports the pressure detected from within the rocket in Pascals. The format of the pressure
block payload is described in figure \ref{format:telem-pressure}.
Expand Down
2 changes: 1 addition & 1 deletion radio-packet-format/sections/temperature.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\subsubsection{Temperature}
\subsection{Temperature}

The temperature data block reports the temperature detected from within the rocket in millidegrees Celsius. The format
of the temperature block payload is described in figure \ref{format:telem-temperature}.
Expand Down
2 changes: 1 addition & 1 deletion radio-packet-format/sections/voltage.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\subsubsection{Voltage}
\subsection{Voltage}

The voltage data block reports the voltage measured on a specific electrical trace within the rocket. The measurement
is associated with a generic numerical ID for identification by the receiver. This allows multiple voltage points to be
Expand Down

0 comments on commit 2d0a5ab

Please sign in to comment.