update mapping table
This commit is contained in:
parent
fbc3749ed7
commit
d322311813
|
@ -1,6 +1,11 @@
|
|||
%! TEX root = ../thesis.tex
|
||||
\chapter{Results}
|
||||
|
||||
This Chapter summaizes all of the resulting Wokflow that has been developed during this Bachelor Thesis Work.
|
||||
Mainly the Firmware Changes compared to the state at wich it was left off after the previously taken Internship \cite{
|
||||
% TODO: insert ubib ref to Internship report
|
||||
}
|
||||
|
||||
\section{Firmware}
|
||||
|
||||
\subsection{I2C mapped Register-Table}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
%! TEX root ../thesis.tex
|
||||
\begin{figure}
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\begin{tabular}{l|l<{\ttfamily} l l l}
|
||||
\bfseries{addr} & \bfseries{name} & \bfseries{type} & \bfseries{size} & \bfseries{perm} \\
|
||||
\begin{tabular}{l|>{\ttfamily}l l l l}
|
||||
\bfseries{addr} & \textnormal{\bfseries{name}} & \bfseries{type} & \bfseries{size} & \bfseries{perm} \\
|
||||
\hline
|
||||
0x00 & onmask & byte & 1 & rw\\
|
||||
0x01 & offmask & byte & 1 & rw\\
|
||||
|
@ -14,6 +14,7 @@
|
|||
0x1e & polyFit.V8 & float arr & 12 & rw\\
|
||||
0x2a & polyFit.V18 & float arr & 12 & rw\\
|
||||
0x36 & polyFit.I18 & float arr & 12 & rw\\
|
||||
0x42 & polyFit.T & float arr & 12 & rw\\
|
||||
\hline
|
||||
0x42 & sampleTicks & byte & 1 & rw\\
|
||||
\hline
|
||||
|
|
|
@ -31,5 +31,5 @@
|
|||
\include{parts/outlook}
|
||||
|
||||
\bibliographystyle{ieeetr}
|
||||
\bibliography{../../github/ubib/ubib.bib}
|
||||
\bibliography{ubib/ubib.bib}
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in New Issue