This does not only include \gls{Arduino} compatible boards but also
other boards capable of running \gls{Arduino} code. A port of the
- client has been made for the \texttt{ESP8266} powered \emph{NodeMCU}
+ client has been made for the \textsc{ESP8266} powered \textsc{NodeMCU}
that is connected via \gls{TCP} over WiFi. A port also has been made
- for the regular \gls{Arduino} \emph{Uno} board which only boasts a
- meager \emph{2KB} RAM. The stack size and storage available % chktex 13
+ for the regular \gls{Arduino} Uno board which only boasts a
+ meager \emph{2K} RAM. The stack size and storage available % chktex 13
for devices boasting this little RAM has to be smaller than default
but are still suitable to hold a hand full of \glspl{Task}.
\end{itemize}
\Gls{iTasks} has proven to be useful in many fields of operation such as
incident management~\cite{lijnse_top_2013}. \Gls{iTasks} is highly type driven
-and depends heavily on generic function for generating function for arbitrarily
-given types. This results in the programmer having to do very little
-programming on the details such as user interfaces.
+and depends heavily on generic functions for generating function for
+the given types. This results in the programmer having to do very little
+implementation work on details such as user interfaces.