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

SystemDesign: Code of Conduct: added inti description, and naming table

parent 0b0d6fe8
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,16 @@ ...@@ -7,7 +7,16 @@
Most of the functionality has to be initialized on boot before it can be used. The decision to make an \texttt{Prefix\_init()} function makes it easy to keep code flow and code names similar throughout the code. Most of the functionality has to be initialized on boot before it can be used. The decision to make an \texttt{Prefix\_init()} function makes it easy to keep code flow and code names similar throughout the code.
\begin{center}
\begin{tabular}{ r l }
Prefix & \texttt{IMU} \\
Filename & \texttt{IMU.c} \\
& \texttt{IMU.h} \\
Namespace & \texttt{IMU\_variable} \\
& \texttt{IMU\_functionName()}\\
Initialization & \texttt{IMU\_init()}
\end{tabular}
\end{center}
\subsection{Static Design} \subsection{Static Design}
\subsubsection{Class Diagram} \subsubsection{Class Diagram}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment