Skip to content
Snippets Groups Projects
Commit 77d0a54d authored by Daniel Björk's avatar Daniel Björk
Browse files

impl/imu added pin description table

parent aca2ae54
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,18 @@
\label{fig:imuflowchart}
\end{figure}
The data received \texttt{8bits} at a time. Each data point transmitted contains \texttt{32bits}, formatted as a standard \texttt{IEEE 754 float}. The data is shifted into a temporary \texttt{32bit unsigned int} and then a \texttt{memcopy} is executed from the \texttt{int} to a \texttt{float}. The data points are then sent over to \texttt{MSP} and stored.
\ No newline at end of file
The data received \texttt{8bits} at a time. Each data point transmitted contains \texttt{32bits}, formatted as a standard \texttt{IEEE 754 float}. The data is shifted into a temporary \texttt{32bit unsigned int} and then a \texttt{memcpy()} is executed from the \texttt{int} to a \texttt{float}. The data points are then sent over to \texttt{MSP} and stored.
\begin{table}[H]
\begin{center}
\begin{tabular}{ l l }
\textbf{Pin} & \textbf{Usage} \\
\hline
PA3 & USART2 RX \\
PD5 & USART2 TX \\
PD3 & USART2 CTS \\
PD4 & USART2 RTS
\end{tabular}
\end{center}
\caption{Pin Description} \label{tab:IMUpindescription}
\end{table}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment