From: Mart Lubbers Date: Wed, 12 Jul 2017 18:33:11 +0000 (+0200) Subject: typo's and conventions X-Git-Tag: final~1 X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=259398381e09c8c3b4b99ca22a7286a87c33e1e2;p=msc-thesis1617.git typo's and conventions --- diff --git a/arch.devices.tex b/arch.devices.tex index 42f843c..16e2a50 100644 --- a/arch.devices.tex +++ b/arch.devices.tex @@ -37,10 +37,10 @@ only took about an hour. 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} diff --git a/intro.intro.tex b/intro.intro.tex index 6d264e9..7a9bae4 100644 --- a/intro.intro.tex +++ b/intro.intro.tex @@ -60,6 +60,6 @@ the language. \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.