diff options
author | Sudhakar Kumar | 2023-05-21 14:51:36 +0530 |
---|---|---|
committer | Sudhakar Kumar | 2023-05-21 14:51:36 +0530 |
commit | 68d01f8f576d559ac43d190c9a9188fac4db7bd8 (patch) | |
tree | 87d430cb065f366ae833b1edcad3f9ceb3ad2473 | |
parent | ab653f84e2a045e93e26d8b6cd34f2745c7bdfd5 (diff) | |
download | FLOSS-Arduino-Book-68d01f8f576d559ac43d190c9a9188fac4db7bd8.tar.gz FLOSS-Arduino-Book-68d01f8f576d559ac43d190c9a9188fac4db7bd8.tar.bz2 FLOSS-Arduino-Book-68d01f8f576d559ac43d190c9a9188fac4db7bd8.zip |
Change Home and Origin
-rw-r--r-- | beramono.sty | 32 | ||||
-rw-r--r-- | floss-arduino.OpenModelicad | 14 | ||||
-rw-r--r-- | floss-arduino.ard | 8 | ||||
-rw-r--r-- | floss-arduino.aux | 1257 | ||||
-rw-r--r-- | floss-arduino.cod | 16 | ||||
-rw-r--r-- | floss-arduino.idx | 10 | ||||
-rw-r--r-- | floss-arduino.juliad | 16 | ||||
-rw-r--r-- | floss-arduino.lof | 60 | ||||
-rw-r--r-- | floss-arduino.log | 4253 | ||||
-rw-r--r-- | floss-arduino.lot | 28 | ||||
-rw-r--r-- | floss-arduino.pdf | bin | 34636706 -> 34496711 bytes | |||
-rw-r--r-- | floss-arduino.pyd | 16 | ||||
-rw-r--r-- | floss-arduino.tex | 4 | ||||
-rw-r--r-- | floss-arduino.thm | 78 | ||||
-rw-r--r-- | floss-arduino.toc | 154 | ||||
-rw-r--r-- | missfont.log | 2 |
16 files changed, 3096 insertions, 2852 deletions
diff --git a/beramono.sty b/beramono.sty new file mode 100644 index 0000000..fcbc324 --- /dev/null +++ b/beramono.sty @@ -0,0 +1,32 @@ +\ProvidesPackage{beramono}[2004/01/31 (WaS)] +\RequirePackage{keyval} +\define@key{Fvm}{scaled}[.9]{% + \def\fvm@Scale{#1}} +\def\ProcessOptionsWithKV#1{% + \let\@tempc\relax + \let\Fvm@tempa\@empty + \@for\CurrentOption:=\@classoptionslist\do{% + \@ifundefined{KV@#1@\CurrentOption}% + {}% + {% + \edef\Fvm@tempa{\Fvm@tempa,\CurrentOption,}% + \@expandtwoargs\@removeelement\CurrentOption + \@unusedoptionlist\@unusedoptionlist + }% + }% + \edef\Fvm@tempa{% + \noexpand\setkeys{#1}{% + \Fvm@tempa\@ptionlist{\@currname.\@currext}% + }% + }% + \Fvm@tempa + \let\CurrentOption\@empty +} +\ProcessOptionsWithKV{Fvm} +\AtEndOfPackage{% + \let\@unprocessedoptions\relax +} +\renewcommand{\ttdefault}{fvm} +\endinput +%% +%% End of file `beramono.sty'. diff --git a/floss-arduino.OpenModelicad b/floss-arduino.OpenModelicad index 4761e4c..4738448 100644 --- a/floss-arduino.OpenModelicad +++ b/floss-arduino.OpenModelicad @@ -14,17 +14,17 @@ \contentsline {section}{\numberline {7.{1}}Turning on LEDs depending on the potentiometer threshold}{149}{OpenModelicamass.7.1}% \addvspace {10pt} \contentsline {section}{\numberline {8.{1}}Read and display the thermistor values}{173}{OpenModelicamass.8.1}% -\contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{174}{OpenModelicamass.8.2}% +\contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{173}{OpenModelicamass.8.2}% \addvspace {10pt} \contentsline {section}{\numberline {9.{1}}Rotating the servomotor to a specified degree}{200}{OpenModelicamass.9.1}% \contentsline {section}{\numberline {9.{2}}Rotating the servomotor to a specified degree and reversing}{200}{OpenModelicamass.9.2}% \contentsline {section}{\numberline {9.{3}}Rotating the servomotor in steps of $20^\circ $}{201}{OpenModelicamass.9.3}% \contentsline {section}{\numberline {9.{4}}Rotating the servomotor to a degree specified by the potentiometer}{202}{OpenModelicamass.9.4}% \addvspace {10pt} -\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{230}{OpenModelicamass.10.1}% -\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{231}{OpenModelicamass.10.2}% -\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{231}{OpenModelicamass.10.3}% +\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{228}{OpenModelicamass.10.1}% +\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{229}{OpenModelicamass.10.2}% +\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{229}{OpenModelicamass.10.3}% \addvspace {10pt} -\contentsline {section}{\numberline {11.{1}}Code for Single Phase Current Output}{256}{OpenModelicamass.11.1}% -\contentsline {section}{\numberline {11.{2}}Code for Single Phase Voltage Output}{256}{OpenModelicamass.11.2}% -\contentsline {section}{\numberline {11.{3}}Code for Single Phase Active Power Output}{257}{OpenModelicamass.11.3}% +\contentsline {section}{\numberline {11.{1}}Code for Single Phase Current Output}{254}{OpenModelicamass.11.1}% +\contentsline {section}{\numberline {11.{2}}Code for Single Phase Voltage Output}{254}{OpenModelicamass.11.2}% +\contentsline {section}{\numberline {11.{3}}Code for Single Phase Active Power Output}{255}{OpenModelicamass.11.3}% diff --git a/floss-arduino.ard b/floss-arduino.ard index dda3879..3436f35 100644 --- a/floss-arduino.ard +++ b/floss-arduino.ard @@ -21,8 +21,8 @@ \contentsline {section}{\numberline {9.{3}}Rotating the servomotor in increments}{181}{ardmass.9.3}% \contentsline {section}{\numberline {9.{4}}Rotating the servomotor through the potentiometer}{181}{ardmass.9.4}% \addvspace {10pt} -\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{210}{ardmass.10.1}% -\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{210}{ardmass.10.2}% -\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{211}{ardmass.10.3}% +\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{208}{ardmass.10.1}% +\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{208}{ardmass.10.2}% +\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{209}{ardmass.10.3}% \addvspace {10pt} -\contentsline {section}{\numberline {11.{1}}First 10 lines of the firmware for Modbus Energy Meter experiment}{243}{ardmass.11.1}% +\contentsline {section}{\numberline {11.{1}}First 10 lines of the firmware for Modbus Energy Meter experiment}{241}{ardmass.11.1}% diff --git a/floss-arduino.aux b/floss-arduino.aux index 3bf4ebf..38627d4 100644 --- a/floss-arduino.aux +++ b/floss-arduino.aux @@ -136,7 +136,7 @@ \newlabel{3@xvr}{{}{27}} \newlabel{3@vr}{{}{27}} \newlabel{ard:firmware}{{3.{1}}{27}{FLOSS Firmware}{ardmass.3.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/tools/floss-firmware/floss\textendash firmware.ino}{27}{lstlisting.3.-1}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/floss-firmware/floss\textendash firmware.ino}{27}{lstlisting.3.-1}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {3.2}Scilab}{27}{section.3.2}\protected@file@percent } \newlabel{sec:sci-start}{{3.2}{27}{Scilab}{section.3.2}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {3.2.1}Downloading and installing on Windows}{28}{subsection.3.2.1}\protected@file@percent } @@ -165,7 +165,7 @@ \newlabel{com}{{3.11}{34}{COM port properties window\relax }{figure.caption.40}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.12}{\ignorespaces Port number on Linux terminal\relax }}{34}{figure.caption.41}\protected@file@percent } \newlabel{linux-port}{{3.12}{34}{Port number on Linux terminal\relax }{figure.caption.41}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/tools/scilab/test\textunderscore firmware.sce}{35}{lstlisting.3.-2}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/scilab/test\textunderscore firmware.sce}{35}{lstlisting.3.-2}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {3.2.6}Firmware}{35}{subsection.3.2.6}\protected@file@percent } \newlabel{sec:test-firmware-scilab}{{3.2.6}{35}{Firmware}{subsection.3.2.6}{}} \@writefile{cod}{\addvspace {10pt}} @@ -178,9 +178,9 @@ \@writefile{cod}{\contentsline {section}{\numberline {3.{1}}A Scilab code to check whether the firmware is properly installed or not}{36}{codemass.3.1}\protected@file@percent } \newlabel{5@xvr}{{}{36}} \newlabel{5@vr}{{}{36}} +\newlabel{sci:test-firmware}{{3.{1}}{36}{Firmware}{codemass.3.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/scilab/test\textunderscore firmware.sce}{36}{lstlisting.3.-4}\protected@file@percent } \citation{xcos-ref} -\newlabel{sci:test-firmware}{{3.{1}}{37}{Firmware}{codemass.3.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/tools/scilab/test\textunderscore firmware.sce}{37}{lstlisting.3.-4}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {3.3}Xcos}{37}{section.3.3}\protected@file@percent } \newlabel{sec:xcos-start}{{3.3}{37}{Xcos}{section.3.3}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {3.3.1}Downloading, installing and testing}{37}{subsection.3.3.1}\protected@file@percent } @@ -197,16 +197,16 @@ \newlabel{sine-output}{{3.19}{40}{Sine generator Xcos output\relax }{figure.caption.48}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.20}{\ignorespaces CSCOPE configuration window\relax }}{41}{figure.caption.49}\protected@file@percent } \newlabel{cscope-config}{{3.20}{41}{CSCOPE configuration window\relax }{figure.caption.49}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {3.3.3}Xcos-Arduino}{41}{subsection.3.3.3}\protected@file@percent } \citation{python-ref} \@writefile{lof}{\contentsline {figure}{\numberline {3.21}{\ignorespaces Simulation setup window\relax }}{42}{figure.caption.50}\protected@file@percent } \newlabel{sim-setup}{{3.21}{42}{Simulation setup window\relax }{figure.caption.50}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.22}{\ignorespaces Palette browser showing Arduino blocks\relax }}{42}{figure.caption.51}\protected@file@percent } \newlabel{arduino-palette}{{3.22}{42}{Palette browser showing Arduino blocks\relax }{figure.caption.51}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.3.3}Xcos-Arduino}{42}{subsection.3.3.3}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.4}Python}{42}{section.3.4}\protected@file@percent } +\newlabel{sec:python-start}{{3.4}{42}{Python}{section.3.4}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.23}{\ignorespaces Xcos block help\relax }}{43}{figure.caption.52}\protected@file@percent } \newlabel{blk-help}{{3.23}{43}{Xcos block help\relax }{figure.caption.52}{}} -\@writefile{toc}{\contentsline {section}{\numberline {3.4}Python}{43}{section.3.4}\protected@file@percent } -\newlabel{sec:python-start}{{3.4}{43}{Python}{section.3.4}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {3.4.1}Downloading and installing on Windows}{43}{subsection.3.4.1}\protected@file@percent } \newlabel{py-windows}{{3.4.1}{43}{Downloading and installing on Windows}{subsection.3.4.1}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.24}{\ignorespaces Installing Python 3 on Windows\relax }}{44}{figure.caption.53}\protected@file@percent } @@ -224,27 +224,27 @@ \newlabel{sec:python-toolbox}{{3.4.3}{47}{Python-Arduino toolbox}{subsection.3.4.3}{}} \newlabel{6@xvr}{{}{47}} \newlabel{6@vr}{{}{47}} -\citation{julia-ref} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.4.4}Firmware}{48}{subsection.3.4.4}\protected@file@percent } -\newlabel{sec:test-firmware-python}{{3.4.4}{48}{Firmware}{subsection.3.4.4}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {3.4.4}Firmware}{47}{subsection.3.4.4}\protected@file@percent } +\newlabel{sec:test-firmware-python}{{3.4.4}{47}{Firmware}{subsection.3.4.4}{}} \@writefile{pyd}{\addvspace {10pt}} +\citation{julia-ref} \@writefile{thm}{\contentsline {pymass}{{Python Code}{3.{1}}{}}{48}{pymass.3.1}\protected@file@percent } \@writefile{pyd}{\contentsline {section}{\numberline {3.{1}}A Python script to check whether the firmware is properly installed or not}{48}{pymass.3.1}\protected@file@percent } \newlabel{7@xvr}{{}{48}} \newlabel{7@vr}{{}{48}} \newlabel{py:test-firmware}{{3.{1}}{48}{Firmware}{pymass.3.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/tools/python/test\textunderscore firmware.py}{48}{lstlisting.3.-5}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.5}Julia}{49}{section.3.5}\protected@file@percent } -\newlabel{sec:julia-start}{{3.5}{49}{Julia}{section.3.5}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/python/test\textunderscore firmware.py}{48}{lstlisting.3.-5}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.5}Julia}{48}{section.3.5}\protected@file@percent } +\newlabel{sec:julia-start}{{3.5}{48}{Julia}{section.3.5}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {3.27}{\ignorespaces Julia's website to download 64-bit Windows/Linux binaries\relax }}{49}{figure.caption.56}\protected@file@percent } +\newlabel{julia-download}{{3.27}{49}{Julia's website to download 64-bit Windows/Linux binaries\relax }{figure.caption.56}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {3.5.1}Downloading and installing on Windows}{49}{subsection.3.5.1}\protected@file@percent } \newlabel{julia-install-windows}{{3.5.1}{49}{Downloading and installing on Windows}{subsection.3.5.1}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {3.27}{\ignorespaces Julia's website to download 64-bit Windows/Linux binaries\relax }}{50}{figure.caption.56}\protected@file@percent } -\newlabel{julia-download}{{3.27}{50}{Julia's website to download 64-bit Windows/Linux binaries\relax }{figure.caption.56}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.28}{\ignorespaces Installing Julia 1.6.0 on Windows\relax }}{50}{figure.caption.57}\protected@file@percent } \newlabel{julia-windows-install}{{3.28}{50}{Installing Julia 1.6.0 on Windows\relax }{figure.caption.57}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {3.29}{\ignorespaces Launching the Command Prompt on Windows\relax }}{50}{figure.caption.58}\protected@file@percent } +\newlabel{windows-run-julia}{{3.29}{50}{Launching the Command Prompt on Windows\relax }{figure.caption.58}{}} \citation{julia-serial-ports} -\@writefile{lof}{\contentsline {figure}{\numberline {3.29}{\ignorespaces Launching the Command Prompt on Windows\relax }}{51}{figure.caption.58}\protected@file@percent } -\newlabel{windows-run-julia}{{3.29}{51}{Launching the Command Prompt on Windows\relax }{figure.caption.58}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.30}{\ignorespaces Command Prompt on Windows\relax }}{51}{figure.caption.59}\protected@file@percent } \newlabel{windows-cmd-julia}{{3.30}{51}{Command Prompt on Windows\relax }{figure.caption.59}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.31}{\ignorespaces Windows command prompt to launch Julia REPL\relax }}{52}{figure.caption.60}\protected@file@percent } @@ -258,10 +258,10 @@ \newlabel{julia-repl}{{3.33}{55}{Linux terminal to launch Julia REPL\relax }{figure.caption.62}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.34}{\ignorespaces Linux terminal to enter Pkg REPL in Julia\relax }}{56}{figure.caption.63}\protected@file@percent } \newlabel{julia-pkg}{{3.34}{56}{Linux terminal to enter Pkg REPL in Julia\relax }{figure.caption.63}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.5.3}Julia-Arduino toolbox}{57}{subsection.3.5.3}\protected@file@percent } -\newlabel{sec:julia-toolbox}{{3.5.3}{57}{Julia-Arduino toolbox}{subsection.3.5.3}{}} -\newlabel{8@xvr}{{}{57}} -\newlabel{8@vr}{{}{57}} +\@writefile{toc}{\contentsline {subsection}{\numberline {3.5.3}Julia-Arduino toolbox}{56}{subsection.3.5.3}\protected@file@percent } +\newlabel{sec:julia-toolbox}{{3.5.3}{56}{Julia-Arduino toolbox}{subsection.3.5.3}{}} +\newlabel{8@xvr}{{}{56}} +\newlabel{8@vr}{{}{56}} \@writefile{toc}{\contentsline {subsection}{\numberline {3.5.4}Firmware}{57}{subsection.3.5.4}\protected@file@percent } \newlabel{sec:test-firmware-julia}{{3.5.4}{57}{Firmware}{subsection.3.5.4}{}} \@writefile{cod}{\addvspace {10pt}} @@ -270,54 +270,54 @@ \newlabel{9@xvr}{{}{57}} \newlabel{9@vr}{{}{57}} \newlabel{julia:test-firmware}{{3.{1}}{57}{Firmware}{juliamass.3.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/julia/test\textunderscore firmware.jl}{57}{lstlisting.3.-6}\protected@file@percent } \citation{om-ref} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/tools/julia/test\textunderscore firmware.jl}{58}{lstlisting.3.-6}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {3.6}OpenModelica}{58}{section.3.6}\protected@file@percent } \newlabel{sec:OpenModelica-start}{{3.6}{58}{OpenModelica}{section.3.6}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {3.6.1}Downloading and installing on Windows}{58}{subsection.3.6.1}\protected@file@percent } \newlabel{openmodelica-install-windows}{{3.6.1}{58}{Downloading and installing on Windows}{subsection.3.6.1}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.35}{\ignorespaces Allowing Microsoft Defender to run the executable file\relax }}{59}{figure.caption.64}\protected@file@percent } \newlabel{om-run-anyway}{{3.35}{59}{Allowing Microsoft Defender to run the executable file\relax }{figure.caption.64}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {3.6.2}Downloading and installing on GNU/Linux Ubuntu}{59}{subsection.3.6.2}\protected@file@percent } +\newlabel{openmodelica-install-linux}{{3.6.2}{59}{Downloading and installing on GNU/Linux Ubuntu}{subsection.3.6.2}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.36}{\ignorespaces Setup of Modelica Standard Library version\relax }}{60}{figure.caption.65}\protected@file@percent } \newlabel{om-help}{{3.36}{60}{Setup of Modelica Standard Library version\relax }{figure.caption.65}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.6.2}Downloading and installing on GNU/Linux Ubuntu}{60}{subsection.3.6.2}\protected@file@percent } -\newlabel{openmodelica-install-linux}{{3.6.2}{60}{Downloading and installing on GNU/Linux Ubuntu}{subsection.3.6.2}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {3.6.3}Simulating models in OpenModelica}{60}{subsection.3.6.3}\protected@file@percent } +\newlabel{OpenModelica-code-execution}{{3.6.3}{60}{Simulating models in OpenModelica}{subsection.3.6.3}{}} \citation{om-ref} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.6.3}Simulating models in OpenModelica}{61}{subsection.3.6.3}\protected@file@percent } -\newlabel{OpenModelica-code-execution}{{3.6.3}{61}{Simulating models in OpenModelica}{subsection.3.6.3}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {3.37}{\ignorespaces User Interface of OMEdit\relax }}{62}{figure.caption.66}\protected@file@percent } -\newlabel{om-ui}{{3.37}{62}{User Interface of OMEdit\relax }{figure.caption.66}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {3.38}{\ignorespaces Opening a model in OMEdit\relax }}{63}{figure.caption.67}\protected@file@percent } -\newlabel{om-model-open}{{3.38}{63}{Opening a model in OMEdit\relax }{figure.caption.67}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {3.6.4}OpenModelica-Arduino toolbox}{63}{subsection.3.6.4}\protected@file@percent } -\newlabel{sec:load-om-toolbox}{{3.6.4}{63}{OpenModelica-Arduino toolbox}{subsection.3.6.4}{}} -\newlabel{10@xvr}{{}{63}} -\newlabel{10@vr}{{}{63}} -\@writefile{lof}{\contentsline {figure}{\numberline {3.39}{\ignorespaces Opening a model in diagram view in OMEdit\relax }}{64}{figure.caption.68}\protected@file@percent } -\newlabel{om-modeling}{{3.39}{64}{Opening a model in diagram view in OMEdit\relax }{figure.caption.68}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {3.40}{\ignorespaces Different views of a model in OMEdit\relax }}{64}{figure.caption.69}\protected@file@percent } -\newlabel{om-views}{{3.40}{64}{Different views of a model in OMEdit\relax }{figure.caption.69}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {3.41}{\ignorespaces Opening a model in text view in OMEdit\relax }}{65}{figure.caption.70}\protected@file@percent } -\newlabel{om-text-view}{{3.41}{65}{Opening a model in text view in OMEdit\relax }{figure.caption.70}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {3.37}{\ignorespaces User Interface of OMEdit\relax }}{61}{figure.caption.66}\protected@file@percent } +\newlabel{om-ui}{{3.37}{61}{User Interface of OMEdit\relax }{figure.caption.66}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {3.38}{\ignorespaces Opening a model in OMEdit\relax }}{62}{figure.caption.67}\protected@file@percent } +\newlabel{om-model-open}{{3.38}{62}{Opening a model in OMEdit\relax }{figure.caption.67}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {3.39}{\ignorespaces Opening a model in diagram view in OMEdit\relax }}{63}{figure.caption.68}\protected@file@percent } +\newlabel{om-modeling}{{3.39}{63}{Opening a model in diagram view in OMEdit\relax }{figure.caption.68}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {3.40}{\ignorespaces Different views of a model in OMEdit\relax }}{63}{figure.caption.69}\protected@file@percent } +\newlabel{om-views}{{3.40}{63}{Different views of a model in OMEdit\relax }{figure.caption.69}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {3.41}{\ignorespaces Opening a model in text view in OMEdit\relax }}{64}{figure.caption.70}\protected@file@percent } +\newlabel{om-text-view}{{3.41}{64}{Opening a model in text view in OMEdit\relax }{figure.caption.70}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {3.6.4}OpenModelica-Arduino toolbox}{64}{subsection.3.6.4}\protected@file@percent } +\newlabel{sec:load-om-toolbox}{{3.6.4}{64}{OpenModelica-Arduino toolbox}{subsection.3.6.4}{}} +\newlabel{10@xvr}{{}{64}} +\newlabel{10@vr}{{}{64}} \@writefile{lof}{\contentsline {figure}{\numberline {3.42}{\ignorespaces Simulating a model in OMEdit\relax }}{65}{figure.caption.71}\protected@file@percent } \newlabel{om-simulate}{{3.42}{65}{Simulating a model in OMEdit\relax }{figure.caption.71}{}} +\newlabel{itm:library}{{4}{65}{OpenModelica-Arduino toolbox}{Item.158}{}} +\newlabel{itm:locate}{{5}{65}{OpenModelica-Arduino toolbox}{Item.159}{}} \@writefile{lof}{\contentsline {figure}{\numberline {3.43}{\ignorespaces Output window of OMEdit\relax }}{66}{figure.caption.72}\protected@file@percent } \newlabel{om-sim-success}{{3.43}{66}{Output window of OMEdit\relax }{figure.caption.72}{}} -\newlabel{itm:library}{{4}{66}{OpenModelica-Arduino toolbox}{Item.158}{}} -\newlabel{itm:locate}{{5}{67}{OpenModelica-Arduino toolbox}{Item.159}{}} -\newlabel{itm:simulate}{{6}{67}{OpenModelica-Arduino toolbox}{Item.160}{}} +\newlabel{itm:simulate}{{6}{66}{OpenModelica-Arduino toolbox}{Item.160}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {3.44}{\ignorespaces Examples provided in the OpenModelica-Arduino toolbox\relax }}{67}{figure.caption.73}\protected@file@percent } +\newlabel{om-examples-toolbox}{{3.44}{67}{Examples provided in the OpenModelica-Arduino toolbox\relax }{figure.caption.73}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {3.6.5}Firmware}{67}{subsection.3.6.5}\protected@file@percent } \newlabel{om-firmware}{{3.6.5}{67}{Firmware}{subsection.3.6.5}{}} \newlabel{sec:test-firmware-OpenModelica}{{3.6.5}{67}{Firmware}{subsection.3.6.5}{}} \@writefile{cod}{\addvspace {10pt}} \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{3.{1}}{}}{67}{OpenModelicamass.3.1}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {3.{1}}An OpenModelica code/model to check whether the firmware is properly installed or not}{67}{OpenModelicamass.3.1}\protected@file@percent } -\newlabel{11@xvr}{{}{67}} -\newlabel{11@vr}{{}{67}} -\newlabel{OpenModelica:test-firmware}{{3.{1}}{67}{Firmware}{OpenModelicamass.3.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/tools/openmodelica/windows//test\textunderscore firmware.mo}{67}{lstlisting.3.-7}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {3.44}{\ignorespaces Examples provided in the OpenModelica-Arduino toolbox\relax }}{68}{figure.caption.73}\protected@file@percent } -\newlabel{om-examples-toolbox}{{3.44}{68}{Examples provided in the OpenModelica-Arduino toolbox\relax }{figure.caption.73}{}} +\newlabel{11@xvr}{{}{68}} +\newlabel{11@vr}{{}{68}} +\newlabel{OpenModelica:test-firmware}{{3.{1}}{68}{Firmware}{OpenModelicamass.3.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/openmodelica/windows//test\textunderscore firmware.mo}{68}{lstlisting.3.-7}\protected@file@percent } \@writefile{toc}{\contentsline {chapter}{\numberline {4}Interfacing a Light Emitting Diode}{69}{chapter.4}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} @@ -337,10 +337,10 @@ \@writefile{toc}{\contentsline {section}{\numberline {4.3}Lighting the LED from the Arduino IDE}{72}{section.4.3}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {4.3.1}Lighting the LED}{72}{subsection.4.3.1}\protected@file@percent } \newlabel{sec:light-ard}{{4.3.1}{72}{Lighting the LED}{subsection.4.3.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue/led\textendash blue.ino}{72}{lstlisting.4.-8}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue/led\textendash blue.ino}{72}{lstlisting.4.-9}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue\textendash delay/led\textendash blue\textendash delay.ino}{72}{lstlisting.4.-10}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue\textendash delay/led\textendash blue\textendash delay.ino}{72}{lstlisting.4.-11}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue/led\textendash blue.ino}{72}{lstlisting.4.-8}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue/led\textendash blue.ino}{72}{lstlisting.4.-9}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue\textendash delay/led\textendash blue\textendash delay.ino}{72}{lstlisting.4.-10}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue\textendash delay/led\textendash blue\textendash delay.ino}{72}{lstlisting.4.-11}\protected@file@percent } \@writefile{toc}{\contentsline {paragraph}{Note:}{73}{section*.78}\protected@file@percent } \@writefile{toc}{\contentsline {paragraph}{Note:}{73}{section*.80}\protected@file@percent } \@writefile{thm}{\contentsline {egmass}{{Exercise}{4.{1}}{}}{73}{egmass.4.1}\protected@file@percent } @@ -354,33 +354,33 @@ \newlabel{12@xvr}{{}{74}} \newlabel{12@vr}{{}{74}} \newlabel{ard:led-blue}{{4.{1}}{74}{Arduino Code}{ardmass.4.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue/led\textendash blue.ino}{74}{lstlisting.4.-13}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue/led\textendash blue.ino}{74}{lstlisting.4.-13}\protected@file@percent } \@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{4.{2}}{}}{74}{ardmass.4.2}\protected@file@percent } \@writefile{ard}{\contentsline {section}{\numberline {4.{2}}Turning on the blue LED and turning it off after two seconds}{74}{ardmass.4.2}\protected@file@percent } \newlabel{13@xvr}{{}{74}} \newlabel{13@vr}{{}{74}} \newlabel{ard:led-blue-delay}{{4.{2}}{74}{Arduino Code}{ardmass.4.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue\textendash delay/led\textendash blue\textendash delay.ino}{74}{lstlisting.4.-14}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue\textendash delay/led\textendash blue\textendash delay.ino}{74}{lstlisting.4.-14}\protected@file@percent } \@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{4.{3}}{}}{75}{ardmass.4.3}\protected@file@percent } \@writefile{ard}{\contentsline {section}{\numberline {4.{3}}Turning on blue and red LEDs for 5 seconds and then turning them off one by one}{75}{ardmass.4.3}\protected@file@percent } \newlabel{14@xvr}{{}{75}} \newlabel{14@vr}{{}{75}} \newlabel{ard:led-blue-red}{{4.{3}}{75}{Arduino Code}{ardmass.4.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue\textendash red/led\textendash blue\textendash red.ino}{75}{lstlisting.4.-15}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash blue\textendash red/led\textendash blue\textendash red.ino}{75}{lstlisting.4.-15}\protected@file@percent } \@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{4.{4}}{}}{75}{ardmass.4.4}\protected@file@percent } \@writefile{ard}{\contentsline {section}{\numberline {4.{4}}Blinking the green LED}{75}{ardmass.4.4}\protected@file@percent } \newlabel{15@xvr}{{}{75}} \newlabel{15@vr}{{}{75}} \newlabel{ard:led-blink}{{4.{4}}{75}{Arduino Code}{ardmass.4.4}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash green\textendash blink/led\textendash green\textendash blink.ino}{75}{lstlisting.4.-16}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led\textendash green\textendash blink/led\textendash green\textendash blink.ino}{75}{lstlisting.4.-16}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {4.4}Lighting the LED from Scilab}{76}{section.4.4}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {4.4.1}Lighting the LED}{76}{subsection.4.4.1}\protected@file@percent } \newlabel{sec:light-sci}{{4.4.1}{76}{Lighting the LED}{subsection.4.4.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue.sce}{76}{lstlisting.4.-18}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue.sce}{76}{lstlisting.4.-20}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue.sce}{77}{lstlisting.4.-22}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue\textendash delay.sce}{77}{lstlisting.4.-23}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue\textendash delay.sce}{77}{lstlisting.4.-24}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue.sce}{76}{lstlisting.4.-18}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue.sce}{76}{lstlisting.4.-20}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue.sce}{77}{lstlisting.4.-22}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue\textendash delay.sce}{77}{lstlisting.4.-23}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue\textendash delay.sce}{77}{lstlisting.4.-24}\protected@file@percent } \@writefile{thm}{\contentsline {egmass}{{Exercise}{4.{2}}{}}{77}{egmass.4.2}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {4.4.2}Scilab Code}{77}{subsection.4.4.2}\protected@file@percent } \newlabel{sec:led-scilab-code}{{4.4.2}{77}{Scilab Code}{subsection.4.4.2}{}} @@ -390,25 +390,25 @@ \newlabel{16@xvr}{{}{77}} \newlabel{16@vr}{{}{77}} \newlabel{sci:led-blue}{{4.{1}}{77}{Scilab Code}{codemass.4.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue.sce}{77}{lstlisting.4.-25}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue.sce}{77}{lstlisting.4.-25}\protected@file@percent } \@writefile{thm}{\contentsline {codemass}{{Scilab Code}{4.{2}}{}}{78}{codemass.4.2}\protected@file@percent } \@writefile{cod}{\contentsline {section}{\numberline {4.{2}}Turning on the blue LED and turning it off after two seconds}{78}{codemass.4.2}\protected@file@percent } \newlabel{17@xvr}{{}{78}} \newlabel{17@vr}{{}{78}} \newlabel{sci:led-blue-delay}{{4.{2}}{78}{Scilab Code}{codemass.4.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue\textendash delay.sce}{78}{lstlisting.4.-26}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue\textendash delay.sce}{78}{lstlisting.4.-26}\protected@file@percent } \@writefile{thm}{\contentsline {codemass}{{Scilab Code}{4.{3}}{}}{78}{codemass.4.3}\protected@file@percent } \@writefile{cod}{\contentsline {section}{\numberline {4.{3}}Turning on blue and red LEDs for 5 seconds and then turning them off one by one}{78}{codemass.4.3}\protected@file@percent } \newlabel{18@xvr}{{}{78}} \newlabel{18@vr}{{}{78}} \newlabel{sci:led-blue-red}{{4.{3}}{78}{Scilab Code}{codemass.4.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue\textendash red.sce}{78}{lstlisting.4.-27}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash blue\textendash red.sce}{78}{lstlisting.4.-27}\protected@file@percent } \@writefile{thm}{\contentsline {codemass}{{Scilab Code}{4.{4}}{}}{78}{codemass.4.4}\protected@file@percent } \@writefile{cod}{\contentsline {section}{\numberline {4.{4}}Blinking the green LED}{78}{codemass.4.4}\protected@file@percent } \newlabel{19@xvr}{{}{78}} \newlabel{19@vr}{{}{78}} \newlabel{sci:led-green-blink}{{4.{4}}{78}{Scilab Code}{codemass.4.4}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash green\textendash blink.sce}{78}{lstlisting.4.-28}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led\textendash green\textendash blink.sce}{78}{lstlisting.4.-28}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {4.5}Lighting the LED from Scilab Xcos}{78}{section.4.5}\protected@file@percent } \newlabel{sec:light-xcos}{{4.5}{78}{Lighting the LED from Scilab Xcos}{section.4.5}{}} \@writefile{lof}{\contentsline {figure}{\numberline {4.6}{\ignorespaces Turning the blue LED on through Xcos}}{79}{figure.caption.81}\protected@file@percent } @@ -448,14 +448,14 @@ \@writefile{toc}{\contentsline {section}{\numberline {4.6}Lighting the LED from Python}{83}{section.4.6}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {4.6.1}Lighting the LED}{83}{subsection.4.6.1}\protected@file@percent } \newlabel{sec:light-py}{{4.6.1}{83}{Lighting the LED}{subsection.4.6.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{83}{lstlisting.4.-29}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{83}{lstlisting.4.-30}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{83}{lstlisting.4.-31}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{83}{lstlisting.4.-32}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{84}{lstlisting.4.-33}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{84}{lstlisting.4.-34}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue\textendash delay.py}{84}{lstlisting.4.-35}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue\textendash delay.py}{84}{lstlisting.4.-36}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{83}{lstlisting.4.-29}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{83}{lstlisting.4.-30}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{83}{lstlisting.4.-31}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{83}{lstlisting.4.-32}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{84}{lstlisting.4.-33}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{84}{lstlisting.4.-34}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue\textendash delay.py}{84}{lstlisting.4.-35}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue\textendash delay.py}{84}{lstlisting.4.-36}\protected@file@percent } \@writefile{thm}{\contentsline {egmass}{{Exercise}{4.{4}}{}}{84}{egmass.4.4}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {4.6.2}Python Code}{85}{subsection.4.6.2}\protected@file@percent } \newlabel{sec:led-python-code}{{4.6.2}{85}{Python Code}{subsection.4.6.2}{}} @@ -465,35 +465,35 @@ \newlabel{32@xvr}{{}{85}} \newlabel{32@vr}{{}{85}} \newlabel{py:led-blue}{{4.{1}}{85}{Python Code}{pymass.4.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{85}{lstlisting.4.-37}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue.py}{85}{lstlisting.4.-37}\protected@file@percent } \@writefile{thm}{\contentsline {pymass}{{Python Code}{4.{2}}{}}{85}{pymass.4.2}\protected@file@percent } \@writefile{pyd}{\contentsline {section}{\numberline {4.{2}}Turning on the blue LED and turning it off after two seconds}{85}{pymass.4.2}\protected@file@percent } \newlabel{33@xvr}{{}{85}} \newlabel{33@vr}{{}{85}} \newlabel{py:led-blue-delay}{{4.{2}}{85}{Python Code}{pymass.4.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue\textendash delay.py}{85}{lstlisting.4.-38}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue\textendash delay.py}{85}{lstlisting.4.-38}\protected@file@percent } \@writefile{thm}{\contentsline {pymass}{{Python Code}{4.{3}}{}}{86}{pymass.4.3}\protected@file@percent } \@writefile{pyd}{\contentsline {section}{\numberline {4.{3}}Turning on blue and red LEDs for 5 seconds and then turning them off one by one}{86}{pymass.4.3}\protected@file@percent } \newlabel{34@xvr}{{}{86}} \newlabel{34@vr}{{}{86}} \newlabel{py:led-blue-red}{{4.{3}}{86}{Python Code}{pymass.4.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue\textendash red.py}{86}{lstlisting.4.-39}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash blue\textendash red.py}{86}{lstlisting.4.-39}\protected@file@percent } \@writefile{thm}{\contentsline {pymass}{{Python Code}{4.{4}}{}}{87}{pymass.4.4}\protected@file@percent } \@writefile{pyd}{\contentsline {section}{\numberline {4.{4}}Blinking the green LED}{87}{pymass.4.4}\protected@file@percent } \newlabel{35@xvr}{{}{87}} \newlabel{35@vr}{{}{87}} \newlabel{py:led-green-blink}{{4.{4}}{87}{Python Code}{pymass.4.4}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash green\textendash blink.py}{87}{lstlisting.4.-40}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led\textendash green\textendash blink.py}{87}{lstlisting.4.-40}\protected@file@percent } \citation{julia-serial-ports} \@writefile{toc}{\contentsline {section}{\numberline {4.7}Lighting the LED from Julia}{88}{section.4.7}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {4.7.1}Lighting the LED}{88}{subsection.4.7.1}\protected@file@percent } \newlabel{sec:light-julia}{{4.7.1}{88}{Lighting the LED}{subsection.4.7.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue.jl}{88}{lstlisting.4.-41}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue.jl}{88}{lstlisting.4.-42}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue.jl}{89}{lstlisting.4.-43}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue.jl}{89}{lstlisting.4.-44}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue\textendash delay.jl}{89}{lstlisting.4.-45}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue\textendash delay.jl}{89}{lstlisting.4.-46}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue.jl}{88}{lstlisting.4.-41}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue.jl}{88}{lstlisting.4.-42}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue.jl}{89}{lstlisting.4.-43}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue.jl}{89}{lstlisting.4.-44}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue\textendash delay.jl}{89}{lstlisting.4.-45}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue\textendash delay.jl}{89}{lstlisting.4.-46}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {4.7.2}Julia Code}{89}{subsection.4.7.2}\protected@file@percent } \newlabel{sec:led-julia-code}{{4.7.2}{89}{Julia Code}{subsection.4.7.2}{}} \@writefile{juliad}{\addvspace {10pt}} @@ -502,53 +502,53 @@ \newlabel{36@xvr}{{}{89}} \newlabel{36@vr}{{}{89}} \newlabel{julia:led-blue}{{4.{1}}{89}{Julia Code}{juliamass.4.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue.jl}{89}{lstlisting.4.-47}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue.jl}{89}{lstlisting.4.-47}\protected@file@percent } \@writefile{thm}{\contentsline {juliamass}{{Julia Code}{4.{2}}{}}{90}{juliamass.4.2}\protected@file@percent } \@writefile{juliad}{\contentsline {section}{\numberline {4.{2}}Turning on the blue LED and turning it off after two seconds}{90}{juliamass.4.2}\protected@file@percent } \newlabel{37@xvr}{{}{90}} \newlabel{37@vr}{{}{90}} \newlabel{julia:led-blue-delay}{{4.{2}}{90}{Julia Code}{juliamass.4.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue\textendash delay.jl}{90}{lstlisting.4.-48}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue\textendash delay.jl}{90}{lstlisting.4.-48}\protected@file@percent } \@writefile{thm}{\contentsline {juliamass}{{Julia Code}{4.{3}}{}}{90}{juliamass.4.3}\protected@file@percent } \@writefile{juliad}{\contentsline {section}{\numberline {4.{3}}Turning on blue and red LEDs for 5 seconds and then turning them off one by one}{90}{juliamass.4.3}\protected@file@percent } \newlabel{38@xvr}{{}{90}} \newlabel{38@vr}{{}{90}} \newlabel{julia:led-blue-red}{{4.{3}}{90}{Julia Code}{juliamass.4.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue\textendash red.jl}{90}{lstlisting.4.-49}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash blue\textendash red.jl}{90}{lstlisting.4.-49}\protected@file@percent } \@writefile{thm}{\contentsline {juliamass}{{Julia Code}{4.{4}}{}}{90}{juliamass.4.4}\protected@file@percent } \@writefile{juliad}{\contentsline {section}{\numberline {4.{4}}Blinking the green LED}{90}{juliamass.4.4}\protected@file@percent } \newlabel{39@xvr}{{}{90}} \newlabel{39@vr}{{}{90}} \newlabel{julia:led-green-blink}{{4.{4}}{90}{Julia Code}{juliamass.4.4}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash green\textendash blink.jl}{90}{lstlisting.4.-50}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led\textendash green\textendash blink.jl}{90}{lstlisting.4.-50}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {4.8}Lighting the LED from OpenModelica}{91}{section.4.8}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {4.8.1}Lighting the LED}{91}{subsection.4.8.1}\protected@file@percent } \newlabel{sec:light-OpenModelica}{{4.8.1}{91}{Lighting the LED}{subsection.4.8.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue.mo}{91}{lstlisting.4.-51}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue.mo}{91}{lstlisting.4.-52}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue.mo}{91}{lstlisting.4.-54}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue.mo}{92}{lstlisting.4.-57}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue\textendash delay.mo}{92}{lstlisting.4.-58}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue\textendash delay.mo}{92}{lstlisting.4.-59}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue.mo}{91}{lstlisting.4.-51}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue.mo}{91}{lstlisting.4.-52}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue.mo}{91}{lstlisting.4.-54}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue.mo}{92}{lstlisting.4.-57}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue\textendash delay.mo}{92}{lstlisting.4.-58}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue\textendash delay.mo}{92}{lstlisting.4.-59}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {4.8.2}OpenModelica Code}{92}{subsection.4.8.2}\protected@file@percent } \newlabel{sec:led-OpenModelica-code}{{4.8.2}{92}{OpenModelica Code}{subsection.4.8.2}{}} \@writefile{OpenModelicad}{\addvspace {10pt}} \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{4.{1}}{}}{93}{OpenModelicamass.4.1}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {4.{1}}Turning on the blue LED}{93}{OpenModelicamass.4.1}\protected@file@percent } \newlabel{OpenModelica:led-blue}{{4.{1}}{93}{OpenModelica Code}{OpenModelicamass.4.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue.mo}{93}{lstlisting.4.-60}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue.mo}{93}{lstlisting.4.-60}\protected@file@percent } \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{4.{2}}{}}{93}{OpenModelicamass.4.2}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {4.{2}}Turning on the blue LED and turning it off after two seconds}{93}{OpenModelicamass.4.2}\protected@file@percent } \newlabel{OpenModelica:led-blue-delay}{{4.{2}}{93}{OpenModelica Code}{OpenModelicamass.4.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue\textendash delay.mo}{93}{lstlisting.4.-61}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue\textendash delay.mo}{93}{lstlisting.4.-61}\protected@file@percent } \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{4.{3}}{}}{94}{OpenModelicamass.4.3}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {4.{3}}Turning on blue and red LEDs for 5 seconds and then turning them off one by one}{94}{OpenModelicamass.4.3}\protected@file@percent } \newlabel{OpenModelica:led-blue-red}{{4.{3}}{94}{OpenModelica Code}{OpenModelicamass.4.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue\textendash red.mo}{94}{lstlisting.4.-62}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash blue\textendash red.mo}{94}{lstlisting.4.-62}\protected@file@percent } \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{4.{4}}{}}{95}{OpenModelicamass.4.4}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {4.{4}}Blinking the green LED}{95}{OpenModelicamass.4.4}\protected@file@percent } \newlabel{OpenModelica:led-green-blink}{{4.{4}}{95}{OpenModelica Code}{OpenModelicamass.4.4}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash green\textendash blink.mo}{95}{lstlisting.4.-63}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led\textendash green\textendash blink.mo}{95}{lstlisting.4.-63}\protected@file@percent } \@writefile{toc}{\contentsline {chapter}{\numberline {5}Interfacing a Pushbutton}{97}{chapter.5}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} @@ -563,9 +563,9 @@ \newlabel{fig:switch-led}{{5.3}{99}{A pushbutton to control an LED with Arduino Uno using a breadboard\relax }{figure.caption.91}{}} \@writefile{toc}{\contentsline {section}{\numberline {5.3}Reading the pushbutton status from the Arduino IDE}{100}{section.5.3}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {5.3.1}Reading the pushbutton status}{100}{subsection.5.3.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push\textendash button\textendash status/push\textendash button\textendash status.ino}{100}{lstlisting.5.-64}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push\textendash button\textendash status/push\textendash button\textendash status.ino}{100}{lstlisting.5.-65}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/led\textendash push\textendash button/led\textendash push\textendash button.ino}{101}{lstlisting.5.-66}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push\textendash button\textendash status/push\textendash button\textendash status.ino}{100}{lstlisting.5.-64}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push\textendash button\textendash status/push\textendash button\textendash status.ino}{100}{lstlisting.5.-65}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/led\textendash push\textendash button/led\textendash push\textendash button.ino}{101}{lstlisting.5.-66}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {5.3.2}Arduino Code}{101}{subsection.5.3.2}\protected@file@percent } \newlabel{sec:push-arduino-code}{{5.3.2}{101}{Arduino Code}{subsection.5.3.2}{}} \@writefile{ard}{\addvspace {10pt}} @@ -574,20 +574,20 @@ \newlabel{40@xvr}{{}{101}} \newlabel{40@vr}{{}{101}} \newlabel{ard:push-100}{{5.{1}}{101}{Arduino Code}{ardmass.5.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push\textendash button\textendash status/push\textendash button\textendash status.ino}{101}{lstlisting.5.-67}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push\textendash button\textendash status/push\textendash button\textendash status.ino}{101}{lstlisting.5.-67}\protected@file@percent } \@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{5.{2}}{}}{101}{ardmass.5.2}\protected@file@percent } \@writefile{ard}{\contentsline {section}{\numberline {5.{2}}Turning the LED on or off depending on the pushbutton}{101}{ardmass.5.2}\protected@file@percent } \newlabel{41@xvr}{{}{101}} \newlabel{41@vr}{{}{101}} \newlabel{ard:push-200}{{5.{2}}{101}{Arduino Code}{ardmass.5.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/led\textendash push\textendash button/led\textendash push\textendash button.ino}{101}{lstlisting.5.-68}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/led\textendash push\textendash button/led\textendash push\textendash button.ino}{101}{lstlisting.5.-68}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {5.4}Reading the pushbutton Status from Scilab}{102}{section.5.4}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {5.4.1}Reading the pushbutton Status}{102}{subsection.5.4.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/push\textendash button\textendash status.sce}{102}{lstlisting.5.-69}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/push\textendash button\textendash status.sce}{102}{lstlisting.5.-70}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/push\textendash button\textendash status.sce}{102}{lstlisting.5.-69}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/push\textendash button\textendash status.sce}{102}{lstlisting.5.-70}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {5.4}{\ignorespaces GUI in Scilab to show the status of the pushbutton\relax }}{103}{figure.caption.92}\protected@file@percent } \newlabel{fig:ard-meter}{{5.4}{103}{GUI in Scilab to show the status of the pushbutton\relax }{figure.caption.92}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/led\textendash push\textendash button.sce}{103}{lstlisting.5.-71}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/led\textendash push\textendash button.sce}{103}{lstlisting.5.-71}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {5.4.2}Scilab Code}{103}{subsection.5.4.2}\protected@file@percent } \newlabel{sec:push-scilab-code}{{5.4.2}{103}{Scilab Code}{subsection.5.4.2}{}} \@writefile{cod}{\addvspace {10pt}} @@ -596,13 +596,13 @@ \newlabel{42@xvr}{{}{103}} \newlabel{42@vr}{{}{103}} \newlabel{sci:push-100}{{5.{1}}{103}{Scilab Code}{codemass.5.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/push\textendash button\textendash status.sce}{103}{lstlisting.5.-72}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/push\textendash button\textendash status.sce}{103}{lstlisting.5.-72}\protected@file@percent } \@writefile{thm}{\contentsline {codemass}{{Scilab Code}{5.{2}}{}}{104}{codemass.5.2}\protected@file@percent } \@writefile{cod}{\contentsline {section}{\numberline {5.{2}}Turning the LED on or off depending on the pushbutton}{104}{codemass.5.2}\protected@file@percent } \newlabel{43@xvr}{{}{104}} \newlabel{43@vr}{{}{104}} \newlabel{sci:push-200}{{5.{2}}{104}{Scilab Code}{codemass.5.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/led\textendash push\textendash button.sce}{104}{lstlisting.5.-73}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/led\textendash push\textendash button.sce}{104}{lstlisting.5.-73}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {5.5}Accessing the pushbutton from Xcos}{104}{section.5.5}\protected@file@percent } \newlabel{sec:push-xcos}{{5.5}{104}{Accessing the pushbutton from Xcos}{section.5.5}{}} \@writefile{lof}{\contentsline {figure}{\numberline {5.5}{\ignorespaces Printing the push button status on the display block}}{105}{figure.caption.93}\protected@file@percent } @@ -613,6 +613,7 @@ \newlabel{tab:push-button-status}{{5.1}{105}{Parameters to print the push button status on the display block\relax }{table.caption.94}{}} \newlabel{46@xvr}{{}{105}} \newlabel{46@vr}{{}{105}} +\@writefile{thm}{\contentsline {egmass}{{Exercise}{5.{1}}{}}{105}{egmass.5.1}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {5.6}{\ignorespaces Turning the LED on or off, depending on the pushbutton}}{106}{figure.caption.95}\protected@file@percent } \newlabel{48@xvr}{{}{106}} \newlabel{48@vr}{{}{106}} @@ -621,12 +622,11 @@ \newlabel{tab:led-push-button}{{5.2}{106}{Xcos parameters to turn the LED on through the pushbutton\relax }{table.caption.96}{}} \newlabel{49@xvr}{{}{106}} \newlabel{49@vr}{{}{106}} -\@writefile{thm}{\contentsline {egmass}{{Exercise}{5.{1}}{}}{106}{egmass.5.1}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {5.6}Reading the pushbutton status from Python}{107}{section.5.6}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {5.6.1}Reading the pushbutton status}{107}{subsection.5.6.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/python/push\textendash button\textendash status.py}{107}{lstlisting.5.-74}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/python/push\textendash button\textendash status.py}{107}{lstlisting.5.-75}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/python/led\textendash push\textendash button.py}{108}{lstlisting.5.-76}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/python/push\textendash button\textendash status.py}{107}{lstlisting.5.-74}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/python/push\textendash button\textendash status.py}{107}{lstlisting.5.-75}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/python/led\textendash push\textendash button.py}{108}{lstlisting.5.-76}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {5.6.2}Python Code}{108}{subsection.5.6.2}\protected@file@percent } \newlabel{sec:push-python-code}{{5.6.2}{108}{Python Code}{subsection.5.6.2}{}} \@writefile{pyd}{\addvspace {10pt}} @@ -635,19 +635,19 @@ \newlabel{50@xvr}{{}{108}} \newlabel{50@vr}{{}{108}} \newlabel{py:push-100}{{5.{1}}{108}{Python Code}{pymass.5.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/python/push\textendash button\textendash status.py}{108}{lstlisting.5.-77}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/python/push\textendash button\textendash status.py}{108}{lstlisting.5.-77}\protected@file@percent } \@writefile{thm}{\contentsline {pymass}{{Python Code}{5.{2}}{}}{109}{pymass.5.2}\protected@file@percent } \@writefile{pyd}{\contentsline {section}{\numberline {5.{2}}Turning the LED on or off depending on the pushbutton}{109}{pymass.5.2}\protected@file@percent } \newlabel{51@xvr}{{}{109}} \newlabel{51@vr}{{}{109}} \newlabel{py:push-200}{{5.{2}}{109}{Python Code}{pymass.5.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/python/led\textendash push\textendash button.py}{109}{lstlisting.5.-78}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/python/led\textendash push\textendash button.py}{109}{lstlisting.5.-78}\protected@file@percent } \citation{julia-serial-ports} \@writefile{toc}{\contentsline {section}{\numberline {5.7}Reading the pushbutton status from Julia}{110}{section.5.7}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {5.7.1}Reading the pushbutton status}{110}{subsection.5.7.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/julia/push\textendash button\textendash status.jl}{110}{lstlisting.5.-79}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/julia/push\textendash button\textendash status.jl}{110}{lstlisting.5.-80}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/julia/led\textendash push\textendash button.jl}{111}{lstlisting.5.-81}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/julia/push\textendash button\textendash status.jl}{110}{lstlisting.5.-79}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/julia/push\textendash button\textendash status.jl}{110}{lstlisting.5.-80}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/julia/led\textendash push\textendash button.jl}{111}{lstlisting.5.-81}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {5.7.2}Julia Code}{111}{subsection.5.7.2}\protected@file@percent } \newlabel{sec:push-julia-code}{{5.7.2}{111}{Julia Code}{subsection.5.7.2}{}} \@writefile{juliad}{\addvspace {10pt}} @@ -656,29 +656,29 @@ \newlabel{52@xvr}{{}{111}} \newlabel{52@vr}{{}{111}} \newlabel{julia:push-100}{{5.{1}}{111}{Julia Code}{juliamass.5.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/julia/push\textendash button\textendash status.jl}{111}{lstlisting.5.-82}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/julia/push\textendash button\textendash status.jl}{111}{lstlisting.5.-82}\protected@file@percent } \@writefile{thm}{\contentsline {juliamass}{{Julia Code}{5.{2}}{}}{111}{juliamass.5.2}\protected@file@percent } \@writefile{juliad}{\contentsline {section}{\numberline {5.{2}}Turning the LED on or off depending on the pushbutton}{111}{juliamass.5.2}\protected@file@percent } \newlabel{53@xvr}{{}{111}} \newlabel{53@vr}{{}{111}} \newlabel{julia:push-200}{{5.{2}}{111}{Julia Code}{juliamass.5.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/julia/led\textendash push\textendash button.jl}{111}{lstlisting.5.-83}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/julia/led\textendash push\textendash button.jl}{111}{lstlisting.5.-83}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {5.8}Reading the pushbutton status from OpenModelica}{112}{section.5.8}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {5.8.1}Reading the pushbutton status}{112}{subsection.5.8.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/push\textendash button\textendash status.mo}{112}{lstlisting.5.-84}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/push\textendash button\textendash status.mo}{112}{lstlisting.5.-85}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/led\textendash push\textendash button.mo}{113}{lstlisting.5.-86}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/push\textendash button\textendash status.mo}{112}{lstlisting.5.-84}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/push\textendash button\textendash status.mo}{112}{lstlisting.5.-85}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/led\textendash push\textendash button.mo}{113}{lstlisting.5.-86}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {5.8.2}OpenModelica Code}{113}{subsection.5.8.2}\protected@file@percent } \newlabel{sec:push-OpenModelica-code}{{5.8.2}{113}{OpenModelica Code}{subsection.5.8.2}{}} \@writefile{OpenModelicad}{\addvspace {10pt}} \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{5.{1}}{}}{113}{OpenModelicamass.5.1}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {5.{1}}Read the status of the pushbutton and display it on the output window}{113}{OpenModelicamass.5.1}\protected@file@percent } \newlabel{OpenModelica:push-100}{{5.{1}}{113}{OpenModelica Code}{OpenModelicamass.5.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/push\textendash button\textendash status.mo}{113}{lstlisting.5.-87}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/push\textendash button\textendash status.mo}{113}{lstlisting.5.-87}\protected@file@percent } \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{5.{2}}{}}{114}{OpenModelicamass.5.2}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {5.{2}}Turning the LED on or off depending on the pushbutton}{114}{OpenModelicamass.5.2}\protected@file@percent } \newlabel{OpenModelica:push-200}{{5.{2}}{114}{OpenModelica Code}{OpenModelicamass.5.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/led\textendash push\textendash button.mo}{114}{lstlisting.5.-88}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/led\textendash push\textendash button.mo}{114}{lstlisting.5.-88}\protected@file@percent } \@writefile{toc}{\contentsline {chapter}{\numberline {6}Interfacing a Light Dependent Resistor}{117}{chapter.6}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} @@ -700,9 +700,9 @@ \newlabel{fig:ard-ldr-led}{{6.4}{120}{An LDR to control an LED with Arduino Uno using a breadboard\relax }{figure.caption.100}{}} \@writefile{toc}{\contentsline {section}{\numberline {6.3}Interfacing the LDR through the Arduino IDE}{120}{section.6.3}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {6.3.1}Interfacing the LDR}{120}{subsection.6.3.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr\textendash read/ldr\textendash read.ino}{120}{lstlisting.6.-89}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr\textendash read/ldr\textendash read.ino}{121}{lstlisting.6.-90}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr\textendash read/ldr\textendash read.ino}{121}{lstlisting.6.-91}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr\textendash read/ldr\textendash read.ino}{120}{lstlisting.6.-89}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr\textendash read/ldr\textendash read.ino}{121}{lstlisting.6.-90}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr\textendash read/ldr\textendash read.ino}{121}{lstlisting.6.-91}\protected@file@percent } \@writefile{thm}{\contentsline {egmass}{{Exercise}{6.{1}}{}}{121}{egmass.6.1}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {6.3.2}Arduino Code}{122}{subsection.6.3.2}\protected@file@percent } \newlabel{sec:ldr-arduino-code}{{6.3.2}{122}{Arduino Code}{subsection.6.3.2}{}} @@ -712,17 +712,17 @@ \newlabel{54@xvr}{{}{122}} \newlabel{54@vr}{{}{122}} \newlabel{ard:ldr-read}{{6.{1}}{122}{Arduino Code}{ardmass.6.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr\textendash read/ldr\textendash read.ino}{122}{lstlisting.6.-92}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr\textendash read/ldr\textendash read.ino}{122}{lstlisting.6.-92}\protected@file@percent } \@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{6.{2}}{}}{122}{ardmass.6.2}\protected@file@percent } \@writefile{ard}{\contentsline {section}{\numberline {6.{2}}Turning the red LED on and off}{122}{ardmass.6.2}\protected@file@percent } \newlabel{55@xvr}{{}{122}} \newlabel{55@vr}{{}{122}} \newlabel{ard:ldr-led}{{6.{2}}{122}{Arduino Code}{ardmass.6.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr\textendash led/ldr\textendash led.ino}{122}{lstlisting.6.-93}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr\textendash led/ldr\textendash led.ino}{122}{lstlisting.6.-93}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {6.4}Interfacing the LDR through Scilab}{122}{section.6.4}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {6.4.1}Interfacing the LDR}{122}{subsection.6.4.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr\textendash read.sce}{123}{lstlisting.6.-94}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr\textendash read.sce}{123}{lstlisting.6.-95}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr\textendash read.sce}{123}{lstlisting.6.-94}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr\textendash read.sce}{123}{lstlisting.6.-95}\protected@file@percent } \@writefile{thm}{\contentsline {egmass}{{Exercise}{6.{2}}{}}{123}{egmass.6.2}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {6.4.2}Scilab Code}{124}{subsection.6.4.2}\protected@file@percent } \newlabel{sec:ldr-scilab-code}{{6.4.2}{124}{Scilab Code}{subsection.6.4.2}{}} @@ -732,13 +732,13 @@ \newlabel{56@xvr}{{}{124}} \newlabel{56@vr}{{}{124}} \newlabel{sci:ldr-read}{{6.{1}}{124}{Scilab Code}{codemass.6.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr\textendash read.sce}{124}{lstlisting.6.-96}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr\textendash read.sce}{124}{lstlisting.6.-96}\protected@file@percent } \@writefile{thm}{\contentsline {codemass}{{Scilab Code}{6.{2}}{}}{124}{codemass.6.2}\protected@file@percent } \@writefile{cod}{\contentsline {section}{\numberline {6.{2}}Turning the red LED on and off}{124}{codemass.6.2}\protected@file@percent } \newlabel{57@xvr}{{}{124}} \newlabel{57@vr}{{}{124}} \newlabel{sci:ldr-led}{{6.{2}}{124}{Scilab Code}{codemass.6.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr\textendash led.sce}{124}{lstlisting.6.-97}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr\textendash led.sce}{124}{lstlisting.6.-97}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {6.5}Interfacing the LDR through Xcos}{124}{section.6.5}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {6.5}{\ignorespaces Xcos diagram to read LDR values}}{125}{figure.caption.101}\protected@file@percent } \newlabel{59@xvr}{{}{125}} @@ -762,8 +762,8 @@ \newlabel{63@vr}{{}{128}} \@writefile{toc}{\contentsline {section}{\numberline {6.6}Interfacing the LDR through Python}{128}{section.6.6}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {6.6.1}Interfacing the LDR}{128}{subsection.6.6.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr\textendash read.py}{128}{lstlisting.6.-98}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr\textendash read.py}{129}{lstlisting.6.-99}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr\textendash read.py}{128}{lstlisting.6.-98}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr\textendash read.py}{129}{lstlisting.6.-99}\protected@file@percent } \@writefile{thm}{\contentsline {egmass}{{Exercise}{6.{3}}{}}{129}{egmass.6.3}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {6.6.2}Python Code}{129}{subsection.6.6.2}\protected@file@percent } \newlabel{sec:ldr-python-code}{{6.6.2}{129}{Python Code}{subsection.6.6.2}{}} @@ -773,18 +773,18 @@ \newlabel{64@xvr}{{}{129}} \newlabel{64@vr}{{}{129}} \newlabel{py:ldr-read}{{6.{1}}{129}{Python Code}{pymass.6.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr\textendash read.py}{129}{lstlisting.6.-100}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr\textendash read.py}{129}{lstlisting.6.-100}\protected@file@percent } \@writefile{thm}{\contentsline {pymass}{{Python Code}{6.{2}}{}}{130}{pymass.6.2}\protected@file@percent } \@writefile{pyd}{\contentsline {section}{\numberline {6.{2}}Turning the red LED on and off}{130}{pymass.6.2}\protected@file@percent } \newlabel{65@xvr}{{}{130}} \newlabel{65@vr}{{}{130}} \newlabel{py:ldr-led}{{6.{2}}{130}{Python Code}{pymass.6.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr\textendash led.py}{130}{lstlisting.6.-101}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr\textendash led.py}{130}{lstlisting.6.-101}\protected@file@percent } \citation{julia-serial-ports} \@writefile{toc}{\contentsline {section}{\numberline {6.7}Interfacing the LDR through Julia}{131}{section.6.7}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {6.7.1}Interfacing the LDR}{131}{subsection.6.7.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr\textendash read.jl}{132}{lstlisting.6.-102}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr\textendash read.jl}{132}{lstlisting.6.-103}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr\textendash read.jl}{132}{lstlisting.6.-102}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr\textendash read.jl}{132}{lstlisting.6.-103}\protected@file@percent } \@writefile{thm}{\contentsline {egmass}{{Exercise}{6.{4}}{}}{132}{egmass.6.4}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {6.7.2}Julia Code}{132}{subsection.6.7.2}\protected@file@percent } \newlabel{sec:ldr-julia-code}{{6.7.2}{132}{Julia Code}{subsection.6.7.2}{}} @@ -794,28 +794,28 @@ \newlabel{66@xvr}{{}{132}} \newlabel{66@vr}{{}{132}} \newlabel{julia:ldr-read}{{6.{1}}{132}{Julia Code}{juliamass.6.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr\textendash read.jl}{133}{lstlisting.6.-104}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr\textendash read.jl}{133}{lstlisting.6.-104}\protected@file@percent } \@writefile{thm}{\contentsline {juliamass}{{Julia Code}{6.{2}}{}}{133}{juliamass.6.2}\protected@file@percent } \@writefile{juliad}{\contentsline {section}{\numberline {6.{2}}Turning the red LED on and off}{133}{juliamass.6.2}\protected@file@percent } \newlabel{67@xvr}{{}{133}} \newlabel{67@vr}{{}{133}} \newlabel{julia:ldr-led}{{6.{2}}{133}{Julia Code}{juliamass.6.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr\textendash led.jl}{133}{lstlisting.6.-105}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr\textendash led.jl}{133}{lstlisting.6.-105}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {6.8}Interfacing the LDR through OpenModelica}{133}{section.6.8}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {6.8.1}Interfacing the LDR}{133}{subsection.6.8.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr\textendash read.mo}{134}{lstlisting.6.-106}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr\textendash read.mo}{134}{lstlisting.6.-107}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr\textendash read.mo}{134}{lstlisting.6.-106}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr\textendash read.mo}{134}{lstlisting.6.-107}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {6.8.2}OpenModelica Code}{134}{subsection.6.8.2}\protected@file@percent } \newlabel{sec:ldr-OpenModelica-code}{{6.8.2}{134}{OpenModelica Code}{subsection.6.8.2}{}} \@writefile{OpenModelicad}{\addvspace {10pt}} \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{6.{1}}{}}{134}{OpenModelicamass.6.1}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {6.{1}}Read and display the LDR values}{134}{OpenModelicamass.6.1}\protected@file@percent } \newlabel{OpenModelica:ldr-read}{{6.{1}}{134}{OpenModelica Code}{OpenModelicamass.6.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr\textendash read.mo}{134}{lstlisting.6.-108}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr\textendash read.mo}{134}{lstlisting.6.-108}\protected@file@percent } \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{6.{2}}{}}{135}{OpenModelicamass.6.2}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {6.{2}}Turning the red LED on and off}{135}{OpenModelicamass.6.2}\protected@file@percent } \newlabel{OpenModelica:ldr-led}{{6.{2}}{135}{OpenModelica Code}{OpenModelicamass.6.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr\textendash led.mo}{135}{lstlisting.6.-109}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr\textendash led.mo}{135}{lstlisting.6.-109}\protected@file@percent } \@writefile{toc}{\contentsline {chapter}{\numberline {7}Interfacing a Potentiometer}{137}{chapter.7}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} @@ -836,8 +836,8 @@ \newlabel{fig:pot-led}{{7.2}{139}{A potentiometer to control an LED with Arduino Uno using a breadboard\relax }{figure.caption.108}{}} \@writefile{toc}{\contentsline {section}{\numberline {7.3}Reading the potentiometer from the Arduino IDE}{139}{section.7.3}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {7.3.1}Reading the potentiometer}{139}{subsection.7.3.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot\textendash threshold/pot\textendash threshold.ino}{140}{lstlisting.7.-110}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot\textendash threshold/pot\textendash threshold.ino}{140}{lstlisting.7.-111}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot\textendash threshold/pot\textendash threshold.ino}{140}{lstlisting.7.-110}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot\textendash threshold/pot\textendash threshold.ino}{140}{lstlisting.7.-111}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {7.3.2}Arduino Code}{140}{subsection.7.3.2}\protected@file@percent } \newlabel{sec:pot-arduino-code}{{7.3.2}{140}{Arduino Code}{subsection.7.3.2}{}} \@writefile{ard}{\addvspace {10pt}} @@ -846,11 +846,11 @@ \newlabel{69@xvr}{{}{140}} \newlabel{69@vr}{{}{140}} \newlabel{ard:pot-100}{{7.{1}}{140}{Arduino Code}{ardmass.7.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot\textendash threshold/pot\textendash threshold.ino}{140}{lstlisting.7.-112}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot\textendash threshold/pot\textendash threshold.ino}{140}{lstlisting.7.-112}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {7.4}Reading the potentiometer from Scilab}{141}{section.7.4}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {7.4.1}Reading the potentiometer}{141}{subsection.7.4.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/scilab/pot\textendash threshold.sce}{142}{lstlisting.7.-113}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/scilab/pot\textendash threshold.sce}{142}{lstlisting.7.-114}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/scilab/pot\textendash threshold.sce}{142}{lstlisting.7.-113}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/scilab/pot\textendash threshold.sce}{142}{lstlisting.7.-114}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {7.4.2}Scilab Code}{142}{subsection.7.4.2}\protected@file@percent } \newlabel{sec:pot-scilab-code}{{7.4.2}{142}{Scilab Code}{subsection.7.4.2}{}} \@writefile{cod}{\addvspace {10pt}} @@ -859,21 +859,21 @@ \newlabel{70@xvr}{{}{142}} \newlabel{70@vr}{{}{142}} \newlabel{sci:pot-100}{{7.{1}}{142}{Scilab Code}{codemass.7.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/scilab/pot\textendash threshold.sce}{142}{lstlisting.7.-115}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/scilab/pot\textendash threshold.sce}{142}{lstlisting.7.-115}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {7.5}Reading the potentiometer from Xcos}{142}{section.7.5}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {7.3}{\ignorespaces Turning LEDs on through Xcos depending on the potentiometer threshold}}{143}{figure.caption.109}\protected@file@percent } \newlabel{72@xvr}{{}{143}} \newlabel{72@vr}{{}{143}} \newlabel{fig:pot-threshold}{{7.3}{143}{Turning LEDs on through Xcos depending on the potentiometer threshold}{figure.caption.109}{}} -\@writefile{toc}{\contentsline {section}{\numberline {7.5}Reading the potentiometer from Xcos}{143}{section.7.5}\protected@file@percent } +\@writefile{thm}{\contentsline {egmass}{{Exercise}{7.{1}}{}}{143}{egmass.7.1}\protected@file@percent } \@writefile{lot}{\contentsline {table}{\numberline {7.1}{\ignorespaces Xcos parameters to turn on different LEDs depending on the potentiometer value\relax }}{144}{table.caption.110}\protected@file@percent } \newlabel{tab:pot-threshold}{{7.1}{144}{Xcos parameters to turn on different LEDs depending on the potentiometer value\relax }{table.caption.110}{}} \newlabel{73@xvr}{{}{144}} \newlabel{73@vr}{{}{144}} -\@writefile{thm}{\contentsline {egmass}{{Exercise}{7.{1}}{}}{144}{egmass.7.1}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {7.6}Reading the potentiometer from Python}{145}{section.7.6}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {7.6.1}Reading the potentiometer}{145}{subsection.7.6.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/python/pot\textendash threshold.py}{145}{lstlisting.7.-116}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/python/pot\textendash threshold.py}{145}{lstlisting.7.-117}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/python/pot\textendash threshold.py}{145}{lstlisting.7.-116}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/python/pot\textendash threshold.py}{145}{lstlisting.7.-117}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {7.6.2}Python Code}{145}{subsection.7.6.2}\protected@file@percent } \newlabel{sec:pot-python-code}{{7.6.2}{145}{Python Code}{subsection.7.6.2}{}} \@writefile{pyd}{\addvspace {10pt}} @@ -882,12 +882,12 @@ \newlabel{74@xvr}{{}{145}} \newlabel{74@vr}{{}{145}} \newlabel{py:pot-100}{{7.{1}}{145}{Python Code}{pymass.7.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/python/pot\textendash threshold.py}{145}{lstlisting.7.-118}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/python/pot\textendash threshold.py}{145}{lstlisting.7.-118}\protected@file@percent } \citation{julia-serial-ports} \@writefile{toc}{\contentsline {section}{\numberline {7.7}Reading the potentiometer from Julia}{147}{section.7.7}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {7.7.1}Reading the potentiometer}{147}{subsection.7.7.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/julia/pot\textendash threshold.jl}{147}{lstlisting.7.-119}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/julia/pot\textendash threshold.jl}{147}{lstlisting.7.-120}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/julia/pot\textendash threshold.jl}{147}{lstlisting.7.-119}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/julia/pot\textendash threshold.jl}{147}{lstlisting.7.-120}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {7.7.2}Julia Code}{147}{subsection.7.7.2}\protected@file@percent } \newlabel{sec:pot-julia-code}{{7.7.2}{147}{Julia Code}{subsection.7.7.2}{}} \@writefile{juliad}{\addvspace {10pt}} @@ -896,18 +896,18 @@ \newlabel{75@xvr}{{}{147}} \newlabel{75@vr}{{}{147}} \newlabel{julia:pot-100}{{7.{1}}{147}{Julia Code}{juliamass.7.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/julia/pot\textendash threshold.jl}{147}{lstlisting.7.-121}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/julia/pot\textendash threshold.jl}{147}{lstlisting.7.-121}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {7.8}Reading the potentiometer from OpenModelica}{148}{section.7.8}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {7.8.1}Reading the potentiometer}{148}{subsection.7.8.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/OpenModelica/pot\textendash threshold.mo}{148}{lstlisting.7.-122}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/OpenModelica/pot\textendash threshold.mo}{148}{lstlisting.7.-123}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/OpenModelica/pot\textendash threshold.mo}{148}{lstlisting.7.-122}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/OpenModelica/pot\textendash threshold.mo}{148}{lstlisting.7.-123}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {7.8.2}OpenModelica Code}{149}{subsection.7.8.2}\protected@file@percent } \newlabel{sec:pot-OpenModelica-code}{{7.8.2}{149}{OpenModelica Code}{subsection.7.8.2}{}} \@writefile{OpenModelicad}{\addvspace {10pt}} \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{7.{1}}{}}{149}{OpenModelicamass.7.1}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {7.{1}}Turning on LEDs depending on the potentiometer threshold}{149}{OpenModelicamass.7.1}\protected@file@percent } \newlabel{OpenModelica:pot-100}{{7.{1}}{149}{OpenModelica Code}{OpenModelicamass.7.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/OpenModelica/pot\textendash threshold.mo}{149}{lstlisting.7.-124}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/OpenModelica/pot\textendash threshold.mo}{149}{lstlisting.7.-124}\protected@file@percent } \citation{therm-wiki} \citation{therm-wiki} \@writefile{toc}{\contentsline {chapter}{\numberline {8}Interfacing a Thermistor}{151}{chapter.8}\protected@file@percent } @@ -936,10 +936,10 @@ \newlabel{fig:ard-therm-buzzer}{{8.4}{154}{A thermistor to control a buzzer with Arduino Uno using a breadboard\relax }{figure.caption.114}{}} \@writefile{toc}{\contentsline {section}{\numberline {8.3}Interfacing the thermistor from the Arduino IDE}{154}{section.8.3}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {8.3.1}Interfacing the thermistor}{154}{subsection.8.3.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm\textendash read/therm\textendash read.ino}{154}{lstlisting.8.-125}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm\textendash read/therm\textendash read.ino}{155}{lstlisting.8.-126}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm\textendash read/therm\textendash read.ino}{155}{lstlisting.8.-127}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm\textendash buzzer/therm\textendash buzzer.ino}{156}{lstlisting.8.-128}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm\textendash read/therm\textendash read.ino}{154}{lstlisting.8.-125}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm\textendash read/therm\textendash read.ino}{155}{lstlisting.8.-126}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm\textendash read/therm\textendash read.ino}{155}{lstlisting.8.-127}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm\textendash buzzer/therm\textendash buzzer.ino}{155}{lstlisting.8.-128}\protected@file@percent } \@writefile{toc}{\contentsline {paragraph}{Note:}{156}{section*.115}\protected@file@percent } \@writefile{thm}{\contentsline {egmass}{{Exercise}{8.{1}}{}}{156}{egmass.8.1}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {8.3.2}Arduino Code}{156}{subsection.8.3.2}\protected@file@percent } @@ -950,18 +950,18 @@ \newlabel{76@xvr}{{}{156}} \newlabel{76@vr}{{}{156}} \newlabel{ard:therm-read}{{8.{1}}{156}{Arduino Code}{ardmass.8.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm\textendash read/therm\textendash read.ino}{156}{lstlisting.8.-129}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm\textendash read/therm\textendash read.ino}{156}{lstlisting.8.-129}\protected@file@percent } \@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{8.{2}}{}}{157}{ardmass.8.2}\protected@file@percent } \@writefile{ard}{\contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{157}{ardmass.8.2}\protected@file@percent } \newlabel{77@xvr}{{}{157}} \newlabel{77@vr}{{}{157}} \newlabel{ard:therm-buzzer}{{8.{2}}{157}{Arduino Code}{ardmass.8.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm\textendash buzzer/therm\textendash buzzer.ino}{157}{lstlisting.8.-130}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm\textendash buzzer/therm\textendash buzzer.ino}{157}{lstlisting.8.-130}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {8.4}Interfacing the thermistor from Scilab}{158}{section.8.4}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {8.4.1}Interfacing the thermistor}{158}{subsection.8.4.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm\textendash read.sce}{158}{lstlisting.8.-131}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm\textendash read.sce}{158}{lstlisting.8.-132}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm\textendash buzzer.sce}{159}{lstlisting.8.-133}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm\textendash read.sce}{158}{lstlisting.8.-131}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm\textendash read.sce}{158}{lstlisting.8.-132}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm\textendash buzzer.sce}{159}{lstlisting.8.-133}\protected@file@percent } \@writefile{toc}{\contentsline {paragraph}{Note:}{159}{section*.116}\protected@file@percent } \@writefile{thm}{\contentsline {egmass}{{Exercise}{8.{2}}{}}{159}{egmass.8.2}\protected@file@percent } \newlabel{therm-abc}{{8.1}{159}{Interfacing the thermistor}{equation.8.4.1}{}} @@ -974,13 +974,13 @@ \newlabel{78@xvr}{{}{160}} \newlabel{78@vr}{{}{160}} \newlabel{sci:therm-read}{{8.{1}}{160}{Scilab Code}{codemass.8.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm\textendash read.sce}{160}{lstlisting.8.-134}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm\textendash read.sce}{160}{lstlisting.8.-134}\protected@file@percent } \@writefile{thm}{\contentsline {codemass}{{Scilab Code}{8.{2}}{}}{160}{codemass.8.2}\protected@file@percent } \@writefile{cod}{\contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{160}{codemass.8.2}\protected@file@percent } \newlabel{79@xvr}{{}{160}} \newlabel{79@vr}{{}{160}} \newlabel{sci:therm-buzzer}{{8.{2}}{160}{Scilab Code}{codemass.8.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm\textendash buzzer.sce}{161}{lstlisting.8.-135}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm\textendash buzzer.sce}{160}{lstlisting.8.-135}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {8.5}Interfacing the thermistor from Xcos}{161}{section.8.5}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {8.5}{\ignorespaces Xcos diagram to read thermistor values}}{162}{figure.caption.117}\protected@file@percent } \newlabel{81@xvr}{{}{162}} @@ -1005,31 +1005,31 @@ \@writefile{toc}{\contentsline {subsection}{\numberline {8.6.1}Interfacing the thermistor}{164}{subsection.8.6.1}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {8.8}{\ignorespaces Plot window in Xcos to read thermistor values and the state of LED\relax }}{165}{figure.caption.122}\protected@file@percent } \newlabel{fig:therm-buzzer-output}{{8.8}{165}{Plot window in Xcos to read thermistor values and the state of LED\relax }{figure.caption.122}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm\textendash read.py}{165}{lstlisting.8.-136}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm\textendash read.py}{165}{lstlisting.8.-137}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm\textendash buzzer.py}{166}{lstlisting.8.-138}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm\textendash read.py}{165}{lstlisting.8.-136}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm\textendash read.py}{165}{lstlisting.8.-137}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm\textendash buzzer.py}{166}{lstlisting.8.-138}\protected@file@percent } \@writefile{toc}{\contentsline {paragraph}{Note:}{166}{section*.124}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {8.6.2}Python Code}{167}{subsection.8.6.2}\protected@file@percent } -\newlabel{sec:therm-pyhton-code}{{8.6.2}{167}{Python Code}{subsection.8.6.2}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {8.6.2}Python Code}{166}{subsection.8.6.2}\protected@file@percent } +\newlabel{sec:therm-pyhton-code}{{8.6.2}{166}{Python Code}{subsection.8.6.2}{}} \@writefile{pyd}{\addvspace {10pt}} -\@writefile{thm}{\contentsline {pymass}{{Python Code}{8.{1}}{}}{167}{pymass.8.1}\protected@file@percent } -\@writefile{pyd}{\contentsline {section}{\numberline {8.{1}}Read and display the thermistor values}{167}{pymass.8.1}\protected@file@percent } +\@writefile{thm}{\contentsline {pymass}{{Python Code}{8.{1}}{}}{166}{pymass.8.1}\protected@file@percent } +\@writefile{pyd}{\contentsline {section}{\numberline {8.{1}}Read and display the thermistor values}{166}{pymass.8.1}\protected@file@percent } \newlabel{86@xvr}{{}{167}} \newlabel{86@vr}{{}{167}} \newlabel{py:therm-read}{{8.{1}}{167}{Python Code}{pymass.8.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm\textendash read.py}{167}{lstlisting.8.-139}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm\textendash read.py}{167}{lstlisting.8.-139}\protected@file@percent } \@writefile{thm}{\contentsline {pymass}{{Python Code}{8.{2}}{}}{167}{pymass.8.2}\protected@file@percent } \@writefile{pyd}{\contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{167}{pymass.8.2}\protected@file@percent } -\newlabel{87@xvr}{{}{168}} -\newlabel{87@vr}{{}{168}} -\newlabel{py:therm-buzzer}{{8.{2}}{168}{Python Code}{pymass.8.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm\textendash buzzer.py}{168}{lstlisting.8.-140}\protected@file@percent } +\newlabel{87@xvr}{{}{167}} +\newlabel{87@vr}{{}{167}} +\newlabel{py:therm-buzzer}{{8.{2}}{167}{Python Code}{pymass.8.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm\textendash buzzer.py}{167}{lstlisting.8.-140}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {8.7}Interfacing the thermistor from Julia}{168}{section.8.7}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {8.7.1}Interfacing the thermistor}{168}{subsection.8.7.1}\protected@file@percent } \citation{julia-serial-ports} -\@writefile{toc}{\contentsline {section}{\numberline {8.7}Interfacing the thermistor from Julia}{169}{section.8.7}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {8.7.1}Interfacing the thermistor}{169}{subsection.8.7.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm\textendash read.jl}{169}{lstlisting.8.-141}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm\textendash read.jl}{169}{lstlisting.8.-142}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm\textendash buzzer.jl}{170}{lstlisting.8.-143}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm\textendash read.jl}{169}{lstlisting.8.-141}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm\textendash read.jl}{169}{lstlisting.8.-142}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm\textendash buzzer.jl}{170}{lstlisting.8.-143}\protected@file@percent } \@writefile{toc}{\contentsline {paragraph}{Note:}{170}{section*.125}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {8.7.2}Julia Code}{170}{subsection.8.7.2}\protected@file@percent } \newlabel{sec:therm-julia-code}{{8.7.2}{170}{Julia Code}{subsection.8.7.2}{}} @@ -1039,30 +1039,30 @@ \newlabel{88@xvr}{{}{170}} \newlabel{88@vr}{{}{170}} \newlabel{julia:therm-read}{{8.{1}}{170}{Julia Code}{juliamass.8.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm\textendash read.jl}{170}{lstlisting.8.-144}\protected@file@percent } -\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{8.{2}}{}}{171}{juliamass.8.2}\protected@file@percent } -\@writefile{juliad}{\contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{171}{juliamass.8.2}\protected@file@percent } -\newlabel{89@xvr}{{}{171}} -\newlabel{89@vr}{{}{171}} -\newlabel{julia:therm-buzzer}{{8.{2}}{171}{Julia Code}{juliamass.8.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm\textendash buzzer.jl}{171}{lstlisting.8.-145}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm\textendash read.jl}{170}{lstlisting.8.-144}\protected@file@percent } +\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{8.{2}}{}}{170}{juliamass.8.2}\protected@file@percent } +\@writefile{juliad}{\contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{170}{juliamass.8.2}\protected@file@percent } +\newlabel{89@xvr}{{}{170}} +\newlabel{89@vr}{{}{170}} +\newlabel{julia:therm-buzzer}{{8.{2}}{170}{Julia Code}{juliamass.8.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm\textendash buzzer.jl}{171}{lstlisting.8.-145}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {8.8}Interfacing the thermistor from OpenModelica}{171}{section.8.8}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {8.8.1}Interfacing the thermistor}{171}{subsection.8.8.1}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/therm\textendash read.mo}{171}{lstlisting.8.-146}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/therm\textendash read.mo}{172}{lstlisting.8.-147}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/therm\textendash buzzer.mo}{172}{lstlisting.8.-148}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{Note:}{173}{section*.126}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/therm\textendash read.mo}{171}{lstlisting.8.-146}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/therm\textendash read.mo}{171}{lstlisting.8.-147}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/therm\textendash buzzer.mo}{172}{lstlisting.8.-148}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Note:}{172}{section*.126}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {8.8.2}OpenModelica Code}{173}{subsection.8.8.2}\protected@file@percent } \newlabel{sec:therm-OpenModelica-code}{{8.8.2}{173}{OpenModelica Code}{subsection.8.8.2}{}} \@writefile{OpenModelicad}{\addvspace {10pt}} \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{8.{1}}{}}{173}{OpenModelicamass.8.1}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {8.{1}}Read and display the thermistor values}{173}{OpenModelicamass.8.1}\protected@file@percent } \newlabel{OpenModelica:therm-read}{{8.{1}}{173}{OpenModelica Code}{OpenModelicamass.8.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/therm\textendash read.mo}{173}{lstlisting.8.-149}\protected@file@percent } -\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{8.{2}}{}}{174}{OpenModelicamass.8.2}\protected@file@percent } -\@writefile{OpenModelicad}{\contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{174}{OpenModelicamass.8.2}\protected@file@percent } -\newlabel{OpenModelica:therm-buzzer}{{8.{2}}{174}{OpenModelica Code}{OpenModelicamass.8.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/therm\textendash buzzer.mo}{174}{lstlisting.8.-150}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/therm\textendash read.mo}{173}{lstlisting.8.-149}\protected@file@percent } +\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{8.{2}}{}}{173}{OpenModelicamass.8.2}\protected@file@percent } +\@writefile{OpenModelicad}{\contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{173}{OpenModelicamass.8.2}\protected@file@percent } +\newlabel{OpenModelica:therm-buzzer}{{8.{2}}{173}{OpenModelica Code}{OpenModelicamass.8.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/therm\textendash buzzer.mo}{173}{lstlisting.8.-150}\protected@file@percent } \citation{arduino-pwm} \@writefile{toc}{\contentsline {chapter}{\numberline {9}Interfacing a Servomotor}{175}{chapter.9}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} @@ -1083,12 +1083,12 @@ \newlabel{sec:servo-ard}{{9.3.1}{177}{Controlling the servomotor}{subsection.9.3.1}{}} \@writefile{lof}{\contentsline {figure}{\numberline {9.3}{\ignorespaces A servomotor and a potentiometer with Arduino Uno\ using a breadboard\relax }}{178}{figure.caption.130}\protected@file@percent } \newlabel{fig:servo-pot-bread}{{9.3}{178}{A servomotor and a potentiometer with \arduino \ using a breadboard\relax }{figure.caption.130}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash init/servo\textendash init.ino}{178}{lstlisting.9.-151}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash init/servo\textendash init.ino}{178}{lstlisting.9.-152}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash init/servo\textendash init.ino}{178}{lstlisting.9.-153}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash init/servo\textendash init.ino}{178}{lstlisting.9.-154}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash reverse/servo\textendash reverse.ino}{179}{lstlisting.9.-155}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash pot/servo\textendash pot.ino}{179}{lstlisting.9.-156}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash init/servo\textendash init.ino}{178}{lstlisting.9.-151}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash init/servo\textendash init.ino}{178}{lstlisting.9.-152}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash init/servo\textendash init.ino}{178}{lstlisting.9.-153}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash init/servo\textendash init.ino}{178}{lstlisting.9.-154}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash reverse/servo\textendash reverse.ino}{179}{lstlisting.9.-155}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash pot/servo\textendash pot.ino}{179}{lstlisting.9.-156}\protected@file@percent } \@writefile{thm}{\contentsline {egmass}{{Exercise}{9.{1}}{}}{180}{egmass.9.1}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {9.3.2}Arduino Code}{180}{subsection.9.3.2}\protected@file@percent } \newlabel{sec:servo-arduino-code}{{9.3.2}{180}{Arduino Code}{subsection.9.3.2}{}} @@ -1098,59 +1098,59 @@ \newlabel{90@xvr}{{}{180}} \newlabel{90@vr}{{}{180}} \newlabel{ard:servo-init}{{9.{1}}{180}{Arduino Code}{ardmass.9.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash init/servo\textendash init.ino}{180}{lstlisting.9.-157}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash init/servo\textendash init.ino}{180}{lstlisting.9.-157}\protected@file@percent } \@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{9.{2}}{}}{180}{ardmass.9.2}\protected@file@percent } \@writefile{ard}{\contentsline {section}{\numberline {9.{2}}Rotating the servomotor to a specified degree and reversing}{180}{ardmass.9.2}\protected@file@percent } \newlabel{91@xvr}{{}{180}} \newlabel{91@vr}{{}{180}} \newlabel{ard:servo-reverse}{{9.{2}}{180}{Arduino Code}{ardmass.9.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash reverse/servo\textendash reverse.ino}{180}{lstlisting.9.-158}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash reverse/servo\textendash reverse.ino}{180}{lstlisting.9.-158}\protected@file@percent } \@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{9.{3}}{}}{181}{ardmass.9.3}\protected@file@percent } \@writefile{ard}{\contentsline {section}{\numberline {9.{3}}Rotating the servomotor in increments}{181}{ardmass.9.3}\protected@file@percent } \newlabel{92@xvr}{{}{181}} \newlabel{92@vr}{{}{181}} \newlabel{ard:servo-loop}{{9.{3}}{181}{Arduino Code}{ardmass.9.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash loop/servo\textendash loop.ino}{181}{lstlisting.9.-159}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash loop/servo\textendash loop.ino}{181}{lstlisting.9.-159}\protected@file@percent } \@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{9.{4}}{}}{181}{ardmass.9.4}\protected@file@percent } \@writefile{ard}{\contentsline {section}{\numberline {9.{4}}Rotating the servomotor through the potentiometer}{181}{ardmass.9.4}\protected@file@percent } \newlabel{93@xvr}{{}{181}} \newlabel{93@vr}{{}{181}} \newlabel{ard:servo-pot}{{9.{4}}{181}{Arduino Code}{ardmass.9.4}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash pot/servo\textendash pot.ino}{181}{lstlisting.9.-160}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo\textendash pot/servo\textendash pot.ino}{181}{lstlisting.9.-160}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {9.4}Controlling the servomotor through Scilab}{182}{section.9.4}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {9.4.1}Controlling the servomotor}{182}{subsection.9.4.1}\protected@file@percent } \newlabel{sec:servo-sci}{{9.4.1}{182}{Controlling the servomotor}{subsection.9.4.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash init.sce}{182}{lstlisting.9.-161}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash init.sce}{182}{lstlisting.9.-162}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash reverse.sce}{183}{lstlisting.9.-163}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash pot.sce}{183}{lstlisting.9.-164}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash init.sce}{182}{lstlisting.9.-161}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash init.sce}{182}{lstlisting.9.-162}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash reverse.sce}{183}{lstlisting.9.-163}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash pot.sce}{183}{lstlisting.9.-164}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {9.4.2}Scilab Code}{183}{subsection.9.4.2}\protected@file@percent } \newlabel{sec:servo-scilab-code}{{9.4.2}{183}{Scilab Code}{subsection.9.4.2}{}} \@writefile{cod}{\addvspace {10pt}} \@writefile{thm}{\contentsline {codemass}{{Scilab Code}{9.{1}}{}}{183}{codemass.9.1}\protected@file@percent } \@writefile{cod}{\contentsline {section}{\numberline {9.{1}}Rotating the servomotor to a specified degree}{183}{codemass.9.1}\protected@file@percent } -\newlabel{94@xvr}{{}{184}} -\newlabel{94@vr}{{}{184}} -\newlabel{sci:servo-init}{{9.{1}}{184}{Scilab Code}{codemass.9.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash init.sce}{184}{lstlisting.9.-165}\protected@file@percent } +\newlabel{94@xvr}{{}{183}} +\newlabel{94@vr}{{}{183}} +\newlabel{sci:servo-init}{{9.{1}}{183}{Scilab Code}{codemass.9.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash init.sce}{183}{lstlisting.9.-165}\protected@file@percent } \@writefile{thm}{\contentsline {codemass}{{Scilab Code}{9.{2}}{}}{184}{codemass.9.2}\protected@file@percent } \@writefile{cod}{\contentsline {section}{\numberline {9.{2}}Rotating the servomotor to a specified degree and reversing}{184}{codemass.9.2}\protected@file@percent } \newlabel{95@xvr}{{}{184}} \newlabel{95@vr}{{}{184}} \newlabel{sci:servo-reverse}{{9.{2}}{184}{Scilab Code}{codemass.9.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash reverse.sce}{184}{lstlisting.9.-166}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash reverse.sce}{184}{lstlisting.9.-166}\protected@file@percent } \@writefile{thm}{\contentsline {codemass}{{Scilab Code}{9.{3}}{}}{184}{codemass.9.3}\protected@file@percent } \@writefile{cod}{\contentsline {section}{\numberline {9.{3}}Rotating the servomotor in steps of $20^\circ $}{184}{codemass.9.3}\protected@file@percent } \newlabel{96@xvr}{{}{184}} \newlabel{96@vr}{{}{184}} \newlabel{sci:servo-loop}{{9.{3}}{184}{Scilab Code}{codemass.9.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash loop.sce}{184}{lstlisting.9.-167}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash loop.sce}{184}{lstlisting.9.-167}\protected@file@percent } \@writefile{thm}{\contentsline {codemass}{{Scilab Code}{9.{4}}{}}{184}{codemass.9.4}\protected@file@percent } \@writefile{cod}{\contentsline {section}{\numberline {9.{4}}Rotating the servomotor to a degree specified by the potentiometer}{184}{codemass.9.4}\protected@file@percent } \newlabel{97@xvr}{{}{184}} \newlabel{97@vr}{{}{184}} \newlabel{sci:servo-pot}{{9.{4}}{184}{Scilab Code}{codemass.9.4}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash pot.sce}{184}{lstlisting.9.-168}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash pot.sce}{184}{lstlisting.9.-168}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {9.4}{\ignorespaces Rotating the servomotor by a fixed angle}}{185}{figure.caption.131}\protected@file@percent } \newlabel{99@xvr}{{}{185}} \newlabel{99@vr}{{}{185}} @@ -1177,21 +1177,21 @@ \newlabel{tab:servo-loop}{{9.4}{188}{Parameters to make the servomotor to sweep the entire range in increments\relax }{table.caption.136}{}} \newlabel{106@xvr}{{}{188}} \newlabel{106@vr}{{}{188}} -\@writefile{toc}{\contentsline {section}{\numberline {9.6}Controlling the servomotor through Python}{188}{section.9.6}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {9.6.1}Controlling the servomotor}{188}{subsection.9.6.1}\protected@file@percent } -\newlabel{sec:servo-py}{{9.6.1}{188}{Controlling the servomotor}{subsection.9.6.1}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {9.7}{\ignorespaces Rotating the servomotor as suggested by the potentiometer}}{189}{figure.caption.137}\protected@file@percent } -\newlabel{108@xvr}{{}{189}} -\newlabel{108@vr}{{}{189}} -\newlabel{fig:servo-pot}{{9.7}{189}{Rotating the servomotor as suggested by the potentiometer}{figure.caption.137}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {9.7}{\ignorespaces Rotating the servomotor as suggested by the potentiometer}}{188}{figure.caption.137}\protected@file@percent } +\newlabel{108@xvr}{{}{188}} +\newlabel{108@vr}{{}{188}} +\newlabel{fig:servo-pot}{{9.7}{188}{Rotating the servomotor as suggested by the potentiometer}{figure.caption.137}{}} \@writefile{lot}{\contentsline {table}{\numberline {9.5}{\ignorespaces Parameters to rotate the servomotor based on the input from the potentiometer\relax }}{189}{table.caption.138}\protected@file@percent } \newlabel{tab:servo-pot}{{9.5}{189}{Parameters to rotate the servomotor based on the input from the potentiometer\relax }{table.caption.138}{}} \newlabel{109@xvr}{{}{189}} \newlabel{109@vr}{{}{189}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash init.py}{189}{lstlisting.9.-169}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash init.py}{190}{lstlisting.9.-170}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash reverse.py}{190}{lstlisting.9.-171}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash pot.py}{190}{lstlisting.9.-172}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {9.6}Controlling the servomotor through Python}{189}{section.9.6}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {9.6.1}Controlling the servomotor}{189}{subsection.9.6.1}\protected@file@percent } +\newlabel{sec:servo-py}{{9.6.1}{189}{Controlling the servomotor}{subsection.9.6.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash init.py}{189}{lstlisting.9.-169}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash init.py}{190}{lstlisting.9.-170}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash reverse.py}{190}{lstlisting.9.-171}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash pot.py}{190}{lstlisting.9.-172}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {9.6.2}Python Code}{191}{subsection.9.6.2}\protected@file@percent } \newlabel{sec:servo-python-code}{{9.6.2}{191}{Python Code}{subsection.9.6.2}{}} \@writefile{pyd}{\addvspace {10pt}} @@ -1200,32 +1200,32 @@ \newlabel{110@xvr}{{}{191}} \newlabel{110@vr}{{}{191}} \newlabel{py:servo-init}{{9.{1}}{191}{Python Code}{pymass.9.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash init.py}{191}{lstlisting.9.-173}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash init.py}{191}{lstlisting.9.-173}\protected@file@percent } \@writefile{thm}{\contentsline {pymass}{{Python Code}{9.{2}}{}}{192}{pymass.9.2}\protected@file@percent } \@writefile{pyd}{\contentsline {section}{\numberline {9.{2}}Rotating the servomotor to a specified degree and reversing}{192}{pymass.9.2}\protected@file@percent } \newlabel{111@xvr}{{}{192}} \newlabel{111@vr}{{}{192}} \newlabel{py:servo-reverse}{{9.{2}}{192}{Python Code}{pymass.9.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash reverse.py}{192}{lstlisting.9.-174}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash reverse.py}{192}{lstlisting.9.-174}\protected@file@percent } \@writefile{thm}{\contentsline {pymass}{{Python Code}{9.{3}}{}}{193}{pymass.9.3}\protected@file@percent } \@writefile{pyd}{\contentsline {section}{\numberline {9.{3}}Rotating the servomotor in steps of $20^\circ $}{193}{pymass.9.3}\protected@file@percent } \newlabel{112@xvr}{{}{193}} \newlabel{112@vr}{{}{193}} \newlabel{py:servo-loop}{{9.{3}}{193}{Python Code}{pymass.9.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash loop.py}{193}{lstlisting.9.-175}\protected@file@percent } -\@writefile{thm}{\contentsline {pymass}{{Python Code}{9.{4}}{}}{194}{pymass.9.4}\protected@file@percent } -\@writefile{pyd}{\contentsline {section}{\numberline {9.{4}}Rotating the servomotor to a degree specified by the potentiometer}{194}{pymass.9.4}\protected@file@percent } -\newlabel{113@xvr}{{}{194}} -\newlabel{113@vr}{{}{194}} -\newlabel{py:servo-pot}{{9.{4}}{194}{Python Code}{pymass.9.4}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash pot.py}{194}{lstlisting.9.-176}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {9.7}Controlling the servomotor through Julia}{195}{section.9.7}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {9.7.1}Controlling the servomotor}{195}{subsection.9.7.1}\protected@file@percent } -\newlabel{sec:servo-julia}{{9.7.1}{195}{Controlling the servomotor}{subsection.9.7.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash init.jl}{195}{lstlisting.9.-177}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash init.jl}{195}{lstlisting.9.-178}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash reverse.jl}{195}{lstlisting.9.-179}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash pot.jl}{196}{lstlisting.9.-180}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash loop.py}{193}{lstlisting.9.-175}\protected@file@percent } +\@writefile{thm}{\contentsline {pymass}{{Python Code}{9.{4}}{}}{193}{pymass.9.4}\protected@file@percent } +\@writefile{pyd}{\contentsline {section}{\numberline {9.{4}}Rotating the servomotor to a degree specified by the potentiometer}{193}{pymass.9.4}\protected@file@percent } +\newlabel{113@xvr}{{}{193}} +\newlabel{113@vr}{{}{193}} +\newlabel{py:servo-pot}{{9.{4}}{193}{Python Code}{pymass.9.4}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash pot.py}{194}{lstlisting.9.-176}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {9.7}Controlling the servomotor through Julia}{194}{section.9.7}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {9.7.1}Controlling the servomotor}{194}{subsection.9.7.1}\protected@file@percent } +\newlabel{sec:servo-julia}{{9.7.1}{194}{Controlling the servomotor}{subsection.9.7.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash init.jl}{195}{lstlisting.9.-177}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash init.jl}{195}{lstlisting.9.-178}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash reverse.jl}{195}{lstlisting.9.-179}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash pot.jl}{196}{lstlisting.9.-180}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {9.7.2}Julia Code}{196}{subsection.9.7.2}\protected@file@percent } \newlabel{sec:servo-julia-code}{{9.7.2}{196}{Julia Code}{subsection.9.7.2}{}} \@writefile{juliad}{\addvspace {10pt}} @@ -1234,428 +1234,428 @@ \newlabel{114@xvr}{{}{196}} \newlabel{114@vr}{{}{196}} \newlabel{julia:servo-init}{{9.{1}}{196}{Julia Code}{juliamass.9.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash init.jl}{196}{lstlisting.9.-181}\protected@file@percent } -\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{9.{2}}{}}{197}{juliamass.9.2}\protected@file@percent } -\@writefile{juliad}{\contentsline {section}{\numberline {9.{2}}Rotating the servomotor to a specified degree and reversing}{197}{juliamass.9.2}\protected@file@percent } -\newlabel{115@xvr}{{}{197}} -\newlabel{115@vr}{{}{197}} -\newlabel{julia:servo-reverse}{{9.{2}}{197}{Julia Code}{juliamass.9.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash reverse.jl}{197}{lstlisting.9.-182}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash init.jl}{196}{lstlisting.9.-181}\protected@file@percent } +\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{9.{2}}{}}{196}{juliamass.9.2}\protected@file@percent } +\@writefile{juliad}{\contentsline {section}{\numberline {9.{2}}Rotating the servomotor to a specified degree and reversing}{196}{juliamass.9.2}\protected@file@percent } +\newlabel{115@xvr}{{}{196}} +\newlabel{115@vr}{{}{196}} +\newlabel{julia:servo-reverse}{{9.{2}}{196}{Julia Code}{juliamass.9.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash reverse.jl}{196}{lstlisting.9.-182}\protected@file@percent } \@writefile{thm}{\contentsline {juliamass}{{Julia Code}{9.{3}}{}}{197}{juliamass.9.3}\protected@file@percent } \@writefile{juliad}{\contentsline {section}{\numberline {9.{3}}Rotating the servomotor in steps of $20^\circ $}{197}{juliamass.9.3}\protected@file@percent } \newlabel{116@xvr}{{}{197}} \newlabel{116@vr}{{}{197}} \newlabel{julia:servo-loop}{{9.{3}}{197}{Julia Code}{juliamass.9.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash loop.jl}{197}{lstlisting.9.-183}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash loop.jl}{197}{lstlisting.9.-183}\protected@file@percent } \@writefile{thm}{\contentsline {juliamass}{{Julia Code}{9.{4}}{}}{197}{juliamass.9.4}\protected@file@percent } \@writefile{juliad}{\contentsline {section}{\numberline {9.{4}}Rotating the servomotor to a degree specified by the potentiometer}{197}{juliamass.9.4}\protected@file@percent } \newlabel{117@xvr}{{}{197}} \newlabel{117@vr}{{}{197}} \newlabel{julia:servo-pot}{{9.{4}}{197}{Julia Code}{juliamass.9.4}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash pot.jl}{197}{lstlisting.9.-184}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo\textendash pot.jl}{197}{lstlisting.9.-184}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {9.8}Controlling the servomotor through OpenModelica}{198}{section.9.8}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {9.8.1}Controlling the servomotor}{198}{subsection.9.8.1}\protected@file@percent } \newlabel{sec:servo-OpenModelica}{{9.8.1}{198}{Controlling the servomotor}{subsection.9.8.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash init.mo}{198}{lstlisting.9.-185}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash init.mo}{198}{lstlisting.9.-186}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash reverse.mo}{199}{lstlisting.9.-187}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash pot.mo}{199}{lstlisting.9.-188}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {9.8.2}OpenModelica Code}{200}{subsection.9.8.2}\protected@file@percent } -\newlabel{sec:servo-OpenModelica-code}{{9.8.2}{200}{OpenModelica Code}{subsection.9.8.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash init.mo}{198}{lstlisting.9.-185}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash init.mo}{198}{lstlisting.9.-186}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash reverse.mo}{199}{lstlisting.9.-187}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash pot.mo}{199}{lstlisting.9.-188}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {9.8.2}OpenModelica Code}{199}{subsection.9.8.2}\protected@file@percent } +\newlabel{sec:servo-OpenModelica-code}{{9.8.2}{199}{OpenModelica Code}{subsection.9.8.2}{}} \@writefile{OpenModelicad}{\addvspace {10pt}} \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{9.{1}}{}}{200}{OpenModelicamass.9.1}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {9.{1}}Rotating the servomotor to a specified degree}{200}{OpenModelicamass.9.1}\protected@file@percent } \newlabel{OpenModelica:servo-init}{{9.{1}}{200}{OpenModelica Code}{OpenModelicamass.9.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash init.mo}{200}{lstlisting.9.-189}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash init.mo}{200}{lstlisting.9.-189}\protected@file@percent } \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{9.{2}}{}}{200}{OpenModelicamass.9.2}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {9.{2}}Rotating the servomotor to a specified degree and reversing}{200}{OpenModelicamass.9.2}\protected@file@percent } \newlabel{OpenModelica:servo-reverse}{{9.{2}}{200}{OpenModelica Code}{OpenModelicamass.9.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash reverse.mo}{200}{lstlisting.9.-190}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash reverse.mo}{200}{lstlisting.9.-190}\protected@file@percent } \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{9.{3}}{}}{201}{OpenModelicamass.9.3}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {9.{3}}Rotating the servomotor in steps of $20^\circ $}{201}{OpenModelicamass.9.3}\protected@file@percent } \newlabel{OpenModelica:servo-loop}{{9.{3}}{201}{OpenModelica Code}{OpenModelicamass.9.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash loop.mo}{201}{lstlisting.9.-191}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash loop.mo}{201}{lstlisting.9.-191}\protected@file@percent } \@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{9.{4}}{}}{202}{OpenModelicamass.9.4}\protected@file@percent } \@writefile{OpenModelicad}{\contentsline {section}{\numberline {9.{4}}Rotating the servomotor to a degree specified by the potentiometer}{202}{OpenModelicamass.9.4}\protected@file@percent } \newlabel{OpenModelica:servo-pot}{{9.{4}}{202}{OpenModelica Code}{OpenModelicamass.9.4}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash pot.mo}{202}{lstlisting.9.-192}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo\textendash pot.mo}{202}{lstlisting.9.-192}\protected@file@percent } \citation{arduino-pwm} -\@writefile{toc}{\contentsline {chapter}{\numberline {10}Interfacing a DC Motor}{205}{chapter.10}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {10}Interfacing a DC Motor}{203}{chapter.10}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\newlabel{dcmotor}{{10}{205}{Interfacing a DC Motor}{chapter.10}{}} -\@writefile{toc}{\contentsline {section}{\numberline {10.1}Preliminaries}{205}{section.10.1}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {10.1}{\ignorespaces L293D motor driver board\relax }}{206}{figure.caption.139}\protected@file@percent } -\newlabel{fig:motordriverboard}{{10.1}{206}{L293D motor driver board\relax }{figure.caption.139}{}} -\@writefile{lot}{\contentsline {table}{\numberline {10.1}{\ignorespaces Values to be passed for different H-Bridge circuits\relax }}{206}{table.caption.140}\protected@file@percent } -\newlabel{table:convention}{{10.1}{206}{Values to be passed for different H-Bridge circuits\relax }{table.caption.140}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {10.2}{\ignorespaces PWM pins on an Arduino Uno\ board\relax }}{207}{figure.caption.141}\protected@file@percent } -\newlabel{fig:uno-pwm}{{10.2}{207}{PWM pins on an \arduino \ board\relax }{figure.caption.141}{}} -\@writefile{toc}{\contentsline {section}{\numberline {10.2}Controlling the DC motor from Arduino}{207}{section.10.2}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {10.2.1}Controlling the DC motor}{207}{subsection.10.2.1}\protected@file@percent } -\newlabel{sec:dcm-ard}{{10.2.1}{207}{Controlling the DC motor}{subsection.10.2.1}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {10.3}{\ignorespaces A schematic of DC motor connections\relax }}{208}{figure.caption.142}\protected@file@percent } -\newlabel{fig:dcm-schematic}{{10.3}{208}{A schematic of DC motor connections\relax }{figure.caption.142}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {10.4}{\ignorespaces How to connect the DC motor to the Arduino Uno\ board\relax }}{208}{figure.caption.143}\protected@file@percent } -\newlabel{fig:dcmotorconn}{{10.4}{208}{How to connect the DC motor to the \arduino \ board\relax }{figure.caption.143}{}} -\@writefile{toc}{\contentsline {paragraph}{Note:}{208}{section*.144}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash clock/dcmotor\textendash clock.ino}{209}{lstlisting.10.-193}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash clock/dcmotor\textendash clock.ino}{209}{lstlisting.10.-194}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash clock/dcmotor\textendash clock.ino}{209}{lstlisting.10.-195}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash both/dcmotor\textendash both.ino}{209}{lstlisting.10.-196}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash both/dcmotor\textendash both.ino}{209}{lstlisting.10.-197}\protected@file@percent } -\@writefile{thm}{\contentsline {egmass}{{Exercise}{10.{1}}{}}{210}{egmass.10.1}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {10.2.2}Arduino Code}{210}{subsection.10.2.2}\protected@file@percent } -\newlabel{sec:dcmotor-arduino-code}{{10.2.2}{210}{Arduino Code}{subsection.10.2.2}{}} +\newlabel{dcmotor}{{10}{203}{Interfacing a DC Motor}{chapter.10}{}} +\@writefile{toc}{\contentsline {section}{\numberline {10.1}Preliminaries}{203}{section.10.1}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {10.1}{\ignorespaces L293D motor driver board\relax }}{204}{figure.caption.139}\protected@file@percent } +\newlabel{fig:motordriverboard}{{10.1}{204}{L293D motor driver board\relax }{figure.caption.139}{}} +\@writefile{lot}{\contentsline {table}{\numberline {10.1}{\ignorespaces Values to be passed for different H-Bridge circuits\relax }}{204}{table.caption.140}\protected@file@percent } +\newlabel{table:convention}{{10.1}{204}{Values to be passed for different H-Bridge circuits\relax }{table.caption.140}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {10.2}{\ignorespaces PWM pins on an Arduino Uno\ board\relax }}{205}{figure.caption.141}\protected@file@percent } +\newlabel{fig:uno-pwm}{{10.2}{205}{PWM pins on an \arduino \ board\relax }{figure.caption.141}{}} +\@writefile{toc}{\contentsline {section}{\numberline {10.2}Controlling the DC motor from Arduino}{205}{section.10.2}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {10.2.1}Controlling the DC motor}{205}{subsection.10.2.1}\protected@file@percent } +\newlabel{sec:dcm-ard}{{10.2.1}{205}{Controlling the DC motor}{subsection.10.2.1}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {10.3}{\ignorespaces A schematic of DC motor connections\relax }}{206}{figure.caption.142}\protected@file@percent } +\newlabel{fig:dcm-schematic}{{10.3}{206}{A schematic of DC motor connections\relax }{figure.caption.142}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {10.4}{\ignorespaces How to connect the DC motor to the Arduino Uno\ board\relax }}{206}{figure.caption.143}\protected@file@percent } +\newlabel{fig:dcmotorconn}{{10.4}{206}{How to connect the DC motor to the \arduino \ board\relax }{figure.caption.143}{}} +\@writefile{toc}{\contentsline {paragraph}{Note:}{206}{section*.144}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash clock/dcmotor\textendash clock.ino}{207}{lstlisting.10.-193}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash clock/dcmotor\textendash clock.ino}{207}{lstlisting.10.-194}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash clock/dcmotor\textendash clock.ino}{207}{lstlisting.10.-195}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash both/dcmotor\textendash both.ino}{207}{lstlisting.10.-196}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash both/dcmotor\textendash both.ino}{207}{lstlisting.10.-197}\protected@file@percent } +\@writefile{thm}{\contentsline {egmass}{{Exercise}{10.{1}}{}}{208}{egmass.10.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {10.2.2}Arduino Code}{208}{subsection.10.2.2}\protected@file@percent } +\newlabel{sec:dcmotor-arduino-code}{{10.2.2}{208}{Arduino Code}{subsection.10.2.2}{}} \@writefile{ard}{\addvspace {10pt}} -\@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{10.{1}}{}}{210}{ardmass.10.1}\protected@file@percent } -\@writefile{ard}{\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{210}{ardmass.10.1}\protected@file@percent } -\newlabel{118@xvr}{{}{210}} -\newlabel{118@vr}{{}{210}} -\newlabel{ard:dcmotor-clock}{{10.{1}}{210}{Arduino Code}{ardmass.10.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash clock/dcmotor\textendash clock.ino}{210}{lstlisting.10.-198}\protected@file@percent } -\@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{10.{2}}{}}{210}{ardmass.10.2}\protected@file@percent } -\@writefile{ard}{\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{210}{ardmass.10.2}\protected@file@percent } -\newlabel{119@xvr}{{}{210}} -\newlabel{119@vr}{{}{210}} -\newlabel{ard:dcmotor-both}{{10.{2}}{210}{Arduino Code}{ardmass.10.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash both/dcmotor\textendash both.ino}{210}{lstlisting.10.-199}\protected@file@percent } -\@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{10.{3}}{}}{211}{ardmass.10.3}\protected@file@percent } -\@writefile{ard}{\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{211}{ardmass.10.3}\protected@file@percent } -\newlabel{120@xvr}{{}{211}} -\newlabel{120@vr}{{}{211}} -\newlabel{ard:dcmotor-loop}{{10.{3}}{211}{Arduino Code}{ardmass.10.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash loop/dcmotor\textendash loop.ino}{211}{lstlisting.10.-200}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {10.3}Controlling the DC motor from Scilab}{211}{section.10.3}\protected@file@percent } -\newlabel{sec:dcm-sci}{{10.3}{211}{Controlling the DC motor from Scilab}{section.10.3}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {10.3.1}Controlling the DC motor}{211}{subsection.10.3.1}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{Note:}{212}{section*.145}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash clock.sce}{212}{lstlisting.10.-202}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash clock.sce}{213}{lstlisting.10.-204}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash clock.sce}{213}{lstlisting.10.-205}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash clock.sce}{213}{lstlisting.10.-206}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{Note:}{213}{section*.146}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash both.sce}{213}{lstlisting.10.-207}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash both.sce}{213}{lstlisting.10.-208}\protected@file@percent } -\@writefile{thm}{\contentsline {egmass}{{Exercise}{10.{2}}{}}{214}{egmass.10.2}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {10.3.2}Scilab Code}{214}{subsection.10.3.2}\protected@file@percent } -\newlabel{sec:dcmotor-scilab-code}{{10.3.2}{214}{Scilab Code}{subsection.10.3.2}{}} +\@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{10.{1}}{}}{208}{ardmass.10.1}\protected@file@percent } +\@writefile{ard}{\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{208}{ardmass.10.1}\protected@file@percent } +\newlabel{118@xvr}{{}{208}} +\newlabel{118@vr}{{}{208}} +\newlabel{ard:dcmotor-clock}{{10.{1}}{208}{Arduino Code}{ardmass.10.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash clock/dcmotor\textendash clock.ino}{208}{lstlisting.10.-198}\protected@file@percent } +\@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{10.{2}}{}}{208}{ardmass.10.2}\protected@file@percent } +\@writefile{ard}{\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{208}{ardmass.10.2}\protected@file@percent } +\newlabel{119@xvr}{{}{208}} +\newlabel{119@vr}{{}{208}} +\newlabel{ard:dcmotor-both}{{10.{2}}{208}{Arduino Code}{ardmass.10.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash both/dcmotor\textendash both.ino}{208}{lstlisting.10.-199}\protected@file@percent } +\@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{10.{3}}{}}{209}{ardmass.10.3}\protected@file@percent } +\@writefile{ard}{\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{209}{ardmass.10.3}\protected@file@percent } +\newlabel{120@xvr}{{}{209}} +\newlabel{120@vr}{{}{209}} +\newlabel{ard:dcmotor-loop}{{10.{3}}{209}{Arduino Code}{ardmass.10.3}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor\textendash loop/dcmotor\textendash loop.ino}{209}{lstlisting.10.-200}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {10.3}Controlling the DC motor from Scilab}{209}{section.10.3}\protected@file@percent } +\newlabel{sec:dcm-sci}{{10.3}{209}{Controlling the DC motor from Scilab}{section.10.3}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {10.3.1}Controlling the DC motor}{209}{subsection.10.3.1}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Note:}{210}{section*.145}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash clock.sce}{210}{lstlisting.10.-202}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash clock.sce}{211}{lstlisting.10.-204}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash clock.sce}{211}{lstlisting.10.-205}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash clock.sce}{211}{lstlisting.10.-206}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Note:}{211}{section*.146}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash both.sce}{211}{lstlisting.10.-207}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash both.sce}{211}{lstlisting.10.-208}\protected@file@percent } +\@writefile{thm}{\contentsline {egmass}{{Exercise}{10.{2}}{}}{212}{egmass.10.2}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {10.3.2}Scilab Code}{212}{subsection.10.3.2}\protected@file@percent } +\newlabel{sec:dcmotor-scilab-code}{{10.3.2}{212}{Scilab Code}{subsection.10.3.2}{}} \@writefile{cod}{\addvspace {10pt}} -\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{10.{1}}{}}{214}{codemass.10.1}\protected@file@percent } -\@writefile{cod}{\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{214}{codemass.10.1}\protected@file@percent } -\newlabel{121@xvr}{{}{214}} -\newlabel{121@vr}{{}{214}} -\newlabel{sci:dcmotor-clock}{{10.{1}}{214}{Scilab Code}{codemass.10.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash clock.sce}{214}{lstlisting.10.-209}\protected@file@percent } -\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{10.{2}}{}}{214}{codemass.10.2}\protected@file@percent } -\@writefile{cod}{\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{214}{codemass.10.2}\protected@file@percent } -\newlabel{122@xvr}{{}{214}} -\newlabel{122@vr}{{}{214}} -\newlabel{sci:dcmotor-both}{{10.{2}}{214}{Scilab Code}{codemass.10.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash both.sce}{214}{lstlisting.10.-210}\protected@file@percent } -\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{10.{3}}{}}{215}{codemass.10.3}\protected@file@percent } -\@writefile{cod}{\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{215}{codemass.10.3}\protected@file@percent } -\newlabel{123@xvr}{{}{215}} -\newlabel{123@vr}{{}{215}} -\newlabel{sci:dcmotor-loop}{{10.{3}}{215}{Scilab Code}{codemass.10.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash loop.sce}{215}{lstlisting.10.-211}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {10.4}Controlling the DC motor from Xcos}{215}{section.10.4}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {10.5}{\ignorespaces Control of DC motor for a specified time from Xcos}}{216}{figure.caption.147}\protected@file@percent } -\newlabel{125@xvr}{{}{216}} -\newlabel{125@vr}{{}{216}} -\newlabel{fig:dcmotor-clock}{{10.5}{216}{Control of DC motor for a specified time from Xcos}{figure.caption.147}{}} -\@writefile{lot}{\contentsline {table}{\numberline {10.2}{\ignorespaces Xcos parameters to drive the DC motor for a specified time\relax }}{216}{table.caption.148}\protected@file@percent } -\newlabel{tab:dcmotor-clock}{{10.2}{216}{Xcos parameters to drive the DC motor for a specified time\relax }{table.caption.148}{}} -\newlabel{126@xvr}{{}{216}} -\newlabel{126@vr}{{}{216}} -\@writefile{lof}{\contentsline {figure}{\numberline {10.6}{\ignorespaces Xcos control of the DC motor in forward and reverse directions}}{217}{figure.caption.149}\protected@file@percent } -\newlabel{128@xvr}{{}{217}} -\newlabel{128@vr}{{}{217}} -\newlabel{fig:dcmotor-both}{{10.6}{217}{Xcos control of the DC motor in forward and reverse directions}{figure.caption.149}{}} -\@writefile{lot}{\contentsline {table}{\numberline {10.3}{\ignorespaces Xcos parameters to drive the DC motor in forward and reverse directions\relax }}{217}{table.caption.150}\protected@file@percent } -\newlabel{tab:dcmotor-both}{{10.3}{217}{Xcos parameters to drive the DC motor in forward and reverse directions\relax }{table.caption.150}{}} -\newlabel{129@xvr}{{}{217}} -\newlabel{129@vr}{{}{217}} -\@writefile{lof}{\contentsline {figure}{\numberline {10.7}{\ignorespaces Xcos control of the DC motor in both directions in a loop}}{218}{figure.caption.151}\protected@file@percent } -\newlabel{131@xvr}{{}{218}} -\newlabel{131@vr}{{}{218}} -\newlabel{fig:dcmotor-loop}{{10.7}{218}{Xcos control of the DC motor in both directions in a loop}{figure.caption.151}{}} -\@writefile{thm}{\contentsline {egmass}{{Exercise}{10.{3}}{}}{218}{egmass.10.3}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {10.5}Controlling the DC motor from Python}{218}{section.10.5}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {10.5.1}Controlling the DC motor}{218}{subsection.10.5.1}\protected@file@percent } -\@writefile{lot}{\contentsline {table}{\numberline {10.4}{\ignorespaces Xcos parameters to drive the DC motor in a loop\relax }}{219}{table.caption.152}\protected@file@percent } -\newlabel{tab:dcmotor-loop}{{10.4}{219}{Xcos parameters to drive the DC motor in a loop\relax }{table.caption.152}{}} -\newlabel{132@xvr}{{}{219}} -\newlabel{132@vr}{{}{219}} -\@writefile{toc}{\contentsline {paragraph}{Note:}{219}{section*.153}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash clock.py}{220}{lstlisting.10.-213}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash clock.py}{220}{lstlisting.10.-215}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash clock.py}{220}{lstlisting.10.-216}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash clock.py}{220}{lstlisting.10.-217}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{Note:}{220}{section*.154}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash both.py}{221}{lstlisting.10.-218}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash both.py}{221}{lstlisting.10.-219}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {10.5.2}Python Code}{221}{subsection.10.5.2}\protected@file@percent } -\newlabel{sec:dcmotor-python-code}{{10.5.2}{221}{Python Code}{subsection.10.5.2}{}} +\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{10.{1}}{}}{212}{codemass.10.1}\protected@file@percent } +\@writefile{cod}{\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{212}{codemass.10.1}\protected@file@percent } +\newlabel{121@xvr}{{}{212}} +\newlabel{121@vr}{{}{212}} +\newlabel{sci:dcmotor-clock}{{10.{1}}{212}{Scilab Code}{codemass.10.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash clock.sce}{212}{lstlisting.10.-209}\protected@file@percent } +\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{10.{2}}{}}{212}{codemass.10.2}\protected@file@percent } +\@writefile{cod}{\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{212}{codemass.10.2}\protected@file@percent } +\newlabel{122@xvr}{{}{212}} +\newlabel{122@vr}{{}{212}} +\newlabel{sci:dcmotor-both}{{10.{2}}{212}{Scilab Code}{codemass.10.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash both.sce}{212}{lstlisting.10.-210}\protected@file@percent } +\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{10.{3}}{}}{213}{codemass.10.3}\protected@file@percent } +\@writefile{cod}{\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{213}{codemass.10.3}\protected@file@percent } +\newlabel{123@xvr}{{}{213}} +\newlabel{123@vr}{{}{213}} +\newlabel{sci:dcmotor-loop}{{10.{3}}{213}{Scilab Code}{codemass.10.3}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor\textendash loop.sce}{213}{lstlisting.10.-211}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {10.4}Controlling the DC motor from Xcos}{213}{section.10.4}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {10.5}{\ignorespaces Control of DC motor for a specified time from Xcos}}{214}{figure.caption.147}\protected@file@percent } +\newlabel{125@xvr}{{}{214}} +\newlabel{125@vr}{{}{214}} +\newlabel{fig:dcmotor-clock}{{10.5}{214}{Control of DC motor for a specified time from Xcos}{figure.caption.147}{}} +\@writefile{lot}{\contentsline {table}{\numberline {10.2}{\ignorespaces Xcos parameters to drive the DC motor for a specified time\relax }}{214}{table.caption.148}\protected@file@percent } +\newlabel{tab:dcmotor-clock}{{10.2}{214}{Xcos parameters to drive the DC motor for a specified time\relax }{table.caption.148}{}} +\newlabel{126@xvr}{{}{214}} +\newlabel{126@vr}{{}{214}} +\@writefile{lof}{\contentsline {figure}{\numberline {10.6}{\ignorespaces Xcos control of the DC motor in forward and reverse directions}}{215}{figure.caption.149}\protected@file@percent } +\newlabel{128@xvr}{{}{215}} +\newlabel{128@vr}{{}{215}} +\newlabel{fig:dcmotor-both}{{10.6}{215}{Xcos control of the DC motor in forward and reverse directions}{figure.caption.149}{}} +\@writefile{lot}{\contentsline {table}{\numberline {10.3}{\ignorespaces Xcos parameters to drive the DC motor in forward and reverse directions\relax }}{215}{table.caption.150}\protected@file@percent } +\newlabel{tab:dcmotor-both}{{10.3}{215}{Xcos parameters to drive the DC motor in forward and reverse directions\relax }{table.caption.150}{}} +\newlabel{129@xvr}{{}{215}} +\newlabel{129@vr}{{}{215}} +\@writefile{thm}{\contentsline {egmass}{{Exercise}{10.{3}}{}}{215}{egmass.10.3}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {10.7}{\ignorespaces Xcos control of the DC motor in both directions in a loop}}{216}{figure.caption.151}\protected@file@percent } +\newlabel{131@xvr}{{}{216}} +\newlabel{131@vr}{{}{216}} +\newlabel{fig:dcmotor-loop}{{10.7}{216}{Xcos control of the DC motor in both directions in a loop}{figure.caption.151}{}} +\@writefile{toc}{\contentsline {section}{\numberline {10.5}Controlling the DC motor from Python}{216}{section.10.5}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {10.5.1}Controlling the DC motor}{216}{subsection.10.5.1}\protected@file@percent } +\@writefile{lot}{\contentsline {table}{\numberline {10.4}{\ignorespaces Xcos parameters to drive the DC motor in a loop\relax }}{217}{table.caption.152}\protected@file@percent } +\newlabel{tab:dcmotor-loop}{{10.4}{217}{Xcos parameters to drive the DC motor in a loop\relax }{table.caption.152}{}} +\newlabel{132@xvr}{{}{217}} +\newlabel{132@vr}{{}{217}} +\@writefile{toc}{\contentsline {paragraph}{Note:}{217}{section*.153}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash clock.py}{218}{lstlisting.10.-213}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash clock.py}{218}{lstlisting.10.-215}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash clock.py}{218}{lstlisting.10.-216}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash clock.py}{218}{lstlisting.10.-217}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Note:}{218}{section*.154}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash both.py}{219}{lstlisting.10.-218}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash both.py}{219}{lstlisting.10.-219}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {10.5.2}Python Code}{219}{subsection.10.5.2}\protected@file@percent } +\newlabel{sec:dcmotor-python-code}{{10.5.2}{219}{Python Code}{subsection.10.5.2}{}} \@writefile{pyd}{\addvspace {10pt}} -\@writefile{thm}{\contentsline {pymass}{{Python Code}{10.{1}}{}}{221}{pymass.10.1}\protected@file@percent } -\@writefile{pyd}{\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{221}{pymass.10.1}\protected@file@percent } -\newlabel{133@xvr}{{}{221}} -\newlabel{133@vr}{{}{221}} -\newlabel{py:dcmotor-clock}{{10.{1}}{221}{Python Code}{pymass.10.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash clock.py}{221}{lstlisting.10.-220}\protected@file@percent } -\@writefile{thm}{\contentsline {pymass}{{Python Code}{10.{2}}{}}{222}{pymass.10.2}\protected@file@percent } -\@writefile{pyd}{\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{222}{pymass.10.2}\protected@file@percent } -\newlabel{134@xvr}{{}{222}} -\newlabel{134@vr}{{}{222}} -\newlabel{py:dcmotor-both}{{10.{2}}{222}{Python Code}{pymass.10.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash both.py}{222}{lstlisting.10.-221}\protected@file@percent } -\@writefile{thm}{\contentsline {pymass}{{Python Code}{10.{3}}{}}{223}{pymass.10.3}\protected@file@percent } -\@writefile{pyd}{\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{223}{pymass.10.3}\protected@file@percent } -\newlabel{135@xvr}{{}{223}} -\newlabel{135@vr}{{}{223}} -\newlabel{py:dcmotor-loop}{{10.{3}}{223}{Python Code}{pymass.10.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash loop.py}{223}{lstlisting.10.-222}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {10.6}Controlling the DC motor from Julia}{224}{section.10.6}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {10.6.1}Controlling the DC motor}{224}{subsection.10.6.1}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{Note:}{224}{section*.155}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash clock.jl}{225}{lstlisting.10.-224}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash clock.jl}{225}{lstlisting.10.-226}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash clock.jl}{225}{lstlisting.10.-227}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash clock.jl}{225}{lstlisting.10.-228}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{Note:}{226}{section*.156}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash both.jl}{226}{lstlisting.10.-229}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash both.jl}{226}{lstlisting.10.-230}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {10.6.2}Julia Code}{226}{subsection.10.6.2}\protected@file@percent } -\newlabel{sec:dcmotor-julia-code}{{10.6.2}{226}{Julia Code}{subsection.10.6.2}{}} +\@writefile{thm}{\contentsline {pymass}{{Python Code}{10.{1}}{}}{219}{pymass.10.1}\protected@file@percent } +\@writefile{pyd}{\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{219}{pymass.10.1}\protected@file@percent } +\newlabel{133@xvr}{{}{219}} +\newlabel{133@vr}{{}{219}} +\newlabel{py:dcmotor-clock}{{10.{1}}{219}{Python Code}{pymass.10.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash clock.py}{219}{lstlisting.10.-220}\protected@file@percent } +\@writefile{thm}{\contentsline {pymass}{{Python Code}{10.{2}}{}}{220}{pymass.10.2}\protected@file@percent } +\@writefile{pyd}{\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{220}{pymass.10.2}\protected@file@percent } +\newlabel{134@xvr}{{}{220}} +\newlabel{134@vr}{{}{220}} +\newlabel{py:dcmotor-both}{{10.{2}}{220}{Python Code}{pymass.10.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash both.py}{220}{lstlisting.10.-221}\protected@file@percent } +\@writefile{thm}{\contentsline {pymass}{{Python Code}{10.{3}}{}}{221}{pymass.10.3}\protected@file@percent } +\@writefile{pyd}{\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{221}{pymass.10.3}\protected@file@percent } +\newlabel{135@xvr}{{}{221}} +\newlabel{135@vr}{{}{221}} +\newlabel{py:dcmotor-loop}{{10.{3}}{221}{Python Code}{pymass.10.3}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor\textendash loop.py}{221}{lstlisting.10.-222}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {10.6}Controlling the DC motor from Julia}{222}{section.10.6}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {10.6.1}Controlling the DC motor}{222}{subsection.10.6.1}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Note:}{222}{section*.155}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash clock.jl}{223}{lstlisting.10.-224}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash clock.jl}{223}{lstlisting.10.-226}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash clock.jl}{223}{lstlisting.10.-227}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash clock.jl}{223}{lstlisting.10.-228}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Note:}{224}{section*.156}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash both.jl}{224}{lstlisting.10.-229}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash both.jl}{224}{lstlisting.10.-230}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {10.6.2}Julia Code}{224}{subsection.10.6.2}\protected@file@percent } +\newlabel{sec:dcmotor-julia-code}{{10.6.2}{224}{Julia Code}{subsection.10.6.2}{}} \@writefile{juliad}{\addvspace {10pt}} -\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{10.{1}}{}}{226}{juliamass.10.1}\protected@file@percent } -\@writefile{juliad}{\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{226}{juliamass.10.1}\protected@file@percent } -\newlabel{136@xvr}{{}{226}} -\newlabel{136@vr}{{}{226}} -\newlabel{julia:dcmotor-clock}{{10.{1}}{226}{Julia Code}{juliamass.10.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash clock.jl}{227}{lstlisting.10.-231}\protected@file@percent } -\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{10.{2}}{}}{227}{juliamass.10.2}\protected@file@percent } -\@writefile{juliad}{\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{227}{juliamass.10.2}\protected@file@percent } -\newlabel{137@xvr}{{}{227}} -\newlabel{137@vr}{{}{227}} -\newlabel{julia:dcmotor-both}{{10.{2}}{227}{Julia Code}{juliamass.10.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash both.jl}{227}{lstlisting.10.-232}\protected@file@percent } -\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{10.{3}}{}}{227}{juliamass.10.3}\protected@file@percent } -\@writefile{juliad}{\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{227}{juliamass.10.3}\protected@file@percent } -\newlabel{138@xvr}{{}{227}} -\newlabel{138@vr}{{}{227}} -\newlabel{julia:dcmotor-loop}{{10.{3}}{227}{Julia Code}{juliamass.10.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash loop.jl}{227}{lstlisting.10.-233}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {10.7}Controlling the DC motor from OpenModelica}{228}{section.10.7}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {10.7.1}Controlling the DC motor}{228}{subsection.10.7.1}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{Note:}{228}{section*.157}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash clock.mo}{228}{lstlisting.10.-235}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash clock.mo}{229}{lstlisting.10.-237}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash clock.mo}{229}{lstlisting.10.-238}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash clock.mo}{229}{lstlisting.10.-239}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{Note:}{229}{section*.158}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash both.mo}{230}{lstlisting.10.-240}\protected@file@percent } -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash both.mo}{230}{lstlisting.10.-241}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {10.7.2}OpenModelica Code}{230}{subsection.10.7.2}\protected@file@percent } -\newlabel{sec:dcmotor-OpenModelica-code}{{10.7.2}{230}{OpenModelica Code}{subsection.10.7.2}{}} +\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{10.{1}}{}}{224}{juliamass.10.1}\protected@file@percent } +\@writefile{juliad}{\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{224}{juliamass.10.1}\protected@file@percent } +\newlabel{136@xvr}{{}{224}} +\newlabel{136@vr}{{}{224}} +\newlabel{julia:dcmotor-clock}{{10.{1}}{224}{Julia Code}{juliamass.10.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash clock.jl}{224}{lstlisting.10.-231}\protected@file@percent } +\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{10.{2}}{}}{225}{juliamass.10.2}\protected@file@percent } +\@writefile{juliad}{\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{225}{juliamass.10.2}\protected@file@percent } +\newlabel{137@xvr}{{}{225}} +\newlabel{137@vr}{{}{225}} +\newlabel{julia:dcmotor-both}{{10.{2}}{225}{Julia Code}{juliamass.10.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash both.jl}{225}{lstlisting.10.-232}\protected@file@percent } +\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{10.{3}}{}}{225}{juliamass.10.3}\protected@file@percent } +\@writefile{juliad}{\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{225}{juliamass.10.3}\protected@file@percent } +\newlabel{138@xvr}{{}{225}} +\newlabel{138@vr}{{}{225}} +\newlabel{julia:dcmotor-loop}{{10.{3}}{225}{Julia Code}{juliamass.10.3}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor\textendash loop.jl}{225}{lstlisting.10.-233}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {10.7}Controlling the DC motor from OpenModelica}{225}{section.10.7}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {10.7.1}Controlling the DC motor}{225}{subsection.10.7.1}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Note:}{226}{section*.157}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash clock.mo}{226}{lstlisting.10.-235}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash clock.mo}{227}{lstlisting.10.-237}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash clock.mo}{227}{lstlisting.10.-238}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash clock.mo}{227}{lstlisting.10.-239}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Note:}{227}{section*.158}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash both.mo}{227}{lstlisting.10.-240}\protected@file@percent } +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash both.mo}{227}{lstlisting.10.-241}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {10.7.2}OpenModelica Code}{228}{subsection.10.7.2}\protected@file@percent } +\newlabel{sec:dcmotor-OpenModelica-code}{{10.7.2}{228}{OpenModelica Code}{subsection.10.7.2}{}} \@writefile{OpenModelicad}{\addvspace {10pt}} -\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{10.{1}}{}}{230}{OpenModelicamass.10.1}\protected@file@percent } -\@writefile{OpenModelicad}{\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{230}{OpenModelicamass.10.1}\protected@file@percent } -\newlabel{OpenModelica:dcmotor-clock}{{10.{1}}{230}{OpenModelica Code}{OpenModelicamass.10.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash clock.mo}{230}{lstlisting.10.-242}\protected@file@percent } -\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{10.{2}}{}}{231}{OpenModelicamass.10.2}\protected@file@percent } -\@writefile{OpenModelicad}{\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{231}{OpenModelicamass.10.2}\protected@file@percent } -\newlabel{OpenModelica:dcmotor-both}{{10.{2}}{231}{OpenModelica Code}{OpenModelicamass.10.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash both.mo}{231}{lstlisting.10.-243}\protected@file@percent } -\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{10.{3}}{}}{231}{OpenModelicamass.10.3}\protected@file@percent } -\@writefile{OpenModelicad}{\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{231}{OpenModelicamass.10.3}\protected@file@percent } -\newlabel{OpenModelica:dcmotor-loop}{{10.{3}}{231}{OpenModelica Code}{OpenModelicamass.10.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash loop.mo}{231}{lstlisting.10.-244}\protected@file@percent } +\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{10.{1}}{}}{228}{OpenModelicamass.10.1}\protected@file@percent } +\@writefile{OpenModelicad}{\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{228}{OpenModelicamass.10.1}\protected@file@percent } +\newlabel{OpenModelica:dcmotor-clock}{{10.{1}}{228}{OpenModelica Code}{OpenModelicamass.10.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash clock.mo}{228}{lstlisting.10.-242}\protected@file@percent } +\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{10.{2}}{}}{229}{OpenModelicamass.10.2}\protected@file@percent } +\@writefile{OpenModelicad}{\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{229}{OpenModelicamass.10.2}\protected@file@percent } +\newlabel{OpenModelica:dcmotor-both}{{10.{2}}{229}{OpenModelica Code}{OpenModelicamass.10.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash both.mo}{229}{lstlisting.10.-243}\protected@file@percent } +\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{10.{3}}{}}{229}{OpenModelicamass.10.3}\protected@file@percent } +\@writefile{OpenModelicad}{\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{229}{OpenModelicamass.10.3}\protected@file@percent } +\newlabel{OpenModelica:dcmotor-loop}{{10.{3}}{229}{OpenModelica Code}{OpenModelicamass.10.3}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor\textendash loop.mo}{229}{lstlisting.10.-244}\protected@file@percent } \citation{modbus} \citation{modbus-paper} \citation{simplymodbus} -\@writefile{toc}{\contentsline {chapter}{\numberline {11}Implementation of Modbus Protocol}{233}{chapter.11}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {11}Implementation of Modbus Protocol}{231}{chapter.11}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\newlabel{modbus}{{11}{233}{Implementation of Modbus Protocol}{chapter.11}{}} -\@writefile{toc}{\contentsline {section}{\numberline {11.1}Preliminaries}{233}{section.11.1}\protected@file@percent } +\newlabel{modbus}{{11}{231}{Implementation of Modbus Protocol}{chapter.11}{}} +\@writefile{toc}{\contentsline {section}{\numberline {11.1}Preliminaries}{231}{section.11.1}\protected@file@percent } \citation{simplymodbus} -\@writefile{lof}{\contentsline {figure}{\numberline {11.1}{\ignorespaces Block diagram representation of the Protocol\relax }}{234}{figure.caption.159}\protected@file@percent } -\newlabel{mod-block}{{11.1}{234}{Block diagram representation of the Protocol\relax }{figure.caption.159}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {11.2}{\ignorespaces Cycle of query-response between master and slave\relax }}{234}{figure.caption.160}\protected@file@percent } -\newlabel{mod-master-slave}{{11.2}{234}{Cycle of query-response between master and slave\relax }{figure.caption.160}{}} -\@writefile{lot}{\contentsline {table}{\numberline {11.1}{\ignorespaces Pins available on RS485 and their usage\relax }}{235}{table.caption.161}\protected@file@percent } -\newlabel{tab:rs-485-pins}{{11.1}{235}{Pins available on RS485 and their usage\relax }{table.caption.161}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {11.3}{\ignorespaces Pins in RS485 module\relax }}{235}{figure.caption.162}\protected@file@percent } -\newlabel{rs-485}{{11.3}{235}{Pins in RS485 module\relax }{figure.caption.162}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {11.1.1}Energy meter}{235}{subsection.11.1.1}\protected@file@percent } -\newlabel{sec:energy-meter}{{11.1.1}{235}{Energy meter}{subsection.11.1.1}{}} -\@writefile{lot}{\contentsline {table}{\numberline {11.2}{\ignorespaces Operations supported by Modbus RTU\relax }}{236}{table.caption.163}\protected@file@percent } -\newlabel{tab:modbus-fun-codes}{{11.2}{236}{Operations supported by Modbus RTU\relax }{table.caption.163}{}} -\@writefile{lot}{\contentsline {table}{\numberline {11.3}{\ignorespaces Individual parameter address in EM6400\relax }}{236}{table.caption.164}\protected@file@percent } -\newlabel{tab:params-addr}{{11.3}{236}{Individual parameter address in EM6400\relax }{table.caption.164}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {11.1}{\ignorespaces Block diagram representation of the Protocol\relax }}{232}{figure.caption.159}\protected@file@percent } +\newlabel{mod-block}{{11.1}{232}{Block diagram representation of the Protocol\relax }{figure.caption.159}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {11.2}{\ignorespaces Cycle of query-response between master and slave\relax }}{232}{figure.caption.160}\protected@file@percent } +\newlabel{mod-master-slave}{{11.2}{232}{Cycle of query-response between master and slave\relax }{figure.caption.160}{}} +\@writefile{lot}{\contentsline {table}{\numberline {11.1}{\ignorespaces Pins available on RS485 and their usage\relax }}{233}{table.caption.161}\protected@file@percent } +\newlabel{tab:rs-485-pins}{{11.1}{233}{Pins available on RS485 and their usage\relax }{table.caption.161}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {11.3}{\ignorespaces Pins in RS485 module\relax }}{233}{figure.caption.162}\protected@file@percent } +\newlabel{rs-485}{{11.3}{233}{Pins in RS485 module\relax }{figure.caption.162}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {11.1.1}Energy meter}{233}{subsection.11.1.1}\protected@file@percent } +\newlabel{sec:energy-meter}{{11.1.1}{233}{Energy meter}{subsection.11.1.1}{}} +\@writefile{lot}{\contentsline {table}{\numberline {11.2}{\ignorespaces Operations supported by Modbus RTU\relax }}{234}{table.caption.163}\protected@file@percent } +\newlabel{tab:modbus-fun-codes}{{11.2}{234}{Operations supported by Modbus RTU\relax }{table.caption.163}{}} +\@writefile{lot}{\contentsline {table}{\numberline {11.3}{\ignorespaces Individual parameter address in EM6400\relax }}{234}{table.caption.164}\protected@file@percent } +\newlabel{tab:params-addr}{{11.3}{234}{Individual parameter address in EM6400\relax }{table.caption.164}{}} \citation{online-crc} -\@writefile{lot}{\contentsline {table}{\numberline {11.4}{\ignorespaces A request packet to access V1 in EM6400\relax }}{237}{table.caption.166}\protected@file@percent } -\newlabel{tab:params-rq}{{11.4}{237}{A request packet to access V1 in EM6400\relax }{table.caption.166}{}} -\@writefile{toc}{\contentsline {paragraph}{Note:}{237}{section*.165}\protected@file@percent } -\@writefile{lot}{\contentsline {table}{\numberline {11.5}{\ignorespaces A response packet to access V1 in EM6400\relax }}{238}{table.caption.167}\protected@file@percent } -\newlabel{tab:params-rp}{{11.5}{238}{A response packet to access V1 in EM6400\relax }{table.caption.167}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {11.1.2}Endianness}{238}{subsection.11.1.2}\protected@file@percent } -\@writefile{lot}{\contentsline {table}{\numberline {11.6}{\ignorespaces Memory storage of a four-byte integer in little-endian and big-endian\relax }}{239}{table.caption.168}\protected@file@percent } -\newlabel{tab:memory-storage}{{11.6}{239}{Memory storage of a four-byte integer in little-endian and big-endian\relax }{table.caption.168}{}} +\@writefile{lot}{\contentsline {table}{\numberline {11.4}{\ignorespaces A request packet to access V1 in EM6400\relax }}{235}{table.caption.166}\protected@file@percent } +\newlabel{tab:params-rq}{{11.4}{235}{A request packet to access V1 in EM6400\relax }{table.caption.166}{}} +\@writefile{toc}{\contentsline {paragraph}{Note:}{235}{section*.165}\protected@file@percent } +\@writefile{lot}{\contentsline {table}{\numberline {11.5}{\ignorespaces A response packet to access V1 in EM6400\relax }}{236}{table.caption.167}\protected@file@percent } +\newlabel{tab:params-rp}{{11.5}{236}{A response packet to access V1 in EM6400\relax }{table.caption.167}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {11.1.2}Endianness}{236}{subsection.11.1.2}\protected@file@percent } +\@writefile{lot}{\contentsline {table}{\numberline {11.6}{\ignorespaces Memory storage of a four-byte integer in little-endian and big-endian\relax }}{237}{table.caption.168}\protected@file@percent } +\newlabel{tab:memory-storage}{{11.6}{237}{Memory storage of a four-byte integer in little-endian and big-endian\relax }{table.caption.168}{}} \citation{ieee-754-conv} -\@writefile{lof}{\contentsline {figure}{\numberline {11.4}{\ignorespaces Block diagram for reading the parameters in energy meter\relax }}{240}{figure.caption.169}\protected@file@percent } -\newlabel{fig:block-diagram}{{11.4}{240}{Block diagram for reading the parameters in energy meter\relax }{figure.caption.169}{}} -\@writefile{toc}{\contentsline {section}{\numberline {11.2}Setup for the experiment}{240}{section.11.2}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {11.5}{\ignorespaces Experimental set up for reading energy meter\relax }}{241}{figure.caption.170}\protected@file@percent } -\newlabel{fig:full-set-up}{{11.5}{241}{Experimental set up for reading energy meter\relax }{figure.caption.170}{}} -\@writefile{toc}{\contentsline {section}{\numberline {11.3}Software required for this experiment}{241}{section.11.3}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {11.6}{\ignorespaces Flowchart of Arduino firmware\relax }}{242}{figure.caption.171}\protected@file@percent } -\newlabel{fig:modbus-firmware}{{11.6}{242}{Flowchart of Arduino firmware\relax }{figure.caption.171}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {11.3.1}Arduino Firmware}{243}{subsection.11.3.1}\protected@file@percent } -\newlabel{sec:firmware-modbus}{{11.3.1}{243}{Arduino Firmware}{subsection.11.3.1}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {11.4}{\ignorespaces Block diagram for reading the parameters in energy meter\relax }}{238}{figure.caption.169}\protected@file@percent } +\newlabel{fig:block-diagram}{{11.4}{238}{Block diagram for reading the parameters in energy meter\relax }{figure.caption.169}{}} +\@writefile{toc}{\contentsline {section}{\numberline {11.2}Setup for the experiment}{238}{section.11.2}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {11.5}{\ignorespaces Experimental set up for reading energy meter\relax }}{239}{figure.caption.170}\protected@file@percent } +\newlabel{fig:full-set-up}{{11.5}{239}{Experimental set up for reading energy meter\relax }{figure.caption.170}{}} +\@writefile{toc}{\contentsline {section}{\numberline {11.3}Software required for this experiment}{239}{section.11.3}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {11.6}{\ignorespaces Flowchart of Arduino firmware\relax }}{240}{figure.caption.171}\protected@file@percent } +\newlabel{fig:modbus-firmware}{{11.6}{240}{Flowchart of Arduino firmware\relax }{figure.caption.171}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {11.3.1}Arduino Firmware}{241}{subsection.11.3.1}\protected@file@percent } +\newlabel{sec:firmware-modbus}{{11.3.1}{241}{Arduino Firmware}{subsection.11.3.1}{}} \@writefile{ard}{\addvspace {10pt}} -\@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{11.{1}}{}}{243}{ardmass.11.1}\protected@file@percent } -\@writefile{ard}{\contentsline {section}{\numberline {11.{1}}First 10 lines of the firmware for Modbus Energy Meter experiment}{243}{ardmass.11.1}\protected@file@percent } -\newlabel{139@xvr}{{}{243}} -\newlabel{139@vr}{{}{243}} -\newlabel{ard:firmware-modbus}{{11.{1}}{243}{Arduino Firmware}{ardmass.11.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/arduino/send\textunderscore packet.ino}{243}{lstlisting.11.-245}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {11.4}Manifestation of Modbus protocol through Scilab}{243}{section.11.4}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {11.7}{\ignorespaces Flowchart of the steps happening in the FLOSS code\relax }}{244}{figure.caption.172}\protected@file@percent } -\newlabel{fig:flow-chart}{{11.7}{244}{Flowchart of the steps happening in the FLOSS code\relax }{figure.caption.172}{}} -\@writefile{toc}{\contentsline {section}{\numberline {11.5}Reading the electrical parameters from Scilab}{245}{section.11.5}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {11.5.1}Reading the electrical parameters}{245}{subsection.11.5.1}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {11.5.2}Scilab Code}{245}{subsection.11.5.2}\protected@file@percent } -\newlabel{sec:modbus-scilab-code}{{11.5.2}{245}{Scilab Code}{subsection.11.5.2}{}} +\@writefile{thm}{\contentsline {ardmass}{{Arduino Code}{11.{1}}{}}{241}{ardmass.11.1}\protected@file@percent } +\@writefile{ard}{\contentsline {section}{\numberline {11.{1}}First 10 lines of the firmware for Modbus Energy Meter experiment}{241}{ardmass.11.1}\protected@file@percent } +\newlabel{139@xvr}{{}{241}} +\newlabel{139@vr}{{}{241}} +\newlabel{ard:firmware-modbus}{{11.{1}}{241}{Arduino Firmware}{ardmass.11.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/arduino/send\textunderscore packet.ino}{241}{lstlisting.11.-245}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {11.4}Manifestation of Modbus protocol through Scilab}{241}{section.11.4}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {11.7}{\ignorespaces Flowchart of the steps happening in the FLOSS code\relax }}{242}{figure.caption.172}\protected@file@percent } +\newlabel{fig:flow-chart}{{11.7}{242}{Flowchart of the steps happening in the FLOSS code\relax }{figure.caption.172}{}} +\@writefile{toc}{\contentsline {section}{\numberline {11.5}Reading the electrical parameters from Scilab}{243}{section.11.5}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {11.5.1}Reading the electrical parameters}{243}{subsection.11.5.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {11.5.2}Scilab Code}{243}{subsection.11.5.2}\protected@file@percent } +\newlabel{sec:modbus-scilab-code}{{11.5.2}{243}{Scilab Code}{subsection.11.5.2}{}} \@writefile{cod}{\addvspace {10pt}} -\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{11.{1}}{}}{245}{codemass.11.1}\protected@file@percent } -\@writefile{cod}{\contentsline {section}{\numberline {11.{1}}First 10 lines of the function for scifunc block}{245}{codemass.11.1}\protected@file@percent } -\newlabel{140@xvr}{{}{245}} -\newlabel{140@vr}{{}{245}} -\newlabel{sci:val-modbus}{{11.{1}}{245}{Scilab Code}{codemass.11.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read\textunderscore val.sce}{245}{lstlisting.11.-246}\protected@file@percent } -\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{11.{2}}{}}{245}{codemass.11.2}\protected@file@percent } -\@writefile{cod}{\contentsline {section}{\numberline {11.{2}}First 10 lines of the code for single phase current output}{245}{codemass.11.2}\protected@file@percent } -\newlabel{141@xvr}{{}{245}} -\newlabel{141@vr}{{}{245}} -\newlabel{sci:current-modbus}{{11.{2}}{245}{Scilab Code}{codemass.11.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read\textunderscore current.sci}{245}{lstlisting.11.-247}\protected@file@percent } -\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{11.{3}}{}}{246}{codemass.11.3}\protected@file@percent } -\@writefile{cod}{\contentsline {section}{\numberline {11.{3}}First 10 lines of the code for single phase voltage output}{246}{codemass.11.3}\protected@file@percent } -\newlabel{142@xvr}{{}{246}} -\newlabel{142@vr}{{}{246}} -\newlabel{sci:voltage-modbus}{{11.{3}}{246}{Scilab Code}{codemass.11.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read\textunderscore voltage.sci}{246}{lstlisting.11.-248}\protected@file@percent } -\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{11.{4}}{}}{246}{codemass.11.4}\protected@file@percent } -\@writefile{cod}{\contentsline {section}{\numberline {11.{4}}First 10 lines of the code for single phase active power output}{246}{codemass.11.4}\protected@file@percent } -\newlabel{143@xvr}{{}{246}} -\newlabel{143@vr}{{}{246}} -\newlabel{sci:modbus-power}{{11.{4}}{246}{Scilab Code}{codemass.11.4}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read\textunderscore active\textunderscore power.sci}{246}{lstlisting.11.-249}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{Note: }{246}{section*.173}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {11.8}{\ignorespaces Single phase current output on Scilab Console\relax }}{247}{figure.caption.174}\protected@file@percent } -\newlabel{fig:current-console}{{11.8}{247}{Single phase current output on Scilab Console\relax }{figure.caption.174}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {11.5.3}Output in the Scilab Console}{247}{subsection.11.5.3}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {11.9}{\ignorespaces Single phase current output in energy meter\relax }}{248}{figure.caption.175}\protected@file@percent } -\newlabel{fig:current-meter}{{11.9}{248}{Single phase current output in energy meter\relax }{figure.caption.175}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {11.10}{\ignorespaces Single phase voltage output on Scilab Console\relax }}{248}{figure.caption.176}\protected@file@percent } -\newlabel{fig:voltage-console}{{11.10}{248}{Single phase voltage output on Scilab Console\relax }{figure.caption.176}{}} -\@writefile{toc}{\contentsline {section}{\numberline {11.6}Reading the electrical parameters from Xcos}{248}{section.11.6}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {11.11}{\ignorespaces Single phase voltage output in energy meter\relax }}{249}{figure.caption.177}\protected@file@percent } -\newlabel{fig:voltage-meter}{{11.11}{249}{Single phase voltage output in energy meter\relax }{figure.caption.177}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {11.12}{\ignorespaces Single phase active power output on Scilab Console\relax }}{249}{figure.caption.178}\protected@file@percent } -\newlabel{fig:power-console}{{11.12}{249}{Single phase active power output on Scilab Console\relax }{figure.caption.178}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {11.13}{\ignorespaces Single phase active power output in energy meter\relax }}{250}{figure.caption.179}\protected@file@percent } -\newlabel{fig:power-meter}{{11.13}{250}{Single phase active power output in energy meter\relax }{figure.caption.179}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {11.14}{\ignorespaces Xcos diagram to read energy meter values}}{250}{figure.caption.180}\protected@file@percent } -\newlabel{145@xvr}{{}{250}} -\newlabel{145@vr}{{}{250}} -\newlabel{fig:mod-read}{{11.14}{250}{Xcos diagram to read energy meter values}{figure.caption.180}{}} -\@writefile{lot}{\contentsline {table}{\numberline {11.7}{\ignorespaces Xcos parameters to read energy meter values\relax }}{251}{table.caption.181}\protected@file@percent } -\newlabel{tab:mod-xcos-read}{{11.7}{251}{Xcos parameters to read energy meter values\relax }{table.caption.181}{}} -\@writefile{toc}{\contentsline {section}{\numberline {11.7}Manifestation of Modbus protocol through Python}{251}{section.11.7}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{Note: }{251}{section*.182}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {11.8}Reading the electrical parameters from Python}{252}{section.11.8}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {11.8.1}Reading the electrical parameters}{252}{subsection.11.8.1}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {11.8.2}Python Code}{252}{subsection.11.8.2}\protected@file@percent } -\newlabel{sec:modbus-python-code}{{11.8.2}{252}{Python Code}{subsection.11.8.2}{}} +\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{11.{1}}{}}{243}{codemass.11.1}\protected@file@percent } +\@writefile{cod}{\contentsline {section}{\numberline {11.{1}}First 10 lines of the function for scifunc block}{243}{codemass.11.1}\protected@file@percent } +\newlabel{140@xvr}{{}{243}} +\newlabel{140@vr}{{}{243}} +\newlabel{sci:val-modbus}{{11.{1}}{243}{Scilab Code}{codemass.11.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read\textunderscore val.sce}{243}{lstlisting.11.-246}\protected@file@percent } +\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{11.{2}}{}}{243}{codemass.11.2}\protected@file@percent } +\@writefile{cod}{\contentsline {section}{\numberline {11.{2}}First 10 lines of the code for single phase current output}{243}{codemass.11.2}\protected@file@percent } +\newlabel{141@xvr}{{}{243}} +\newlabel{141@vr}{{}{243}} +\newlabel{sci:current-modbus}{{11.{2}}{243}{Scilab Code}{codemass.11.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read\textunderscore current.sci}{243}{lstlisting.11.-247}\protected@file@percent } +\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{11.{3}}{}}{244}{codemass.11.3}\protected@file@percent } +\@writefile{cod}{\contentsline {section}{\numberline {11.{3}}First 10 lines of the code for single phase voltage output}{244}{codemass.11.3}\protected@file@percent } +\newlabel{142@xvr}{{}{244}} +\newlabel{142@vr}{{}{244}} +\newlabel{sci:voltage-modbus}{{11.{3}}{244}{Scilab Code}{codemass.11.3}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read\textunderscore voltage.sci}{244}{lstlisting.11.-248}\protected@file@percent } +\@writefile{thm}{\contentsline {codemass}{{Scilab Code}{11.{4}}{}}{244}{codemass.11.4}\protected@file@percent } +\@writefile{cod}{\contentsline {section}{\numberline {11.{4}}First 10 lines of the code for single phase active power output}{244}{codemass.11.4}\protected@file@percent } +\newlabel{143@xvr}{{}{244}} +\newlabel{143@vr}{{}{244}} +\newlabel{sci:modbus-power}{{11.{4}}{244}{Scilab Code}{codemass.11.4}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read\textunderscore active\textunderscore power.sci}{244}{lstlisting.11.-249}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Note: }{244}{section*.173}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {11.8}{\ignorespaces Single phase current output on Scilab Console\relax }}{245}{figure.caption.174}\protected@file@percent } +\newlabel{fig:current-console}{{11.8}{245}{Single phase current output on Scilab Console\relax }{figure.caption.174}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {11.5.3}Output in the Scilab Console}{245}{subsection.11.5.3}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {11.9}{\ignorespaces Single phase current output in energy meter\relax }}{246}{figure.caption.175}\protected@file@percent } +\newlabel{fig:current-meter}{{11.9}{246}{Single phase current output in energy meter\relax }{figure.caption.175}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {11.10}{\ignorespaces Single phase voltage output on Scilab Console\relax }}{246}{figure.caption.176}\protected@file@percent } +\newlabel{fig:voltage-console}{{11.10}{246}{Single phase voltage output on Scilab Console\relax }{figure.caption.176}{}} +\@writefile{toc}{\contentsline {section}{\numberline {11.6}Reading the electrical parameters from Xcos}{246}{section.11.6}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {11.11}{\ignorespaces Single phase voltage output in energy meter\relax }}{247}{figure.caption.177}\protected@file@percent } +\newlabel{fig:voltage-meter}{{11.11}{247}{Single phase voltage output in energy meter\relax }{figure.caption.177}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {11.12}{\ignorespaces Single phase active power output on Scilab Console\relax }}{247}{figure.caption.178}\protected@file@percent } +\newlabel{fig:power-console}{{11.12}{247}{Single phase active power output on Scilab Console\relax }{figure.caption.178}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {11.13}{\ignorespaces Single phase active power output in energy meter\relax }}{248}{figure.caption.179}\protected@file@percent } +\newlabel{fig:power-meter}{{11.13}{248}{Single phase active power output in energy meter\relax }{figure.caption.179}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {11.14}{\ignorespaces Xcos diagram to read energy meter values}}{248}{figure.caption.180}\protected@file@percent } +\newlabel{145@xvr}{{}{248}} +\newlabel{145@vr}{{}{248}} +\newlabel{fig:mod-read}{{11.14}{248}{Xcos diagram to read energy meter values}{figure.caption.180}{}} +\@writefile{lot}{\contentsline {table}{\numberline {11.7}{\ignorespaces Xcos parameters to read energy meter values\relax }}{249}{table.caption.181}\protected@file@percent } +\newlabel{tab:mod-xcos-read}{{11.7}{249}{Xcos parameters to read energy meter values\relax }{table.caption.181}{}} +\@writefile{toc}{\contentsline {section}{\numberline {11.7}Manifestation of Modbus protocol through Python}{249}{section.11.7}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Note: }{249}{section*.182}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {11.8}Reading the electrical parameters from Python}{250}{section.11.8}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {11.8.1}Reading the electrical parameters}{250}{subsection.11.8.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {11.8.2}Python Code}{250}{subsection.11.8.2}\protected@file@percent } +\newlabel{sec:modbus-python-code}{{11.8.2}{250}{Python Code}{subsection.11.8.2}{}} \@writefile{pyd}{\addvspace {10pt}} -\@writefile{thm}{\contentsline {pymass}{{Python Code}{11.{1}}{}}{252}{pymass.11.1}\protected@file@percent } -\@writefile{pyd}{\contentsline {section}{\numberline {11.{1}}Code for Single Phase Current Output}{252}{pymass.11.1}\protected@file@percent } -\newlabel{146@xvr}{{}{252}} -\newlabel{146@vr}{{}{252}} -\newlabel{py:current-modbus}{{11.{1}}{252}{Python Code}{pymass.11.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/python/read\textunderscore current.py}{252}{lstlisting.11.-250}\protected@file@percent } -\@writefile{thm}{\contentsline {pymass}{{Python Code}{11.{2}}{}}{252}{pymass.11.2}\protected@file@percent } -\@writefile{pyd}{\contentsline {section}{\numberline {11.{2}}Code for Single Phase Voltage Output}{252}{pymass.11.2}\protected@file@percent } -\newlabel{147@xvr}{{}{252}} -\newlabel{147@vr}{{}{252}} -\newlabel{py:voltage-modbus}{{11.{2}}{252}{Python Code}{pymass.11.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/python/read\textunderscore voltage.py}{252}{lstlisting.11.-251}\protected@file@percent } -\@writefile{thm}{\contentsline {pymass}{{Python Code}{11.{3}}{}}{252}{pymass.11.3}\protected@file@percent } -\@writefile{pyd}{\contentsline {section}{\numberline {11.{3}}Code for Single Phase Active Power Output}{252}{pymass.11.3}\protected@file@percent } -\newlabel{148@xvr}{{}{252}} -\newlabel{148@vr}{{}{252}} -\newlabel{py:modbus-power}{{11.{3}}{252}{Python Code}{pymass.11.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/python/read\textunderscore active\textunderscore power.py}{252}{lstlisting.11.-252}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {11.9}Manifestation of Modbus protocol through Julia}{253}{section.11.9}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{Note: }{253}{section*.183}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {11.10}Reading the electrical parameters from Julia}{253}{section.11.10}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {11.10.1}Reading the electrical parameters}{253}{subsection.11.10.1}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {11.10.2}Julia Code}{254}{subsection.11.10.2}\protected@file@percent } -\newlabel{sec:modbus-julia-code}{{11.10.2}{254}{Julia Code}{subsection.11.10.2}{}} +\@writefile{thm}{\contentsline {pymass}{{Python Code}{11.{1}}{}}{250}{pymass.11.1}\protected@file@percent } +\@writefile{pyd}{\contentsline {section}{\numberline {11.{1}}Code for Single Phase Current Output}{250}{pymass.11.1}\protected@file@percent } +\newlabel{146@xvr}{{}{250}} +\newlabel{146@vr}{{}{250}} +\newlabel{py:current-modbus}{{11.{1}}{250}{Python Code}{pymass.11.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/python/read\textunderscore current.py}{250}{lstlisting.11.-250}\protected@file@percent } +\@writefile{thm}{\contentsline {pymass}{{Python Code}{11.{2}}{}}{250}{pymass.11.2}\protected@file@percent } +\@writefile{pyd}{\contentsline {section}{\numberline {11.{2}}Code for Single Phase Voltage Output}{250}{pymass.11.2}\protected@file@percent } +\newlabel{147@xvr}{{}{250}} +\newlabel{147@vr}{{}{250}} +\newlabel{py:voltage-modbus}{{11.{2}}{250}{Python Code}{pymass.11.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/python/read\textunderscore voltage.py}{250}{lstlisting.11.-251}\protected@file@percent } +\@writefile{thm}{\contentsline {pymass}{{Python Code}{11.{3}}{}}{250}{pymass.11.3}\protected@file@percent } +\@writefile{pyd}{\contentsline {section}{\numberline {11.{3}}Code for Single Phase Active Power Output}{250}{pymass.11.3}\protected@file@percent } +\newlabel{148@xvr}{{}{250}} +\newlabel{148@vr}{{}{250}} +\newlabel{py:modbus-power}{{11.{3}}{250}{Python Code}{pymass.11.3}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/python/read\textunderscore active\textunderscore power.py}{250}{lstlisting.11.-252}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {11.9}Manifestation of Modbus protocol through Julia}{251}{section.11.9}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Note: }{251}{section*.183}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {11.10}Reading the electrical parameters from Julia}{251}{section.11.10}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {11.10.1}Reading the electrical parameters}{251}{subsection.11.10.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {11.10.2}Julia Code}{252}{subsection.11.10.2}\protected@file@percent } +\newlabel{sec:modbus-julia-code}{{11.10.2}{252}{Julia Code}{subsection.11.10.2}{}} \@writefile{juliad}{\addvspace {10pt}} -\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{11.{1}}{}}{254}{juliamass.11.1}\protected@file@percent } -\@writefile{juliad}{\contentsline {section}{\numberline {11.{1}}Code for Single Phase Current Output}{254}{juliamass.11.1}\protected@file@percent } -\newlabel{149@xvr}{{}{254}} -\newlabel{149@vr}{{}{254}} -\newlabel{julia:current-modbus}{{11.{1}}{254}{Julia Code}{juliamass.11.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/julia/readCurrent.jl}{254}{lstlisting.11.-253}\protected@file@percent } -\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{11.{2}}{}}{254}{juliamass.11.2}\protected@file@percent } -\@writefile{juliad}{\contentsline {section}{\numberline {11.{2}}Code for Single Phase Voltage Output}{254}{juliamass.11.2}\protected@file@percent } -\newlabel{150@xvr}{{}{254}} -\newlabel{150@vr}{{}{254}} -\newlabel{julia:voltage-modbus}{{11.{2}}{254}{Julia Code}{juliamass.11.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/julia/readVoltage.jl}{254}{lstlisting.11.-254}\protected@file@percent } -\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{11.{3}}{}}{254}{juliamass.11.3}\protected@file@percent } -\@writefile{juliad}{\contentsline {section}{\numberline {11.{3}}First 10 lines of the code for Single Phase Active Power Output}{254}{juliamass.11.3}\protected@file@percent } -\newlabel{151@xvr}{{}{254}} -\newlabel{151@vr}{{}{254}} -\newlabel{julia:modbus-power}{{11.{3}}{254}{Julia Code}{juliamass.11.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/julia/readPower.jl}{254}{lstlisting.11.-255}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {11.11}Manifestation of Modbus protocol through OpenModelica}{255}{section.11.11}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{Note: }{255}{section*.184}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {11.12}Reading the electrical parameters from OpenModelica}{256}{section.11.12}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {11.12.1}Reading the electrical parameters}{256}{subsection.11.12.1}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {11.12.2}OpenModelica Code}{256}{subsection.11.12.2}\protected@file@percent } -\newlabel{sec:modbus-OpenModelica-code}{{11.12.2}{256}{OpenModelica Code}{subsection.11.12.2}{}} +\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{11.{1}}{}}{252}{juliamass.11.1}\protected@file@percent } +\@writefile{juliad}{\contentsline {section}{\numberline {11.{1}}Code for Single Phase Current Output}{252}{juliamass.11.1}\protected@file@percent } +\newlabel{149@xvr}{{}{252}} +\newlabel{149@vr}{{}{252}} +\newlabel{julia:current-modbus}{{11.{1}}{252}{Julia Code}{juliamass.11.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/julia/readCurrent.jl}{252}{lstlisting.11.-253}\protected@file@percent } +\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{11.{2}}{}}{252}{juliamass.11.2}\protected@file@percent } +\@writefile{juliad}{\contentsline {section}{\numberline {11.{2}}Code for Single Phase Voltage Output}{252}{juliamass.11.2}\protected@file@percent } +\newlabel{150@xvr}{{}{252}} +\newlabel{150@vr}{{}{252}} +\newlabel{julia:voltage-modbus}{{11.{2}}{252}{Julia Code}{juliamass.11.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/julia/readVoltage.jl}{252}{lstlisting.11.-254}\protected@file@percent } +\@writefile{thm}{\contentsline {juliamass}{{Julia Code}{11.{3}}{}}{252}{juliamass.11.3}\protected@file@percent } +\@writefile{juliad}{\contentsline {section}{\numberline {11.{3}}First 10 lines of the code for Single Phase Active Power Output}{252}{juliamass.11.3}\protected@file@percent } +\newlabel{151@xvr}{{}{252}} +\newlabel{151@vr}{{}{252}} +\newlabel{julia:modbus-power}{{11.{3}}{252}{Julia Code}{juliamass.11.3}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/julia/readPower.jl}{252}{lstlisting.11.-255}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {11.11}Manifestation of Modbus protocol through OpenModelica}{253}{section.11.11}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Note: }{253}{section*.184}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {11.12}Reading the electrical parameters from OpenModelica}{254}{section.11.12}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {11.12.1}Reading the electrical parameters}{254}{subsection.11.12.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {11.12.2}OpenModelica Code}{254}{subsection.11.12.2}\protected@file@percent } +\newlabel{sec:modbus-OpenModelica-code}{{11.12.2}{254}{OpenModelica Code}{subsection.11.12.2}{}} \@writefile{OpenModelicad}{\addvspace {10pt}} -\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{11.{1}}{}}{256}{OpenModelicamass.11.1}\protected@file@percent } -\@writefile{OpenModelicad}{\contentsline {section}{\numberline {11.{1}}Code for Single Phase Current Output}{256}{OpenModelicamass.11.1}\protected@file@percent } -\newlabel{152@xvr}{{}{256}} -\newlabel{152@vr}{{}{256}} -\newlabel{OpenModelica:current-modbus}{{11.{1}}{256}{OpenModelica Code}{OpenModelicamass.11.1}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/OpenModelica/readCurrent.mo}{256}{lstlisting.11.-256}\protected@file@percent } -\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{11.{2}}{}}{256}{OpenModelicamass.11.2}\protected@file@percent } -\@writefile{OpenModelicad}{\contentsline {section}{\numberline {11.{2}}Code for Single Phase Voltage Output}{256}{OpenModelicamass.11.2}\protected@file@percent } -\newlabel{153@xvr}{{}{256}} -\newlabel{153@vr}{{}{256}} -\newlabel{OpenModelica:voltage-modbus}{{11.{2}}{256}{OpenModelica Code}{OpenModelicamass.11.2}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/OpenModelica/readVoltage.mo}{256}{lstlisting.11.-257}\protected@file@percent } -\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{11.{3}}{}}{257}{OpenModelicamass.11.3}\protected@file@percent } -\@writefile{OpenModelicad}{\contentsline {section}{\numberline {11.{3}}Code for Single Phase Active Power Output}{257}{OpenModelicamass.11.3}\protected@file@percent } -\newlabel{154@xvr}{{}{257}} -\newlabel{154@vr}{{}{257}} -\newlabel{OpenModelica:modbus-power}{{11.{3}}{257}{OpenModelica Code}{OpenModelicamass.11.3}{}} -\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/OpenModelica/readPower.mo}{257}{lstlisting.11.-258}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {A}Procuring the Hardware}{259}{appendix.A}\protected@file@percent } +\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{11.{1}}{}}{254}{OpenModelicamass.11.1}\protected@file@percent } +\@writefile{OpenModelicad}{\contentsline {section}{\numberline {11.{1}}Code for Single Phase Current Output}{254}{OpenModelicamass.11.1}\protected@file@percent } +\newlabel{152@xvr}{{}{254}} +\newlabel{152@vr}{{}{254}} +\newlabel{OpenModelica:current-modbus}{{11.{1}}{254}{OpenModelica Code}{OpenModelicamass.11.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/OpenModelica/readCurrent.mo}{254}{lstlisting.11.-256}\protected@file@percent } +\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{11.{2}}{}}{254}{OpenModelicamass.11.2}\protected@file@percent } +\@writefile{OpenModelicad}{\contentsline {section}{\numberline {11.{2}}Code for Single Phase Voltage Output}{254}{OpenModelicamass.11.2}\protected@file@percent } +\newlabel{153@xvr}{{}{254}} +\newlabel{153@vr}{{}{254}} +\newlabel{OpenModelica:voltage-modbus}{{11.{2}}{254}{OpenModelica Code}{OpenModelicamass.11.2}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/OpenModelica/readVoltage.mo}{254}{lstlisting.11.-257}\protected@file@percent } +\@writefile{thm}{\contentsline {OpenModelicamass}{{OpenModelica Code}{11.{3}}{}}{255}{OpenModelicamass.11.3}\protected@file@percent } +\@writefile{OpenModelicad}{\contentsline {section}{\numberline {11.{3}}Code for Single Phase Active Power Output}{255}{OpenModelicamass.11.3}\protected@file@percent } +\newlabel{154@xvr}{{}{255}} +\newlabel{154@vr}{{}{255}} +\newlabel{OpenModelica:modbus-power}{{11.{3}}{255}{OpenModelica Code}{OpenModelicamass.11.3}{}} +\@writefile{lol}{\contentsline {lstlisting}{/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/OpenModelica/readPower.mo}{255}{lstlisting.11.-258}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {A}Procuring the Hardware}{257}{appendix.A}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\newlabel{shield-appendix}{{A}{259}{Procuring the Hardware}{appendix.A}{}} -\@writefile{lot}{\contentsline {table}{\numberline {A.1}{\ignorespaces Approximate cost of the components\relax }}{259}{table.caption.185}\protected@file@percent } -\newlabel{tab:cost}{{A.1}{259}{Approximate cost of the components\relax }{table.caption.185}{}} +\newlabel{shield-appendix}{{A}{257}{Procuring the Hardware}{appendix.A}{}} +\@writefile{lot}{\contentsline {table}{\numberline {A.1}{\ignorespaces Approximate cost of the components\relax }}{257}{table.caption.185}\protected@file@percent } +\newlabel{tab:cost}{{A.1}{257}{Approximate cost of the components\relax }{table.caption.185}{}} \citation{amazon-shield} \citation{flipkart-shield} \bibdata{bibliography.bib} @@ -1673,7 +1673,7 @@ \bibcite{scilab-ref}{12} \bibcite{scilab-interop}{13} \bibcite{xcos-ref}{14} -\@writefile{toc}{\contentsline {chapter}{\numberline {References}}{261}{appendix*.186}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {References}}{259}{appendix*.186}\protected@file@percent } \bibcite{python-ref}{15} \bibcite{pySerial}{16} \bibcite{julia-ref}{17} @@ -1689,3 +1689,4 @@ \bibcite{ieee-754-conv}{27} \bibcite{amazon-shield}{28} \bibcite{flipkart-shield}{29} +\gdef \@abspage@last{291} diff --git a/floss-arduino.cod b/floss-arduino.cod index 7419eb8..10a374b 100644 --- a/floss-arduino.cod +++ b/floss-arduino.cod @@ -24,11 +24,11 @@ \contentsline {section}{\numberline {9.{3}}Rotating the servomotor in steps of $20^\circ $}{184}{codemass.9.3}% \contentsline {section}{\numberline {9.{4}}Rotating the servomotor to a degree specified by the potentiometer}{184}{codemass.9.4}% \addvspace {10pt} -\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{214}{codemass.10.1}% -\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{214}{codemass.10.2}% -\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{215}{codemass.10.3}% -\addvspace {10pt} -\contentsline {section}{\numberline {11.{1}}First 10 lines of the function for scifunc block}{245}{codemass.11.1}% -\contentsline {section}{\numberline {11.{2}}First 10 lines of the code for single phase current output}{245}{codemass.11.2}% -\contentsline {section}{\numberline {11.{3}}First 10 lines of the code for single phase voltage output}{246}{codemass.11.3}% -\contentsline {section}{\numberline {11.{4}}First 10 lines of the code for single phase active power output}{246}{codemass.11.4}% +\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{212}{codemass.10.1}% +\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{212}{codemass.10.2}% +\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{213}{codemass.10.3}% +\addvspace {10pt} +\contentsline {section}{\numberline {11.{1}}First 10 lines of the function for scifunc block}{243}{codemass.11.1}% +\contentsline {section}{\numberline {11.{2}}First 10 lines of the code for single phase current output}{243}{codemass.11.2}% +\contentsline {section}{\numberline {11.{3}}First 10 lines of the code for single phase voltage output}{244}{codemass.11.3}% +\contentsline {section}{\numberline {11.{4}}First 10 lines of the code for single phase active power output}{244}{codemass.11.4}% diff --git a/floss-arduino.idx b/floss-arduino.idx index caaf400..92a94ab 100644 --- a/floss-arduino.idx +++ b/floss-arduino.idx @@ -1,5 +1,5 @@ -\indexentry{H-Bridge circuit DC motor|hyperpage}{205} -\indexentry{H-Bridge|hyperpage}{205} -\indexentry{L293D,L298|hyperpage}{205} -\indexentry{PCB breakout board|hyperpage}{205} -\indexentry{pulse width modulation, PWM|hyperpage}{205} +\indexentry{H-Bridge circuit DC motor|hyperpage}{203} +\indexentry{H-Bridge|hyperpage}{203} +\indexentry{L293D,L298|hyperpage}{203} +\indexentry{PCB breakout board|hyperpage}{203} +\indexentry{pulse width modulation, PWM|hyperpage}{203} diff --git a/floss-arduino.juliad b/floss-arduino.juliad index 5dfdd7b..37c9c09 100644 --- a/floss-arduino.juliad +++ b/floss-arduino.juliad @@ -14,17 +14,17 @@ \contentsline {section}{\numberline {7.{1}}Turning on LEDs depending on the potentiometer threshold}{147}{juliamass.7.1}% \addvspace {10pt} \contentsline {section}{\numberline {8.{1}}Read and display the thermistor values}{170}{juliamass.8.1}% -\contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{171}{juliamass.8.2}% +\contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{170}{juliamass.8.2}% \addvspace {10pt} \contentsline {section}{\numberline {9.{1}}Rotating the servomotor to a specified degree}{196}{juliamass.9.1}% -\contentsline {section}{\numberline {9.{2}}Rotating the servomotor to a specified degree and reversing}{197}{juliamass.9.2}% +\contentsline {section}{\numberline {9.{2}}Rotating the servomotor to a specified degree and reversing}{196}{juliamass.9.2}% \contentsline {section}{\numberline {9.{3}}Rotating the servomotor in steps of $20^\circ $}{197}{juliamass.9.3}% \contentsline {section}{\numberline {9.{4}}Rotating the servomotor to a degree specified by the potentiometer}{197}{juliamass.9.4}% \addvspace {10pt} -\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{226}{juliamass.10.1}% -\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{227}{juliamass.10.2}% -\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{227}{juliamass.10.3}% +\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{224}{juliamass.10.1}% +\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{225}{juliamass.10.2}% +\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{225}{juliamass.10.3}% \addvspace {10pt} -\contentsline {section}{\numberline {11.{1}}Code for Single Phase Current Output}{254}{juliamass.11.1}% -\contentsline {section}{\numberline {11.{2}}Code for Single Phase Voltage Output}{254}{juliamass.11.2}% -\contentsline {section}{\numberline {11.{3}}First 10 lines of the code for Single Phase Active Power Output}{254}{juliamass.11.3}% +\contentsline {section}{\numberline {11.{1}}Code for Single Phase Current Output}{252}{juliamass.11.1}% +\contentsline {section}{\numberline {11.{2}}Code for Single Phase Voltage Output}{252}{juliamass.11.2}% +\contentsline {section}{\numberline {11.{3}}First 10 lines of the code for Single Phase Active Power Output}{252}{juliamass.11.3}% diff --git a/floss-arduino.lof b/floss-arduino.lof index af97a4e..deb3be0 100644 --- a/floss-arduino.lof +++ b/floss-arduino.lof @@ -39,9 +39,9 @@ \contentsline {figure}{\numberline {3.24}{\ignorespaces Installing Python 3 on Windows\relax }}{44}{figure.caption.53}% \contentsline {figure}{\numberline {3.25}{\ignorespaces Launching the Command Prompt on Windows\relax }}{45}{figure.caption.54}% \contentsline {figure}{\numberline {3.26}{\ignorespaces Command Prompt on Windows\relax }}{45}{figure.caption.55}% -\contentsline {figure}{\numberline {3.27}{\ignorespaces Julia's website to download 64-bit Windows/Linux binaries\relax }}{50}{figure.caption.56}% +\contentsline {figure}{\numberline {3.27}{\ignorespaces Julia's website to download 64-bit Windows/Linux binaries\relax }}{49}{figure.caption.56}% \contentsline {figure}{\numberline {3.28}{\ignorespaces Installing Julia 1.6.0 on Windows\relax }}{50}{figure.caption.57}% -\contentsline {figure}{\numberline {3.29}{\ignorespaces Launching the Command Prompt on Windows\relax }}{51}{figure.caption.58}% +\contentsline {figure}{\numberline {3.29}{\ignorespaces Launching the Command Prompt on Windows\relax }}{50}{figure.caption.58}% \contentsline {figure}{\numberline {3.30}{\ignorespaces Command Prompt on Windows\relax }}{51}{figure.caption.59}% \contentsline {figure}{\numberline {3.31}{\ignorespaces Windows command prompt to launch Julia REPL\relax }}{52}{figure.caption.60}% \contentsline {figure}{\numberline {3.32}{\ignorespaces Windows command prompt to enter Pkg REPL in Julia\relax }}{53}{figure.caption.61}% @@ -49,14 +49,14 @@ \contentsline {figure}{\numberline {3.34}{\ignorespaces Linux terminal to enter Pkg REPL in Julia\relax }}{56}{figure.caption.63}% \contentsline {figure}{\numberline {3.35}{\ignorespaces Allowing Microsoft Defender to run the executable file\relax }}{59}{figure.caption.64}% \contentsline {figure}{\numberline {3.36}{\ignorespaces Setup of Modelica Standard Library version\relax }}{60}{figure.caption.65}% -\contentsline {figure}{\numberline {3.37}{\ignorespaces User Interface of OMEdit\relax }}{62}{figure.caption.66}% -\contentsline {figure}{\numberline {3.38}{\ignorespaces Opening a model in OMEdit\relax }}{63}{figure.caption.67}% -\contentsline {figure}{\numberline {3.39}{\ignorespaces Opening a model in diagram view in OMEdit\relax }}{64}{figure.caption.68}% -\contentsline {figure}{\numberline {3.40}{\ignorespaces Different views of a model in OMEdit\relax }}{64}{figure.caption.69}% -\contentsline {figure}{\numberline {3.41}{\ignorespaces Opening a model in text view in OMEdit\relax }}{65}{figure.caption.70}% +\contentsline {figure}{\numberline {3.37}{\ignorespaces User Interface of OMEdit\relax }}{61}{figure.caption.66}% +\contentsline {figure}{\numberline {3.38}{\ignorespaces Opening a model in OMEdit\relax }}{62}{figure.caption.67}% +\contentsline {figure}{\numberline {3.39}{\ignorespaces Opening a model in diagram view in OMEdit\relax }}{63}{figure.caption.68}% +\contentsline {figure}{\numberline {3.40}{\ignorespaces Different views of a model in OMEdit\relax }}{63}{figure.caption.69}% +\contentsline {figure}{\numberline {3.41}{\ignorespaces Opening a model in text view in OMEdit\relax }}{64}{figure.caption.70}% \contentsline {figure}{\numberline {3.42}{\ignorespaces Simulating a model in OMEdit\relax }}{65}{figure.caption.71}% \contentsline {figure}{\numberline {3.43}{\ignorespaces Output window of OMEdit\relax }}{66}{figure.caption.72}% -\contentsline {figure}{\numberline {3.44}{\ignorespaces Examples provided in the OpenModelica-Arduino toolbox\relax }}{68}{figure.caption.73}% +\contentsline {figure}{\numberline {3.44}{\ignorespaces Examples provided in the OpenModelica-Arduino toolbox\relax }}{67}{figure.caption.73}% \addvspace {10\p@ } \contentsline {figure}{\numberline {4.1}{\ignorespaces Light Emitting Diode\relax }}{69}{figure.caption.74}% \contentsline {figure}{\numberline {4.2}{\ignorespaces Internal connection diagram for the RGB LED on the shield\relax }}{70}{figure.caption.75}% @@ -111,28 +111,28 @@ \contentsline {figure}{\numberline {9.4}{\ignorespaces Rotating the servomotor by a fixed angle}}{185}{figure.caption.131}% \contentsline {figure}{\numberline {9.5}{\ignorespaces Rotating the servomotor forward and then reverse}}{186}{figure.caption.133}% \contentsline {figure}{\numberline {9.6}{\ignorespaces Rotating the servomotor in increments of $20^\circ $}}{187}{figure.caption.135}% -\contentsline {figure}{\numberline {9.7}{\ignorespaces Rotating the servomotor as suggested by the potentiometer}}{189}{figure.caption.137}% +\contentsline {figure}{\numberline {9.7}{\ignorespaces Rotating the servomotor as suggested by the potentiometer}}{188}{figure.caption.137}% \addvspace {10\p@ } -\contentsline {figure}{\numberline {10.1}{\ignorespaces L293D motor driver board\relax }}{206}{figure.caption.139}% -\contentsline {figure}{\numberline {10.2}{\ignorespaces PWM pins on an Arduino Uno\ board\relax }}{207}{figure.caption.141}% -\contentsline {figure}{\numberline {10.3}{\ignorespaces A schematic of DC motor connections\relax }}{208}{figure.caption.142}% -\contentsline {figure}{\numberline {10.4}{\ignorespaces How to connect the DC motor to the Arduino Uno\ board\relax }}{208}{figure.caption.143}% -\contentsline {figure}{\numberline {10.5}{\ignorespaces Control of DC motor for a specified time from Xcos}}{216}{figure.caption.147}% -\contentsline {figure}{\numberline {10.6}{\ignorespaces Xcos control of the DC motor in forward and reverse directions}}{217}{figure.caption.149}% -\contentsline {figure}{\numberline {10.7}{\ignorespaces Xcos control of the DC motor in both directions in a loop}}{218}{figure.caption.151}% +\contentsline {figure}{\numberline {10.1}{\ignorespaces L293D motor driver board\relax }}{204}{figure.caption.139}% +\contentsline {figure}{\numberline {10.2}{\ignorespaces PWM pins on an Arduino Uno\ board\relax }}{205}{figure.caption.141}% +\contentsline {figure}{\numberline {10.3}{\ignorespaces A schematic of DC motor connections\relax }}{206}{figure.caption.142}% +\contentsline {figure}{\numberline {10.4}{\ignorespaces How to connect the DC motor to the Arduino Uno\ board\relax }}{206}{figure.caption.143}% +\contentsline {figure}{\numberline {10.5}{\ignorespaces Control of DC motor for a specified time from Xcos}}{214}{figure.caption.147}% +\contentsline {figure}{\numberline {10.6}{\ignorespaces Xcos control of the DC motor in forward and reverse directions}}{215}{figure.caption.149}% +\contentsline {figure}{\numberline {10.7}{\ignorespaces Xcos control of the DC motor in both directions in a loop}}{216}{figure.caption.151}% \addvspace {10\p@ } -\contentsline {figure}{\numberline {11.1}{\ignorespaces Block diagram representation of the Protocol\relax }}{234}{figure.caption.159}% -\contentsline {figure}{\numberline {11.2}{\ignorespaces Cycle of query-response between master and slave\relax }}{234}{figure.caption.160}% -\contentsline {figure}{\numberline {11.3}{\ignorespaces Pins in RS485 module\relax }}{235}{figure.caption.162}% -\contentsline {figure}{\numberline {11.4}{\ignorespaces Block diagram for reading the parameters in energy meter\relax }}{240}{figure.caption.169}% -\contentsline {figure}{\numberline {11.5}{\ignorespaces Experimental set up for reading energy meter\relax }}{241}{figure.caption.170}% -\contentsline {figure}{\numberline {11.6}{\ignorespaces Flowchart of Arduino firmware\relax }}{242}{figure.caption.171}% -\contentsline {figure}{\numberline {11.7}{\ignorespaces Flowchart of the steps happening in the FLOSS code\relax }}{244}{figure.caption.172}% -\contentsline {figure}{\numberline {11.8}{\ignorespaces Single phase current output on Scilab Console\relax }}{247}{figure.caption.174}% -\contentsline {figure}{\numberline {11.9}{\ignorespaces Single phase current output in energy meter\relax }}{248}{figure.caption.175}% -\contentsline {figure}{\numberline {11.10}{\ignorespaces Single phase voltage output on Scilab Console\relax }}{248}{figure.caption.176}% -\contentsline {figure}{\numberline {11.11}{\ignorespaces Single phase voltage output in energy meter\relax }}{249}{figure.caption.177}% -\contentsline {figure}{\numberline {11.12}{\ignorespaces Single phase active power output on Scilab Console\relax }}{249}{figure.caption.178}% -\contentsline {figure}{\numberline {11.13}{\ignorespaces Single phase active power output in energy meter\relax }}{250}{figure.caption.179}% -\contentsline {figure}{\numberline {11.14}{\ignorespaces Xcos diagram to read energy meter values}}{250}{figure.caption.180}% +\contentsline {figure}{\numberline {11.1}{\ignorespaces Block diagram representation of the Protocol\relax }}{232}{figure.caption.159}% +\contentsline {figure}{\numberline {11.2}{\ignorespaces Cycle of query-response between master and slave\relax }}{232}{figure.caption.160}% +\contentsline {figure}{\numberline {11.3}{\ignorespaces Pins in RS485 module\relax }}{233}{figure.caption.162}% +\contentsline {figure}{\numberline {11.4}{\ignorespaces Block diagram for reading the parameters in energy meter\relax }}{238}{figure.caption.169}% +\contentsline {figure}{\numberline {11.5}{\ignorespaces Experimental set up for reading energy meter\relax }}{239}{figure.caption.170}% +\contentsline {figure}{\numberline {11.6}{\ignorespaces Flowchart of Arduino firmware\relax }}{240}{figure.caption.171}% +\contentsline {figure}{\numberline {11.7}{\ignorespaces Flowchart of the steps happening in the FLOSS code\relax }}{242}{figure.caption.172}% +\contentsline {figure}{\numberline {11.8}{\ignorespaces Single phase current output on Scilab Console\relax }}{245}{figure.caption.174}% +\contentsline {figure}{\numberline {11.9}{\ignorespaces Single phase current output in energy meter\relax }}{246}{figure.caption.175}% +\contentsline {figure}{\numberline {11.10}{\ignorespaces Single phase voltage output on Scilab Console\relax }}{246}{figure.caption.176}% +\contentsline {figure}{\numberline {11.11}{\ignorespaces Single phase voltage output in energy meter\relax }}{247}{figure.caption.177}% +\contentsline {figure}{\numberline {11.12}{\ignorespaces Single phase active power output on Scilab Console\relax }}{247}{figure.caption.178}% +\contentsline {figure}{\numberline {11.13}{\ignorespaces Single phase active power output in energy meter\relax }}{248}{figure.caption.179}% +\contentsline {figure}{\numberline {11.14}{\ignorespaces Xcos diagram to read energy meter values}}{248}{figure.caption.180}% \addvspace {10\p@ } diff --git a/floss-arduino.log b/floss-arduino.log index 2f8af26..39f8568 100644 --- a/floss-arduino.log +++ b/floss-arduino.log @@ -1,31 +1,31 @@ -This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex 2020.11.5) 8 FEB 2023 23:41 +This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdflatex 2022.4.12) 21 MAY 2023 14:50 entering extended mode restricted \write18 enabled. %&-line parsing enabled. **floss-arduino.tex (./floss-arduino.tex -LaTeX2e <2020-02-02> patch level 2 -L3 programming layer <2020-02-14> +LaTeX2e <2020-10-01> patch level 4 +L3 programming layer <2021-01-09> xparse <2020-03-03> (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls -Document Class: book 2019/12/20 v1.4l Standard LaTeX document class +Document Class: book 2020/04/10 v1.4m Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/bk11.clo -File: bk11.clo 2019/12/20 v1.4l Standard LaTeX file (size option) -) -\c@part=\count167 -\c@chapter=\count168 -\c@section=\count169 -\c@subsection=\count170 -\c@subsubsection=\count171 -\c@paragraph=\count172 -\c@subparagraph=\count173 -\c@figure=\count174 -\c@table=\count175 +File: bk11.clo 2020/04/10 v1.4m Standard LaTeX file (size option) +) +\c@part=\count177 +\c@chapter=\count178 +\c@section=\count179 +\c@subsection=\count180 +\c@subsubsection=\count181 +\c@paragraph=\count182 +\c@subparagraph=\count183 +\c@figure=\count184 +\c@table=\count185 \abovecaptionskip=\skip47 \belowcaptionskip=\skip48 -\bibindent=\dimen134 +\bibindent=\dimen138 ) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -Package: color 2019/11/23 v1.2a Standard LaTeX Color (DPC) +Package: color 2020/02/24 v1.2b Standard LaTeX Color (DPC) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg File: color.cfg 2016/01/02 v1.6 sample color configuration @@ -33,12 +33,12 @@ File: color.cfg 2016/01/02 v1.6 sample color configuration Package color Info: Driver file: pdftex.def on input line 147. (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def -File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex +File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex )) (/usr/share/texlive/texmf-dist/tex/latex/layouts/layouts.sty Package: layouts 2009/09/02 v2.6d graphical depiction of document elements \l@ylen=\skip49 -\layoutsbox=\box45 +\layoutsbox=\box47 \l@youtunitlength=\skip50 \l@youtlinethick=\skip51 \l@youtlinethickii=\skip52 @@ -57,57 +57,57 @@ Package: layouts 2009/09/02 v2.6d graphical depiction of document elements \l@yptsep=\skip65 \l@ypsep=\skip66 \l@yitmsep=\skip67 -\l@ytok=\toks14 -\l@youtpw=\count176 -\l@youtph=\count177 -\l@youthpi=\count178 -\l@youthpii=\count179 -\l@youthpiii=\count180 -\l@youthpiv=\count181 -\l@youthpv=\count182 -\l@youthpvi=\count183 -\l@youthpvii=\count184 -\l@youtparskip=\count185 -\l@youtvpi=\count186 -\l@youtvpii=\count187 -\l@youtvpiii=\count188 -\l@youtvpiv=\count189 -\l@youtvpv=\count190 -\l@youtvpvi=\count191 -\l@youtvpvii=\count192 -\l@youthdo=\count193 -\l@youthdi=\count194 -\l@youthdii=\count195 -\l@youthdiii=\count196 -\l@youthdiv=\count197 -\l@youthdv=\count198 -\l@youthdvi=\count199 -\l@youthdvii=\count266 -\l@youtvdo=\count267 -\l@youtvdi=\count268 -\l@youtvdii=\count269 -\l@youtvdiii=\count270 -\l@youtvdiv=\count271 -\l@youtvdv=\count272 -\l@youtvdvi=\count273 -\l@youtvdvii=\count274 -\l@youtvdviii=\count275 -\l@youtxci=\count276 -\l@youtxcii=\count277 -\l@youtxciii=\count278 -\l@youtxciv=\count279 -\l@youtxcv=\count280 -\l@youtxcvi=\count281 -\l@youtyci=\count282 -\l@youtycii=\count283 -\l@youtyciii=\count284 -\l@youtyciv=\count285 -\l@youtycv=\count286 -\l@youtycvi=\count287 -\l@youtycvii=\count288 -\l@youtycviii=\count289 -\l@youtxco=\count290 -\l@youtyco=\count291 +\l@ytok=\toks15 +\l@youtpw=\count186 +\l@youtph=\count187 +\l@youthpi=\count188 +\l@youthpii=\count189 +\l@youthpiii=\count190 +\l@youthpiv=\count191 +\l@youthpv=\count192 +\l@youthpvi=\count193 +\l@youthpvii=\count194 +\l@youtparskip=\count195 +\l@youtvpi=\count196 +\l@youtvpii=\count197 +\l@youtvpiii=\count198 +\l@youtvpiv=\count199 +\l@youtvpv=\count266 +\l@youtvpvi=\count267 +\l@youtvpvii=\count268 +\l@youthdo=\count269 +\l@youthdi=\count270 +\l@youthdii=\count271 +\l@youthdiii=\count272 +\l@youthdiv=\count273 +\l@youthdv=\count274 +\l@youthdvi=\count275 +\l@youthdvii=\count276 +\l@youtvdo=\count277 +\l@youtvdi=\count278 +\l@youtvdii=\count279 +\l@youtvdiii=\count280 +\l@youtvdiv=\count281 +\l@youtvdv=\count282 +\l@youtvdvi=\count283 +\l@youtvdvii=\count284 +\l@youtvdviii=\count285 +\l@youtxci=\count286 +\l@youtxcii=\count287 +\l@youtxciii=\count288 +\l@youtxciv=\count289 +\l@youtxcv=\count290 +\l@youtxcvi=\count291 +\l@youtyci=\count292 +\l@youtycii=\count293 +\l@youtyciii=\count294 +\l@youtyciv=\count295 +\l@youtycv=\count296 +\l@youtycvi=\count297 +\l@youtycvii=\count298 +\l@youtycviii=\count299 +\l@youtxco=\count300 +\l@youtyco=\count301 \l@ytempdima=\skip68 \stockwidth=\skip69 \stockheight=\skip70 @@ -120,14 +120,14 @@ Package: layouts 2009/09/02 v2.6d graphical depiction of document elements Package: morefloats 2015/07/22 v1.0h Raise limit of unprocessed floats (HMM) (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -Package: kvoptions 2019/11/29 v3.13 Key value format for package options (HO) +Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks15 +\KV@toks@=\toks16 ) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -Package: ltxcmds 2019/12/15 v1.24 LaTeX kernel commands for general use (HO) +Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO) ) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) @@ -143,7 +143,7 @@ Package: paralist 2017/01/22 v2.7 Extended list environments \plpartopsep=\skip76 \plitemsep=\skip77 \plparsep=\skip78 -\pl@lab=\toks16 +\pl@lab=\toks17 ) (/usr/share/texlive/texmf-dist/tex/latex/chngcntr/chngcntr.sty Package: chngcntr 2018/04/09 v1.1a change counter resetting @@ -151,8 +151,8 @@ Package chngcntr Info: \counterwithout already defined. (chngcntr) Quitting chngcntr on input line 21. ) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -Package: fancyhdr 2019/01/31 v3.10 Extensive control of page headers and footer -s +Package: fancyhdr 2021/01/04 v4.0 Extensive control of page headers and footers + \f@nch@headwidth=\skip79 \f@nch@O@elh=\skip80 \f@nch@O@erh=\skip81 @@ -164,7 +164,7 @@ s \f@nch@O@orf=\skip87 ) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty -Package: amsmath 2020/01/20 v2.17e AMS math features +Package: amsmath 2020/09/23 v2.17i AMS math features \@mathmargin=\skip88 For additional information on amsmath, use the `?' option. @@ -173,59 +173,59 @@ Package: amstext 2000/06/29 v2.01 AMS text (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty File: amsgen.sty 1999/11/30 v2.0 generic functions -\@emptytoks=\toks17 -\ex@=\dimen135 +\@emptytoks=\toks18 +\ex@=\dimen139 )) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty Package: amsbsy 1999/11/29 v1.2d Bold Symbols -\pmbraise@=\dimen136 +\pmbraise@=\dimen140 ) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty Package: amsopn 2016/03/08 v2.02 operator names ) -\inf@bad=\count292 -LaTeX Info: Redefining \frac on input line 227. -\uproot@=\count293 -\leftroot@=\count294 -LaTeX Info: Redefining \overline on input line 389. -\classnum@=\count295 -\DOTSCASE@=\count296 -LaTeX Info: Redefining \ldots on input line 486. -LaTeX Info: Redefining \dots on input line 489. -LaTeX Info: Redefining \cdots on input line 610. -\Mathstrutbox@=\box46 -\strutbox@=\box47 -\big@size=\dimen137 -LaTeX Font Info: Redeclaring font encoding OML on input line 733. -LaTeX Font Info: Redeclaring font encoding OMS on input line 734. -\macc@depth=\count297 -\c@MaxMatrixCols=\count298 +\inf@bad=\count302 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count303 +\leftroot@=\count304 +LaTeX Info: Redefining \overline on input line 399. +\classnum@=\count305 +\DOTSCASE@=\count306 +LaTeX Info: Redefining \ldots on input line 496. +LaTeX Info: Redefining \dots on input line 499. +LaTeX Info: Redefining \cdots on input line 620. +\Mathstrutbox@=\box48 +\strutbox@=\box49 +\big@size=\dimen141 +LaTeX Font Info: Redeclaring font encoding OML on input line 743. +LaTeX Font Info: Redeclaring font encoding OMS on input line 744. +\macc@depth=\count307 +\c@MaxMatrixCols=\count308 \dotsspace@=\muskip16 -\c@parentequation=\count299 -\dspbrk@lvl=\count300 -\tag@help=\toks18 -\row@=\count301 -\column@=\count302 -\maxfields@=\count303 -\andhelp@=\toks19 -\eqnshift@=\dimen138 -\alignsep@=\dimen139 -\tagshift@=\dimen140 -\tagwidth@=\dimen141 -\totwidth@=\dimen142 -\lineht@=\dimen143 -\@envbody=\toks20 +\c@parentequation=\count309 +\dspbrk@lvl=\count310 +\tag@help=\toks19 +\row@=\count311 +\column@=\count312 +\maxfields@=\count313 +\andhelp@=\toks20 +\eqnshift@=\dimen142 +\alignsep@=\dimen143 +\tagshift@=\dimen144 +\tagwidth@=\dimen145 +\totwidth@=\dimen146 +\lineht@=\dimen147 +\@envbody=\toks21 \multlinegap=\skip89 \multlinetaggap=\skip90 -\mathdisplay@stack=\toks21 -LaTeX Info: Redefining \[ on input line 2859. -LaTeX Info: Redefining \] on input line 2860. +\mathdisplay@stack=\toks22 +LaTeX Info: Redefining \[ on input line 2923. +LaTeX Info: Redefining \] on input line 2924. ) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR) +Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR) +Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR) (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty Package: trig 2016/01/03 v1.10 sin cos tan (DPC) @@ -235,8 +235,8 @@ File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration ) Package graphics Info: Driver file: pdftex.def on input line 105. ) -\Gin@req@height=\dimen144 -\Gin@req@width=\dimen145 +\Gin@req@height=\dimen148 +\Gin@req@width=\dimen149 ) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty Package: makeidx 2014/09/29 v1.0m Standard LaTeX package @@ -245,13 +245,13 @@ Package: makeidx 2014/09/29 v1.0m Standard LaTeX package Package: fancybox 2010/05/15 1.4 Style option: `fancybox' v1.4 <2010/05/15> (tvz) -\@fancybox=\box48 -\shadowsize=\dimen146 -\@Sbox=\box49 -\do@VerbBox=\toks22 -\the@fancyput=\toks23 -\this@fancyput=\toks24 -\EndVerbatimTokens=\toks25 +\@fancybox=\box50 +\shadowsize=\dimen150 +\@Sbox=\box51 +\do@VerbBox=\toks23 +\the@fancyput=\toks24 +\this@fancyput=\toks25 +\EndVerbatimTokens=\toks26 \Verbatim@Outfile=\write3 \Verbatim@Infile=\read2 ) (/usr/share/texlive/texmf-dist/tex/latex/cite/cite.sty @@ -260,13 +260,13 @@ LaTeX Info: Redefining \nocite on input line 332. Package: cite 2015/02/27 v 5.5 ) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -Package: hyperref 2020/01/14 v7.00d Hypertext links for LaTeX +Package: hyperref 2020-05-15 v7.00e Hypertext links for LaTeX (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -Package: iftex 2019/11/07 v1.0c TeX engine tests +Package: iftex 2020/03/06 v1.0d TeX engine tests ) -(/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty -Package: pdftexcmds 2019/11/24 v0.31 Utility functions of pdfTeX for LuaTeX (HO +(/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO ) (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty @@ -291,12 +291,12 @@ Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) ) -\@linkdim=\dimen147 -\Hy@linkcounter=\count304 -\Hy@pagecounter=\count305 +\@linkdim=\dimen151 +\Hy@linkcounter=\count314 +\Hy@pagecounter=\count315 (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def -File: pd1enc.def 2020/01/14 v7.00d Hyperref: PDFDocEncoding definition (HO) +File: pd1enc.def 2020-05-15 v7.00e Hyperref: PDFDocEncoding definition (HO) Now handling font encoding PD1 ... ... no UTF-8 mapping file for font encoding PD1 ) @@ -306,23 +306,22 @@ Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO) ) -\Hy@SavedSpaceFactor=\count306 -\pdfmajorversion=\count307 -Package hyperref Info: Hyper figures OFF on input line 4547. -Package hyperref Info: Link nesting OFF on input line 4552. -Package hyperref Info: Hyper index ON on input line 4555. -Package hyperref Info: Plain pages OFF on input line 4562. -Package hyperref Info: Backreferencing OFF on input line 4567. +\Hy@SavedSpaceFactor=\count316 +Package hyperref Info: Hyper figures OFF on input line 4464. +Package hyperref Info: Link nesting OFF on input line 4469. +Package hyperref Info: Hyper index ON on input line 4472. +Package hyperref Info: Plain pages OFF on input line 4479. +Package hyperref Info: Backreferencing OFF on input line 4484. Package hyperref Info: Implicit mode ON; LaTeX internals redefined. -Package hyperref Info: Bookmarks ON on input line 4800. -\c@Hy@tempcnt=\count308 +Package hyperref Info: Bookmarks ON on input line 4717. +\c@Hy@tempcnt=\count317 (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty \Urlmuskip=\muskip17 Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. ) -LaTeX Info: Redefining \url on input line 5159. -\XeTeXLinkMargin=\dimen148 +LaTeX Info: Redefining \url on input line 5076. +\XeTeXLinkMargin=\dimen152 (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) @@ -331,37 +330,40 @@ Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO ) )) -\Fld@menulength=\count309 -\Field@Width=\dimen149 -\Fld@charsize=\dimen150 -Package hyperref Info: Hyper figures OFF on input line 6430. -Package hyperref Info: Link nesting OFF on input line 6435. -Package hyperref Info: Hyper index ON on input line 6438. -Package hyperref Info: backreferencing OFF on input line 6445. -Package hyperref Info: Link coloring OFF on input line 6450. -Package hyperref Info: Link coloring with OCG OFF on input line 6455. -Package hyperref Info: PDF/A mode OFF on input line 6460. -LaTeX Info: Redefining \ref on input line 6500. -LaTeX Info: Redefining \pageref on input line 6504. - -(/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -Package: atbegshi 2019/12/05 v1.19 At begin shipout hook (HO) -) -\Hy@abspage=\count310 -\c@Item=\count311 -\c@Hfootnote=\count312 +\Fld@menulength=\count318 +\Field@Width=\dimen153 +\Fld@charsize=\dimen154 +Package hyperref Info: Hyper figures OFF on input line 6347. +Package hyperref Info: Link nesting OFF on input line 6352. +Package hyperref Info: Hyper index ON on input line 6355. +Package hyperref Info: backreferencing OFF on input line 6362. +Package hyperref Info: Link coloring OFF on input line 6367. +Package hyperref Info: Link coloring with OCG OFF on input line 6372. +Package hyperref Info: PDF/A mode OFF on input line 6377. +LaTeX Info: Redefining \ref on input line 6417. +LaTeX Info: Redefining \pageref on input line 6421. + +(/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty +Package: atbegshi-ltx 2020/08/17 v1.0a Emulation of the original atbegshi packa +ge +with kernel methods +) +\Hy@abspage=\count319 +\c@Item=\count320 +\c@Hfootnote=\count321 ) Package hyperref Info: Driver (autodetected): hpdftex. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def -File: hpdftex.def 2020/01/14 v7.00d Hyperref driver for pdfTeX +File: hpdftex.def 2020-05-15 v7.00e Hyperref driver for pdfTeX -(/usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty -Package: atveryend 2019-12-11 v1.11 Hooks at the very end of document (HO) -Package atveryend Info: \enddocument detected (standard20110627). +(/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty +Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atvery packag +e +with kernel methods ) -\Fld@listcount=\count313 -\c@bookmark@seq@number=\count314 +\Fld@listcount=\count322 +\c@bookmark@seq@number=\count323 (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO) @@ -378,78 +380,76 @@ Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 Package: subfig 2005/06/28 ver: 1.3 subfig package (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty -Package: caption 2020/01/03 v3.4h Customizing captions (AR) +Package: caption 2020/10/26 v3.5g Customizing captions (AR) (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty -Package: caption3 2020/01/03 v1.8h caption3 kernel (AR) -Package caption3 Info: TeX engine: e-TeX on input line 61. -\captionmargin=\dimen151 -\captionmargin@=\dimen152 -\captionwidth=\dimen153 -\caption@tempdima=\dimen154 -\caption@indent=\dimen155 -\caption@parindent=\dimen156 -\caption@hangindent=\dimen157 +Package: caption3 2020/10/21 v2.2e caption3 kernel (AR) +\captionmargin=\dimen155 +\captionmargin@=\dimen156 +\captionwidth=\dimen157 +\caption@tempdima=\dimen158 +\caption@indent=\dimen159 +\caption@parindent=\dimen160 +\caption@hangindent=\dimen161 Package caption Info: Standard document class detected. ) -\c@caption@flags=\count315 -\c@continuedfloat=\count316 +\c@caption@flags=\count324 +\c@continuedfloat=\count325 Package caption Info: hyperref package is loaded. ) -\c@KVtest=\count317 +\c@KVtest=\count326 \sf@farskip=\skip92 -\sf@captopadj=\dimen158 +\sf@captopadj=\dimen162 \sf@capskip=\skip93 \sf@nearskip=\skip94 -\c@subfigure=\count318 -\c@subfigure@save=\count319 -\c@lofdepth=\count320 -\c@subtable=\count321 -\c@subtable@save=\count322 -\c@lotdepth=\count323 +\c@subfigure=\count327 +\c@subfigure@save=\count328 +\c@lofdepth=\count329 +\c@subtable=\count330 +\c@subtable@save=\count331 +\c@lotdepth=\count332 \sf@top=\skip95 \sf@bottom=\skip96 ) (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty -\lst@mode=\count324 -\lst@gtempboxa=\box50 -\lst@token=\toks26 -\lst@length=\count325 -\lst@currlwidth=\dimen159 -\lst@column=\count326 -\lst@pos=\count327 -\lst@lostspace=\dimen160 -\lst@width=\dimen161 -\lst@newlines=\count328 -\lst@lineno=\count329 -\lst@maxwidth=\dimen162 +\lst@mode=\count333 +\lst@gtempboxa=\box52 +\lst@token=\toks27 +\lst@length=\count334 +\lst@currlwidth=\dimen163 +\lst@column=\count335 +\lst@pos=\count336 +\lst@lostspace=\dimen164 +\lst@width=\dimen165 +\lst@newlines=\count337 +\lst@lineno=\count338 +\lst@maxwidth=\dimen166 (/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty -File: lstmisc.sty 2019/09/10 1.8c (Carsten Heinz) -\c@lstnumber=\count330 -\lst@skipnumbers=\count331 -\lst@framebox=\box51 +File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz) +\c@lstnumber=\count339 +\lst@skipnumbers=\count340 +\lst@framebox=\box53 ) (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg -File: listings.cfg 2019/09/10 1.8c listings configuration +File: listings.cfg 2020/03/24 1.8d listings configuration )) -Package: listings 2019/09/10 1.8c (Carsten Heinz) +Package: listings 2020/03/24 1.8d (Carsten Heinz) (/usr/share/texlive/texmf-dist/tex/latex/tools/varioref.sty -Package: varioref 2020/01/23 v1.6c package for extended references (FMi) -\c@vrcnt=\count332 +Package: varioref 2020/08/11 v1.6e package for extended references (FMi) +\c@vrcnt=\count341 ) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -Package: fontenc 2020/02/11 v2.0o Standard LaTeX package -) -(/usr/share/texlive/texmf-dist/tex/latex/bera/beramono.sty +Package: fontenc 2020/08/10 v2.0s Standard LaTeX package +) (./beramono.sty Package: beramono 2004/01/31 (WaS) ) (/usr/share/texlive/texmf-dist/tex/latex/seqsplit/seqsplit.sty Package: seqsplit 2006/08/07 v0.1 Splitting long sequences (DNA, RNA, proteins, etc.) ) -(/usr/share/texlive/texmf-dist/tex/latex/tfrupee/tfrupee.sty +(/usr/share/texmf/tex/latex/tfrupee/tfrupee.sty Package: tfrupee 2010/12/15 LaTeX Support for the TechFat Rupee symbols by Tech Fat (http://techfat.blogspot.com/2010/07/new-open-source-india-rupee-font.html) . Adapted for use with TeX by Palle Jorgensen, hamselv(a)pallej.dk @@ -460,71 +460,71 @@ Package: textcomp 2020/02/02 v2.0n Standard LaTeX package (/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty Package: xspace 2014/10/28 v1.13 Space after command names (DPC,MH) ) -(/home/fossee/Desktop/FLOSS-Arduino-Book/suppl/styles.tex +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/suppl/styles.tex (/usr/share/texlive/texmf-dist/tex/latex/ntheorem/ntheorem.sty Style `ntheorem', Version 1.33 <2011/08/15> Package: ntheorem 2011/08/15 1.33 (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) ) -\theorem@style=\toks27 -\theorem@@style=\toks28 -\theorembodyfont=\toks29 -\theoremnumbering=\toks30 +\theorem@style=\toks28 +\theorem@@style=\toks29 +\theorembodyfont=\toks30 +\theoremnumbering=\toks31 \theorempreskipamount=\skip97 \theorempostskipamount=\skip98 \theoremframepreskipamount=\skip99 \theoremframepostskipamount=\skip100 \theoreminframepreskipamount=\skip101 \theoreminframepostskipamount=\skip102 -\theorem@preskip=\toks31 -\theorem@postskip=\toks32 -\theorem@framepreskip=\toks33 -\theorem@framepostskip=\toks34 -\theorem@inframepreskip=\toks35 -\theorem@inframepostskip=\toks36 -\theoremindent=\dimen163 -\theorem@indent=\dimen164 -\theoremrightindent=\dimen165 -\theorem@rightindent=\dimen166 -\theoremheaderfont=\toks37 -\theoremseparator=\toks38 -\theoremprework=\toks39 -\theorempostwork=\toks40 -\theoremsymbol=\toks41 -\qedsymbol=\toks42 -\theoremkeyword=\toks43 -\qedsymbol=\toks44 +\theorem@preskip=\toks32 +\theorem@postskip=\toks33 +\theorem@framepreskip=\toks34 +\theorem@framepostskip=\toks35 +\theorem@inframepreskip=\toks36 +\theorem@inframepostskip=\toks37 +\theoremindent=\dimen167 +\theorem@indent=\dimen168 +\theoremrightindent=\dimen169 +\theorem@rightindent=\dimen170 +\theoremheaderfont=\toks38 +\theoremseparator=\toks39 +\theoremprework=\toks40 +\theorempostwork=\toks41 +\theoremsymbol=\toks42 +\qedsymbol=\toks43 +\theoremkeyword=\toks44 +\qedsymbol=\toks45 \thm@topsep=\skip103 \thm@topsepadd=\skip104 ) -\c@codemass=\count333 -\c@ardmass=\count334 -\c@pymass=\count335 -\c@juliamass=\count336 -\c@OpenModelicamass=\count337 +\c@codemass=\count342 +\c@ardmass=\count343 +\c@pymass=\count344 +\c@juliamass=\count345 +\c@OpenModelicamass=\count346 (/usr/share/texlive/texmf-dist/tex/latex/listings/lstlang1.sty -File: lstlang1.sty 2019/09/10 1.8c listings language file +File: lstlang1.sty 2020/03/24 1.8d listings language file ) (/usr/share/texlive/texmf-dist/tex/latex/listings/lstlang1.sty -File: lstlang1.sty 2019/09/10 1.8c listings language file +File: lstlang1.sty 2020/03/24 1.8d listings language file ) (/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty -File: lstmisc.sty 2019/09/10 1.8c (Carsten Heinz) +File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz) ) (/usr/share/texlive/texmf-dist/tex/latex/tools/theorem.sty) -\c@egmass=\count338 +\c@egmass=\count347 ) \@indexfile=\write4 \openout4 = `floss-arduino.idx'. Writing index file floss-arduino.idx -(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def -File: l3backend-pdfmode.def 2020-02-03 L3 backend support: PDF mode -\l__kernel_color_stack_int=\count339 -\l__pdf_internal_box=\box52 +(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2020-01-29 L3 backend support: PDF output (pdfTeX) +\l__color_backend_stack_int=\count348 +\l__pdf_internal_box=\box54 ) (./floss-arduino.aux) \openout1 = `floss-arduino.aux'. @@ -548,17 +548,17 @@ LaTeX Font Info: ... okay on input line 117. (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] -\scratchcounter=\count340 -\scratchdimen=\dimen167 -\scratchbox=\box53 -\nofMPsegments=\count341 -\nofMParguments=\count342 -\everyMPshowfont=\toks45 -\MPscratchCnt=\count343 -\MPscratchDim=\dimen168 -\MPnumerator=\count344 -\makeMPintoPDFobject=\count345 -\everyMPtoPDFconversion=\toks46 +\scratchcounter=\count349 +\scratchdimen=\dimen171 +\scratchbox=\box55 +\nofMPsegments=\count350 +\nofMParguments=\count351 +\everyMPshowfont=\toks46 +\MPscratchCnt=\count352 +\MPscratchDim=\dimen172 +\MPnumerator=\count353 +\makeMPintoPDFobject=\count354 +\everyMPtoPDFconversion=\toks47 ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 @@ -571,7 +571,6 @@ e Package layouts Warning: Layout scale set to 0.5 on input line 117. -\AtBeginShipoutBox=\box54 Package hyperref Warning: Height of page (\stockheight) is invalid (0.0pt), (hyperref) using 11in. @@ -586,7 +585,7 @@ Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) ) -\c@section@level=\count346 +\c@section@level=\count355 LaTeX Info: Redefining \Ref on input line 520. ) LaTeX Info: Redefining \ref on input line 117. @@ -602,7 +601,7 @@ Package caption Info: Begin \AtBeginDocument code. Package caption Info: subfig package v1.3 is loaded. Package caption Info: listings package is loaded. Package caption Info: End \AtBeginDocument code. -\c@lstlisting=\count347 +\c@lstlisting=\count356 (./suppl/title-all.tex <suppl/fossee_logo_hi.png, id=868, 753.2943pt x 277.9986pt> File: suppl/fossee_logo_hi.png Graphic file (type png) @@ -698,9 +697,12 @@ Underfull \hbox (badness 5403) in paragraph at lines 16--17 LaTeX Font Info: Trying to load font information for T1+fvm on input line 39 . -(/usr/share/texlive/texmf-dist/tex/latex/bera/t1fvm.fd -File: t1fvm.fd 2004/09/07 scalable font definitions for T1/fvm. -) [11] +LaTeX Font Info: No file T1fvm.fd. on input line 39. + +LaTeX Font Warning: Font shape `T1/fvm/m/n' undefined +(Font) using `T1/cmr/m/n' instead on input line 39. + +[11] Underfull \hbox (badness 10000) in paragraph at lines 52--57 [] @@ -709,7 +711,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 52--57 ] [14] Overfull \hbox (4.98741pt too wide) in paragraph at lines 93--93 - [][] [][]\T1/cmr/m/n/10.95 Turning LEDs on through Xcos de-pend-ing on the po- + [][] [][]\T1/fvm/m/n/10.95 Turning LEDs on through Xcos de-pend-ing on the po- ten-tiome-ter thresh- [] @@ -766,7 +768,7 @@ Underfull \vbox (badness 10000) has occurred while \output is active [] Chapter 1. Overfull \hbox (16.66084pt too wide) in paragraph at lines 33--39 -[]\T1/cmr/m/n/10.95 Xcos is a GUI based sys-tem build-ing tool for Scilab, some +[]\T1/fvm/m/n/10.95 Xcos is a GUI based sys-tem build-ing tool for Scilab, some -what sim-i-lar to Simulink$[]$[][][]. [] @@ -778,782 +780,733 @@ Chapter 2. [3 ] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/miccontblk.pn -g, id=1803, 419.6478pt x 413.3844pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/miccontb -lk.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/miccontbl -k.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-e -nv/figures/miccontblk.png used on input line 50. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/miccontblk. +png, id=1802, 419.6478pt x 413.3844pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/miccon +tblk.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/miccont +blk.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw +-env/figures/miccontblk.png used on input line 50. (pdftex.def) Requested size: 258.36281pt x 254.51689pt. - [4 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/miccontbl -k.png>] [5] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/resolution.pn -g, id=1817, 207.77625pt x 330.23375pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/resoluti -on.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/resolutio -n.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-e -nv/figures/resolution.png used on input line 127. + [4 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/miccont +blk.png>] [5] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/resolution. +png, id=1816, 207.77625pt x 330.23375pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/resolu +tion.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/resolut +ion.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw +-env/figures/resolution.png used on input line 127. (pdftex.def) Requested size: 119.2467pt x 189.52515pt. - [6 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/resolutio -n.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/OSHW-138px.pn -g, id=1831, 138.5175pt x 145.54375pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/OSHW-138 -px.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/OSHW-138p -x.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-e -nv/figures/OSHW-138px.png used on input line 182. + [6 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/resolut +ion.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/OSHW-138px. +png, id=1830, 138.5175pt x 145.54375pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/OSHW-1 +38px.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/OSHW-13 +8px.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw +-env/figures/OSHW-138px.png used on input line 182. (pdftex.def) Requested size: 72.26999pt x 75.93634pt. - [7 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/OSHW-138p -x.png>] [8] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino.png, -id=1862, 585.18625pt x 221.82875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino. -png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino.p -ng> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-e -nv/figures/arduino.png used on input line 254. + [7 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/OSHW-13 +8px.png>] [8] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino.png +, id=1861, 585.18625pt x 221.82875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduin +o.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino +.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw +-env/figures/arduino.png used on input line 254. (pdftex.def) Requested size: 357.73405pt x 135.61319pt. Overfull \hbox (3.40561pt too wide) in paragraph at lines 261--281 [] [] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/mega.jpg, id= -1865, 481.8pt x 316.7835pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/mega.jpg - Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/mega.jpg> - -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-e -nv/figures/mega.jpg used on input line 293. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/mega.jpg, i +d=1864, 481.8pt x 316.7835pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/mega.j +pg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/mega.jp +g> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw +-env/figures/mega.jpg used on input line 293. (pdftex.def) Requested size: 258.36281pt x 169.87627pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/lily.jpg, id= -1868, 321.2pt x 321.2pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/lily.jpg - Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/lily.jpg> - -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-e -nv/figures/lily.jpg used on input line 304. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/lily.jpg, i +d=1867, 321.2pt x 321.2pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/lily.j +pg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/lily.jp +g> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw +-env/figures/lily.jpg used on input line 304. (pdftex.def) Requested size: 178.86702pt x 178.87094pt. -[9 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino.pn -g>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino-phone -.jpg, id=1878, 230.15924pt x 153.5162pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino- -phone.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino-p -hone.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-e -nv/figures/arduino-phone.jpg used on input line 323. +[9 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino. +png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino-pho +ne.jpg, id=1877, 230.15924pt x 153.5162pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduin +o-phone.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino +-phone.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw +-env/figures/arduino-phone.jpg used on input line 323. (pdftex.def) Requested size: 178.86702pt x 119.30411pt. - [10 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/mega.jpg ->] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino-3d-pr -inter.jpg, id=1888, 770.88pt x 364.36125pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino- -3d-printer.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino-3 -d-printer.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-e -nv/figures/arduino-3d-printer.jpg used on input line 337. + [10 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/mega.j +pg>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino-3d- +printer.jpg, id=1887, 770.88pt x 364.36125pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduin +o-3d-printer.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino +-3d-printer.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw +-env/figures/arduino-3d-printer.jpg used on input line 337. (pdftex.def) Requested size: 178.86702pt x 84.54076pt. - [11 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/lily.jpg -> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino-pho -ne.jpg>] -</home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/pcb_board_V1p2.png, id=19 -03, 608.2725pt x 534.99875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/pcb_board_V1p2.png G -raphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/pcb_board_V1p2.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/p -cb_board_V1p2.png used on input line 370. + [11 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/lily.j +pg> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino +-phone.jpg>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield/pcb_board_V1p2.png, id= +1902, 608.2725pt x 534.99875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield/pcb_board_V1p2.png + Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield/pcb_board_V1p2.png> + +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield +/pcb_board_V1p2.png used on input line 370. (pdftex.def) Requested size: 258.36281pt x 227.24492pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.png, id=1905, - 819.06pt x 599.23875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.png Grap -hic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/s -hield-V1p2.png used on input line 379. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.png, id=190 +4, 819.06pt x 599.23875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.png Gr +aphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield +/shield-V1p2.png used on input line 379. (pdftex.def) Requested size: 397.48499pt x 290.81331pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.jpg, id=1907, - 494.59781pt x 376.40625pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.jpg Grap -hic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/s -hield-V1p2.jpg used on input line 388. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.jpg, id=190 +6, 494.59781pt x 376.40625pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.jpg Gr +aphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield +/shield-V1p2.jpg used on input line 388. (pdftex.def) Requested size: 238.49341pt x 181.5pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/shield-crop.j -pg, id=1913, 608.2725pt x 443.6575pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/shield-c -rop.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/shield-cr -op.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-e -nv/figures/shield-crop.jpg used on input line 454. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/shield-crop +.jpg, id=1912, 608.2725pt x 443.6575pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/shield +-crop.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/shield- +crop.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw +-env/figures/shield-crop.jpg used on input line 454. (pdftex.def) Requested size: 397.48499pt x 289.9242pt. - [12 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino- -3d-printer.jpg>] [13 </home/fossee/Desktop/FLOSS-Arduino-Book/tools/shield/pcb_ -board_V1p2.png>]) (./user-code/sw-env/sw-env-base.tex [14 </home/fossee/Desktop -/FLOSS-Arduino-Book/tools/shield/shield-V1p2.png>] [15 </home/fossee/Desktop/FL -OSS-Arduino-Book/tools/shield/shield-V1p2.jpg>] [16 </home/fossee/Desktop/FLOSS --Arduino-Book/user-code/hw-env/figures/shield-crop.jpg>] [17] -[18 + [12 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduin +o-3d-printer.jpg>] [13 </home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield/ +pcb_board_V1p2.png>]) (./user-code/sw-env/sw-env-base.tex +[14 </home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.png>] +[15 </home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/shield/shield-V1p2.jpg>] +[16 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/shield- +crop.jpg>] [17] [18 ] Chapter 3. [19] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/hw-device-man -ager.jpg, id=1968, 793.96625pt x 579.16376pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/hw-devic -e-manager.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/hw-device --manager.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-e -nv/figures/hw-device-manager.jpg used on input line 110. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/hw-device-m +anager.jpg, id=1968, 793.96625pt x 579.16376pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/hw-dev +ice-manager.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/hw-devi +ce-manager.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw +-env/figures/hw-device-manager.jpg used on input line 110. (pdftex.def) Requested size: 397.48499pt x 289.95233pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device-manage -r-com.png, id=1969, 1175.39125pt x 863.225pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device-m -anager-com.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device-ma -nager-com.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/device-manager-com.png used on input line 117. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device-mana +ger-com.png, id=1969, 1175.39125pt x 863.225pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device +-manager-com.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device- +manager-com.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/device-manager-com.png used on input line 117. (pdftex.def) Requested size: 397.48499pt x 291.912pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/update-driver -.png, id=1970, 635.37375pt x 423.5825pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/update-d -river.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/update-dr -iver.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-e -nv/figures/update-driver.png used on input line 124. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/update-driv +er.png, id=1970, 635.37375pt x 423.5825pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/update +-driver.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/update- +driver.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw +-env/figures/update-driver.png used on input line 124. (pdftex.def) Requested size: 397.48499pt x 264.99695pt. - [20] [21 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/hw- -device-manager.jpg>] [22 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw- -env/figures/device-manager-com.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/launch-arduin -o-opt.png, id=2005, 751.80875pt x 313.17pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/launch-a -rduino-opt.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/launch-ar -duino-opt.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/launch-arduino-opt.png used on input line 219. + [20] [21 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/h +w-device-manager.jpg>] [22 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code +/sw-env/figures/device-manager-com.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/launch-ardu +ino-opt.png, id=2006, 751.80875pt x 313.17pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/launch +-arduino-opt.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/launch- +arduino-opt.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/launch-arduino-opt.png used on input line 219. (pdftex.def) Requested size: 258.36281pt x 107.62325pt. - [23 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/update-d -river.png (PNG copy)>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino-ide.j -pg, id=2015, 856.19875pt x 657.45625pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino- -ide.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino-i -de.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-e -nv/figures/arduino-ide.jpg used on input line 236. + [23 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/update +-driver.png (PNG copy)>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino-ide +.jpg, id=2016, 856.19875pt x 657.45625pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduin +o-ide.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figures/arduino +-ide.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw +-env/figures/arduino-ide.jpg used on input line 236. (pdftex.def) Requested size: 397.48499pt x 305.22243pt. Underfull \vbox (badness 1303) has occurred while \output is active [] - [24 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/launch-a -rduino-opt.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/hw-env/figur -es/arduino-ide.jpg>] [25] [26] + [24 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/launch +-arduino-opt.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/hw-env/f +igures/arduino-ide.jpg>] [25] [26] Package hyperref Info: bookmark level for unknown ardmass defaults to 0 on inpu t line 340. Package hyperref Info: bookmark level for unknown lstlisting defaults to 0 on i nput line 350. -(/home/fossee/Desktop/FLOSS-Arduino-Book/tools/floss-firmware/floss-firmware.in -o)) (./user-code/sw-env/sw-env-scilab.tex [27] [28] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux-cd.png, - id=2091, 787.94376pt x 192.72pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux-cd -.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux-cd. -png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/linux-cd.png used on input line 75. +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/floss-firmware/floss-firmware. +ino)) (./user-code/sw-env/sw-env-scilab.tex [27] [28] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux-cd.pn +g, id=2092, 787.94376pt x 192.72pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux- +cd.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux-c +d.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/linux-cd.png used on input line 75. (pdftex.def) Requested size: 393.97092pt x 96.35976pt. - [29 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux-cd -.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/browse-direct -ory.png, id=2103, 450.18187pt x 327.47343pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/browse-d -irectory.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/browse-di -rectory.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/browse-directory.png used on input line 120. + [29 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux- +cd.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/browse-dire +ctory.png, id=2105, 450.18187pt x 327.47343pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/browse +-directory.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/browse- +directory.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/browse-directory.png used on input line 120. (pdftex.def) Requested size: 357.73405pt x 260.23521pt. - -Overfull \hbox (19.3647pt too wide) in paragraph at lines 114--124 -[]\T1/cmr/m/n/10.95 Then, one has to browse to the tool-box folder \T1/fvm/m/n/ -10.95 Origin/tools/scilab/windows - [] - -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/builder.png, -id=2106, 600.74437pt x 421.575pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/builder. -png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/builder.p -ng> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/builder.png used on input line 136. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/builder.png +, id=2108, 600.74437pt x 421.575pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/builde +r.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/builder +.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/builder.png used on input line 136. (pdftex.def) Requested size: 397.48499pt x 278.94795pt. - -Overfull \hbox (1.53204pt too wide) in paragraph at lines 130--140 -[]\T1/cmr/m/n/10.95 Next, type the fol-low-ing com-mand on the Scilab con-sole: - \T1/fvm/m/n/10.95 exec builder.sce - [] - -[30 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/browse-di -rectory.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/loader.png, i -d=2117, 600.74437pt x 421.575pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/loader.p -ng Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/loader.pn -g> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/loader.png used on input line 152. + [30 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/browse +-directory.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/loader.png, + id=2119, 600.74437pt x 421.575pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/loader +.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/loader. +png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/loader.png used on input line 152. (pdftex.def) Requested size: 300.37144pt x 210.78697pt. - [31 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/builder. -png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device-manage -r.png, id=2126, 602.25pt x 451.6875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device-m -anager.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device-ma -nager.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/device-manager.png used on input line 180. + +[31 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/builder +.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device-mana +ger.png, id=2128, 602.25pt x 451.6875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device +-manager.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device- +manager.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/device-manager.png used on input line 180. (pdftex.def) Requested size: 397.48499pt x 298.12845pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/com-propertie -s.png, id=2130, 602.25pt x 451.6875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/com-prop -erties.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/com-prope -rties.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/com-properties.png used on input line 201. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/com-propert +ies.png, id=2132, 602.25pt x 451.6875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/com-pr +operties.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/com-pro +perties.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/com-properties.png used on input line 201. (pdftex.def) Requested size: 301.12425pt x 225.84319pt. - [32 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/loader.p -ng>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux-port.pn -g, id=2137, 634.37pt x 246.9225pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux-po -rt.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux-por -t.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/linux-port.png used on input line 225. + [32 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/loader +.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux-port. +png, id=2139, 634.37pt x 246.9225pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux- +port.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/linux-p +ort.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/linux-port.png used on input line 225. (pdftex.def) Requested size: 317.18422pt x 123.46094pt. - [33 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device-m -anager.png>] -Overfull \hbox (22.98761pt too wide) in paragraph at lines 239--247 -[]\T1/cmr/m/n/10.95 Inside the \T1/fvm/m/n/10.95 Origin/tools/scilab \T1/cmr/m/ -n/10.95 di-rec-tory, lo-cate a file \T1/fvm/m/n/10.95 test_firmware.sce\T1/cmr/ -m/n/10.95 . - [] - -[34 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/com-prope -rties.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/li -nux-port.png>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/tools/scilab/test_firmware.sce) -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/test-console. -png, id=2155, 600.74437pt x 421.575pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/test-con -sole.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/test-cons -ole.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/test-console.png used on input line 276. + [33 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/device +-manager.png>] [34 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/ +figures/com-properties.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-cod +e/sw-env/figures/linux-port.png>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/scilab/test_firmware.sce +consecutive: +) +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/test-consol +e.png, id=2157, 600.74437pt x 421.575pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/test-c +onsole.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/test-co +nsole.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/test-console.png used on input line 276. (pdftex.def) Requested size: 300.37144pt x 210.78697pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/table_functio -ns_crop.pdf, id=2158, 1055.945pt x 543.02875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/table_fu -nctions_crop.pdf Graphic file (type pdf) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/table_fun -ctions_crop.pdf> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/table_functions_crop.pdf used on input line 301. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/table_funct +ions_crop.pdf, id=2160, 1055.945pt x 543.02875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/table_ +functions_crop.pdf Graphic file (type pdf) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/table_f +unctions_crop.pdf> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/table_functions_crop.pdf used on input line 301. (pdftex.def) Requested size: 397.48499pt x 204.40587pt. Package hyperref Info: bookmark level for unknown codemass defaults to 0 on inp ut line 314. - -[35] -Underfull \vbox (badness 1308) has occurred while \output is active [] - - [36 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/test-con -sole.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/tab -le_functions_crop.pdf>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/tools/scilab/test_firmware.sce) -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-blk.png, - id=2185, 376.40625pt x 376.40625pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-blk -.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-blk. -png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/sine-blk.png used on input line 351. + [35] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/scilab/test_firmware.sce +[36 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/test-co +nsole.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/ +table_functions_crop.pdf>]) +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-blk.pn +g, id=2189, 376.40625pt x 376.40625pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-b +lk.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-bl +k.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/sine-blk.png used on input line 351. (pdftex.def) Requested size: 357.73405pt x 357.76195pt. - -[37] [38 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine --blk.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/plot-blk.png, - id=2208, 310.15875pt x 109.1578pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/plot-blk -.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/plot-blk. -png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/plot-blk.png used on input line 403. + [37] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/plot-blk.pn +g, id=2206, 310.15875pt x 109.1578pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/plot-b +lk.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/plot-bl +k.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/plot-blk.png used on input line 403. (pdftex.def) Requested size: 357.73405pt x 125.90192pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/clock-blk.png -, id=2210, 307.90031pt x 108.405pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/clock-bl -k.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/clock-blk -.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/clock-blk.png used on input line 417. + [38 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-b +lk.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/clock-blk.p +ng, id=2212, 307.90031pt x 108.405pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/clock- +blk.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/clock-b +lk.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/clock-blk.png used on input line 417. (pdftex.def) Requested size: 357.73405pt x 125.95995pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-gen.png, - id=2212, 207.77625pt x 253.69781pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-gen -.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-gen. -png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/sine-gen.png used on input line 438. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-gen.pn +g, id=2214, 207.77625pt x 253.69781pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-g +en.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-ge +n.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/sine-gen.png used on input line 438. (pdftex.def) Requested size: 178.86702pt x 218.40813pt. - [39 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/plot-blk -.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/clock-b -lk.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-output.p -ng, id=2218, 383.18156pt x 184.43906pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-out -put.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-outp -ut.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/sine-output.png used on input line 449. + [39 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/plot-b +lk.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/clo +ck-blk.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-output +.png, id=2220, 383.18156pt x 184.43906pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-o +utput.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-ou +tput.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/sine-output.png used on input line 449. (pdftex.def) Requested size: 258.36281pt x 124.36716pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/cscope-config -.png, id=2220, 310.15875pt x 289.08pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/cscope-c -onfig.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/cscope-co -nfig.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/cscope-config.png used on input line 463. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/cscope-conf +ig.png, id=2222, 310.15875pt x 289.08pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/cscope +-config.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/cscope- +config.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/cscope-config.png used on input line 463. (pdftex.def) Requested size: 258.36281pt x 240.8053pt. - -Overfull \hbox (0.16797pt too wide) in paragraph at lines 468--477 -\T1/fvm/m/n/10.95 Set Parameters \T1/cmr/m/n/10.95 win-dow will open. The first - pa-ram-e-ter is \T1/fvm/m/n/10.95 Final integration - [] - -[40 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-gen. -png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-out -put.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sim-setup.png -, id=2226, 333.49594pt x 225.84375pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sim-setu -p.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sim-setup -.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/sim-setup.png used on input line 480. + [40 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sine-g +en.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sin +e-output.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sim-setup.p +ng, id=2228, 333.49594pt x 225.84375pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sim-se +tup.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sim-set +up.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/sim-setup.png used on input line 480. (pdftex.def) Requested size: 258.36281pt x 174.97539pt. - -Underfull \vbox (badness 10000) has occurred while \output is active [] - - [41 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/cscope-c -onfig.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/arduino-palet -te.png, id=2233, 292.84406pt x 107.65219pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/arduino- -palette.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/arduino-p -alette.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/arduino-palette.png used on input line 511. + [41 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/cscope +-config.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/arduino-pal +ette.png, id=2235, 292.84406pt x 107.65219pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/arduin +o-palette.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/arduino +-palette.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/arduino-palette.png used on input line 511. (pdftex.def) Requested size: 258.36281pt x 94.98553pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/xcos-help.png -, id=2234, 617.30624pt x 466.74374pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/xcos-hel -p.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/xcos-help -.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/xcos-help.png used on input line 518. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/xcos-help.p +ng, id=2236, 617.30624pt x 466.74374pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/xcos-h +elp.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/xcos-he +lp.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/xcos-help.png used on input line 518. (pdftex.def) Requested size: 258.36281pt x 195.35445pt. -) (./user-code/sw-env/sw-env-python.tex -Underfull \vbox (badness 10000) has occurred while \output is active [] - - [42 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/sim-setu -p.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/arduin -o-palette.png>] [43 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/f -igures/xcos-help.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/python-window -s-install.JPG, id=2248, 514.17094pt x 316.93407pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/python-w -indows-install.JPG Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/python-wi -ndows-install.JPG> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/python-windows-install.JPG used on input line 36. +) (./user-code/sw-env/sw-env-python.tex [42 </home/sudhakak/Desktop/FLOSS-Ardui +no-Book/user-code/sw-env/figures/sim-setup.png> </home/sudhakak/Desktop/FLOSS-A +rduino-Book/user-code/sw-env/figures/arduino-palette.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/python-wind +ows-install.JPG, id=2243, 514.17094pt x 316.93407pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/python +-windows-install.JPG Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/python- +windows-install.JPG> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/python-windows-install.JPG used on input line 36. (pdftex.def) Requested size: 258.36281pt x 159.25491pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/windows-cmd.p -ng, id=2251, 572.1375pt x 338.26375pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/windows- -cmd.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/windows-c -md.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/windows-cmd.png used on input line 55. + [43 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/xcos-h +elp.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/windows-cmd +.png, id=2253, 572.1375pt x 338.26375pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/window +s-cmd.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/windows +-cmd.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/windows-cmd.png used on input line 55. (pdftex.def) Requested size: 258.36281pt x 152.75406pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/win-command-p -rompt.png, id=2252, 1353.055pt x 289.08pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/win-comm -and-prompt.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/win-comma -nd-prompt.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/win-command-prompt.png used on input line 65. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/win-command +-prompt.png, id=2254, 1353.055pt x 289.08pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/win-co +mmand-prompt.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/win-com +mand-prompt.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/win-command-prompt.png used on input line 65. (pdftex.def) Requested size: 258.36281pt x 55.19925pt. - [44 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/python-w -indows-install.JPG>] [45 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw- -env/figures/windows-cmd.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code -/sw-env/figures/win-command-prompt.png>] -Overfull \hbox (6.38388pt too wide) in paragraph at lines 96--100 -\T1/cmr/m/n/10.95 the Com-mand Prompt, ex-e-cute the fol-low-ing com-mand: \T1/ -fvm/m/n/10.95 pip show pyserial - [] - -[46] [47] + [44 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/python +-windows-install.JPG>] [45 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code +/sw-env/figures/windows-cmd.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/use +r-code/sw-env/figures/win-command-prompt.png>] [46] Package hyperref Info: bookmark level for unknown pymass defaults to 0 on input line 207. - -(/home/fossee/Desktop/FLOSS-Arduino-Book/tools/python/test_firmware.py)) + [47] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/python/test_firmware.py)) (./user-code/sw-env/sw-env-julia.tex [48] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-downloa -d.png, id=2350, 670.00313pt x 277.035pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-do -wnload.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-dow -nload.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/julia-download.png used on input line 36. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-downl +oad.png, id=2354, 670.00313pt x 277.035pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia- +download.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-d +ownload.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/julia-download.png used on input line 36. (pdftex.def) Requested size: 397.48499pt x 164.34962pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-windows --install.png, id=2351, 756.8275pt x 632.3625pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-wi -ndows-install.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-win -dows-install.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/julia-windows-install.png used on input line 43. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-windo +ws-install.png, id=2355, 756.8275pt x 632.3625pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia- +windows-install.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-w +indows-install.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/julia-windows-install.png used on input line 43. (pdftex.def) Requested size: 258.36281pt x 215.86882pt. -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/windows- -cmd.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/windows-c -md.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/windows-cmd.png used on input line 50. +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/window +s-cmd.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/windows +-cmd.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/windows-cmd.png used on input line 50. (pdftex.def) Requested size: 258.36281pt x 152.75406pt. -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/win-comm -and-prompt.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/win-comma -nd-prompt.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/win-command-prompt.png used on input line 57. +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/win-co +mmand-prompt.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/win-com +mand-prompt.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/win-command-prompt.png used on input line 57. (pdftex.def) Requested size: 258.36281pt x 55.19925pt. - [49] [50 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/jul -ia-download.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figu -res/julia-windows-install.png>] -[51] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-repl-wi -ndows.png, id=2383, 1354.05875pt x 768.8725pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-re -pl-windows.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-rep -l-windows.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/julia-repl-windows.png used on input line 104. + [49 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia- +download.png>] [50 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/ +figures/julia-windows-install.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-repl- +windows.png, id=2376, 1354.05875pt x 768.8725pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia- +repl-windows.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-r +epl-windows.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/julia-repl-windows.png used on input line 104. (pdftex.def) Requested size: 397.48499pt x 225.70088pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-pkg-win -dows.png, id=2385, 1353.055pt x 768.8725pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-pk -g-windows.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-pkg --windows.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/julia-pkg-windows.png used on input line 113. -(pdftex.def) Requested size: 397.48499pt x 225.86513pt. - [52 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-re -pl-windows.png>] -Overfull \hbox (5.34262pt too wide) in paragraph at lines 137--139 -[]\T1/cmr/m/n/10.95 First, up-date your sys-tem. Open the Ter-mi-nal. Type \T1/ -fvm/m/n/10.95 sudo apt-get update - [] -[53 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-pkg --windows.png>] -Overfull \hbox (12.2196pt too wide) in paragraph at lines 154--158 -\T1/fvm/m/n/10.95 sudo ln -s /opt/julia-1.6.0/bin/julia /usr/local/bin/julia - [] - -[54] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-termina -l-repl.png, id=2417, 949.5475pt x 655.44875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-te -rminal-repl.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-ter -minal-repl.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/julia-terminal-repl.png used on input line 185. +[51] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-pkg-w +indows.png, id=2390, 1353.055pt x 768.8725pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia- +pkg-windows.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-p +kg-windows.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/julia-pkg-windows.png used on input line 113. +(pdftex.def) Requested size: 397.48499pt x 225.86513pt. + [52 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia- +repl-windows.png>] [53 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw- +env/figures/julia-pkg-windows.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-termi +nal-repl.png, id=2410, 949.5475pt x 655.44875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia- +terminal-repl.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-t +erminal-repl.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/julia-terminal-repl.png used on input line 185. (pdftex.def) Requested size: 397.48499pt x 274.37646pt. - [55 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-te -rminal-repl.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-pkg.png -, id=2429, 949.5475pt x 655.44875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-pk -g.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-pkg -.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/julia-pkg.png used on input line 215. + [54] [55 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/j +ulia-terminal-repl.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-pkg.p +ng, id=2434, 949.5475pt x 655.44875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia- +pkg.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-p +kg.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/julia-pkg.png used on input line 215. (pdftex.def) Requested size: 397.48499pt x 274.37646pt. - [56 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia-pk -g.png>] + [56 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/julia- +pkg.png>] Package hyperref Info: bookmark level for unknown juliamass defaults to 0 on in put line 264. -(/home/fossee/Desktop/FLOSS-Arduino-Book/tools/julia/test_firmware.jl [57])) -(./user-code/sw-env/sw-env-OM.tex [58] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/openmodelica- -run-anyway.png, id=2472, 812.03375pt x 749.80125pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/openmode -lica-run-anyway.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/openmodel -ica-run-anyway.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/openmodelica-run-anyway.png used on input line 41. +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/julia/test_firmware.jl) +[57]) (./user-code/sw-env/sw-env-OM.tex +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/openmodelic +a-run-anyway.png, id=2468, 812.03375pt x 749.80125pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/openmo +delica-run-anyway.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/openmod +elica-run-anyway.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/openmodelica-run-anyway.png used on input line 41. (pdftex.def) Requested size: 258.36281pt x 238.55693pt. Overfull \hbox (13.35912pt too wide) in paragraph at lines 46--52 -[]\T1/cmr/m/n/10.95 Once Open-Mod-el-ica has been in-stalled, Open-Mod-el-ica C +[]\T1/fvm/m/n/10.95 Once Open-Mod-el-ica has been in-stalled, Open-Mod-el-ica C on-nec-tion Ed-i-tor (OMEdit) [] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit-librar -ies.png, id=2476, 664.4825pt x 546.04pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit-l -ibraries.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit-li -braries.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/OMEdit-libraries.png used on input line 65. +[58] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit-libr +aries.png, id=2482, 664.4825pt x 546.04pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit +-libraries.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit- +libraries.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/OMEdit-libraries.png used on input line 65. (pdftex.def) Requested size: 365.46649pt x 300.32292pt. - -Underfull \vbox (badness 3942) has occurred while \output is active [] - - [59 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/openmode -lica-run-anyway.png>] -Underfull \vbox (badness 10000) has occurred while \output is active [] - - [60 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit-l -ibraries.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit-UI.png -, id=2496, 996.1215pt x 597.9138pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit-U -I.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit-UI -.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/OMEdit-UI.png used on input line 97. + [59 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/openmo +delica-run-anyway.png>] [60 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-cod +e/sw-env/figures/OMEdit-libraries.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit-UI.p +ng, id=2503, 996.1215pt x 597.9138pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit +-UI.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit- +UI.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/OMEdit-UI.png used on input line 97. (pdftex.def) Requested size: 397.48499pt x 238.5865pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-open-model -.png, id=2498, 1087.06125pt x 792.9625pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-open- -model.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-open-m -odel.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/om-open-model.png used on input line 111. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-open-mod +el.png, id=2505, 1087.06125pt x 792.9625pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-ope +n-model.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-open +-model.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/om-open-model.png used on input line 111. (pdftex.def) Requested size: 397.48499pt x 289.94313pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-Modeling.p -ng, id=2499, 1368.11125pt x 791.95876pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-Model -ing.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-Modeli -ng.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/om-Modeling.png used on input line 118. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-Modeling +.png, id=2506, 1368.11125pt x 791.95876pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-Mod +eling.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-Mode +ling.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/om-Modeling.png used on input line 118. (pdftex.def) Requested size: 397.48499pt x 230.08511pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-modeling-v -iews.png, id=2500, 673.01437pt x 373.395pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-model -ing-views.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-modeli -ng-views.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/om-modeling-views.png used on input line 126. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-modeling +-views.png, id=2507, 673.01437pt x 373.395pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-mod +eling-views.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-mode +ling-views.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/om-modeling-views.png used on input line 126. (pdftex.def) Requested size: 397.48499pt x 220.52904pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-text-view. -png, id=2501, 1370.11874pt x 796.9775pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-text- -view.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-text-v -iew.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/om-text-view.png used on input line 134. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-text-vie +w.png, id=2508, 1370.11874pt x 796.9775pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-tex +t-view.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-text +-view.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/om-text-view.png used on input line 134. (pdftex.def) Requested size: 397.48499pt x 231.20267pt. - [61] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-simulate.p -ng, id=2518, 673.01437pt x 373.395pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-simul -ate.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-simula -te.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/om-simulate.png used on input line 163. + [61 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit +-UI.png>] +Underfull \vbox (badness 1314) has occurred while \output is active [] + + [62 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-ope +n-model.png>] + +LaTeX Warning: Text page 63 contains only floats. + +[63 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-mode +ling.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/o +m-modeling-views.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-simulate +.png, id=2535, 673.01437pt x 373.395pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-sim +ulate.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-simu +late.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/om-simulate.png used on input line 163. (pdftex.def) Requested size: 397.48499pt x 220.52904pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-sim-succes -s.png, id=2519, 647.41875pt x 516.93124pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-sim-s -uccess.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-sim-su -ccess.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/om-sim-success.png used on input line 170. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-sim-succ +ess.png, id=2536, 647.41875pt x 516.93124pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-sim +-success.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-sim- +success.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/om-sim-success.png used on input line 170. (pdftex.def) Requested size: 397.48499pt x 317.37051pt. -Overfull \hbox (0.4131pt too wide) in paragraph at lines 181--188 -\T1/fvm/m/n/10.95 openmodelica/windows \T1/cmr/m/n/10.95 or \T1/fvm/m/n/10.95 O -rigin/tools/openmodelica/linux \T1/cmr/m/n/10.95 di-rec-tory, +Overfull \hbox (1.43199pt too wide) in paragraph at lines 181--188 +\T1/fvm/m/n/10.95 openmodelica/windows or Orig-in/-tool-s/open-mod-el-i-ca/linu +x di-rec-tory, see Foot-note []2[][] [] - -Underfull \vbox (badness 10000) has occurred while \output is active [] - - [62 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/OMEdit-U -I.png>] -[63 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-open-m -odel.png>] - -LaTeX Warning: Text page 64 contains only floats. - -[64 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-modeli -ng.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-mo -deling-views.png>] - -LaTeX Warning: Text page 65 contains only floats. - -[65 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-text-v -iew.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-s -imulate.png>] -Overfull \hbox (4.19868pt too wide) in paragraph at lines 199--201 -[]\T1/cmr/m/n/10.95 Navigate to \T1/fvm/m/n/10.95 Origin/tools/openmodelica/win -dows \T1/cmr/m/n/10.95 or \T1/fvm/m/n/10.95 Origin/tools/ - [] - - +[64 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-text +-view.png>] Overfull \hbox (5.89722pt too wide) in paragraph at lines 201--209 -\T1/cmr/m/n/10.95 el-ica_Synchronous, Mod-el-ica_DeviceDrivers, and one model t +\T1/fvm/m/n/10.95 el-ica_Synchronous, Mod-el-ica_DeviceDrivers, and one model t est_firmware.mo. [] -[66 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-sim-su -ccess.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-toolbox-lo -aded.png, id=2560, 325.215pt x 735.74875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-toolb -ox-loaded.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-toolbo -x-loaded.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/sw-e -nv/figures/om-toolbox-loaded.png used on input line 226. +[65 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-simu +late.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-toolbox- +loaded.png, id=2561, 325.215pt x 735.74875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-too +lbox-loaded.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-tool +box-loaded.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw +-env/figures/om-toolbox-loaded.png used on input line 226. (pdftex.def) Requested size: 178.86702pt x 404.66306pt. + +Underfull \vbox (badness 1502) has occurred while \output is active [] + + [66 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-sim +-success.png>] Package hyperref Info: bookmark level for unknown OpenModelicamass defaults to 0 on input line 244. - -(/home/fossee/Desktop/FLOSS-Arduino-Book/tools/openmodelica/windows//test_firmw -are.mo [67])) (./user-code/led/led-base.tex [68 </home/fossee/Desktop/FLOSS-Ard -uino-Book/user-code/sw-env/figures/om-toolbox-loaded.png>] + [67 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/sw-env/figures/om-too +lbox-loaded.png>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/tools/openmodelica/windows//test_fir +mware.mo)) (./user-code/led/led-base.tex [68] Chapter 4. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led.png, id=2602 -, 149.8097pt x 84.315pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led.png Gra -phic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/ -figures/led.png used on input line 52. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led.png, id=26 +07, 149.8097pt x 84.315pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led.png G +raphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/le +d/figures/led.png used on input line 52. (pdftex.def) Requested size: 79.49577pt x 44.74203pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/schematic.png, i -d=2604, 415.5525pt x 456.70625pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/schematic.p -ng Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/schematic.pn -g> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/ -figures/schematic.png used on input line 65. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/schematic.png, + id=2609, 415.5525pt x 456.70625pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/schematic +.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/schematic. +png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/le +d/figures/schematic.png used on input line 65. (pdftex.def) Requested size: 178.86702pt x 196.58194pt. [69 - </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/arduino-new-shie -ld.jpeg, id=2610, 305.7021pt x 172.0026pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/arduino-new --shield.jpeg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/arduino-new- -shield.jpeg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/ -figures/arduino-new-shield.jpeg used on input line 79. + </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/arduino-new-sh +ield.jpeg, id=2615, 305.7021pt x 172.0026pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/arduino-n +ew-shield.jpeg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/arduino-ne +w-shield.jpeg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/le +d/figures/arduino-new-shield.jpeg used on input line 79. (pdftex.def) Requested size: 258.36281pt x 145.37354pt. -[70 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/schematic.pn -g> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/arduino-new-s -hield.jpeg>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/rgb-led-bb.png, -id=2618, 451.286pt x 236.082pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/rgb-led-bb. -png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/rgb-led-bb.p -ng> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/ -figures/rgb-led-bb.png used on input line 108. +[70 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/schematic. +png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/arduino-n +ew-shield.jpeg>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/rgb-led-bb.png +, id=2623, 451.286pt x 236.082pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/rgb-led-b +b.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/rgb-led-bb +.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/le +d/figures/rgb-led-bb.png used on input line 108. (pdftex.def) Requested size: 357.73405pt x 187.14034pt. - [71 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/rgb-led-bb. -png>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue/led-blu -e.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue/led-blu -e.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue-delay/l -ed-blue-delay.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue-delay/l -ed-blue-delay.ino) [72] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led_output.png, -id=2648, 3035.34pt x 1947.275pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led_output. -png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led_output.p -ng> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/ -figures/led_output.png used on input line 198. + [71 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/rgb-led-b +b.png>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue/led-b +lue.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue/led-b +lue.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue-delay +/led-blue-delay.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue-delay +/led-blue-delay.ino +consecutive: +) [72] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led_output.png +, id=2653, 3035.34pt x 1947.275pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led_outpu +t.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led_output +.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/le +d/figures/led_output.png used on input line 198. (pdftex.def) Requested size: 357.73405pt x 229.47339pt. LaTeX Font Info: Trying to load font information for T1+cmss on input line 2 10. @@ -1563,234 +1516,287 @@ File: t1cmss.fd 2019/12/16 v2.5j Standard LaTeX font definitions Package hyperref Info: bookmark level for unknown egmass defaults to 0 on input line 211. [73] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue/led-blu -e.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue-delay/l -ed-blue-delay.ino [74 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/fi -gures/led_output.png>]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue-red/led --blue-red.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-green-blink/ -led-green-blink.ino)) (./user-code/led/led-scilab.tex [75] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue.sce) -[76] (/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue.sce -) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue-delay.sc +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue/led-b +lue.ino) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue-delay +/led-blue-delay.ino [74 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/le +d/figures/led_output.png>]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-blue-red/l +ed-blue-red.ino) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/arduino/led-green-blin +k/led-green-blink.ino)) (./user-code/led/led-scilab.tex [75] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue.sce) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue.sce +consecutive: +) [76] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue.sce +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue-delay. +sce +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue-delay. +sce +consecutive: +) (/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue.sce) + +Overfull \hbox (1.20615pt too wide) in paragraph at lines 95--99 +\T1/fvm/m/n/10.95 Avail-able at O r i g i n / u s e r - c o d e / l e d / s c i + l a b / l e d - b l u e - d e l a y . s c e, see Foot-note []2[][] on page 2[] +[][]. + [] + + +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue-delay. +sce [77]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue-red.sc e) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue-delay.sc -e) (/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue-delay.sc -e [77]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-blue-red.sce) - -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-green-blink.s -ce) -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-com-2.p -ng, id=2785, 766.865pt x 696.6025pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-co -m-2.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-com --2.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/ -figures/led-blue-com-2.png used on input line 136. +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/scilab/led-green-blink +.sce) +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-com-2 +.png, id=2789, 766.865pt x 696.6025pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue- +com-2.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-c +om-2.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/le +d/figures/led-blue-com-2.png used on input line 136. (pdftex.def) Requested size: 178.86702pt x 162.47923pt. [78] Overfull \hbox (4.77844pt too wide) in paragraph at lines 152--161 [][] [] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-delay-c -om-2.png, id=2822, 848.16875pt x 694.595pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-de -lay-com-2.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-del -ay-com-2.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/ -figures/led-blue-delay-com-2.png used on input line 171. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-delay +-com-2.png, id=2826, 848.16875pt x 694.595pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue- +delay-com-2.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-d +elay-com-2.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/le +d/figures/led-blue-delay-com-2.png used on input line 171. (pdftex.def) Requested size: 178.86702pt x 146.47337pt. Overfull \hbox (4.77844pt too wide) in paragraph at lines 186--198 [][] [] -[79 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-com --2.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-red-com --2.png, id=2837, 829.0975pt x 805.0075pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-re -d-com-2.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-red --com-2.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/ -figures/led-blue-red-com-2.png used on input line 209. +[79 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-c +om-2.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-red-c +om-2.png, id=2842, 829.0975pt x 805.0075pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue- +red-com-2.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-r +ed-com-2.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/le +d/figures/led-blue-red-com-2.png used on input line 209. (pdftex.def) Requested size: 178.86702pt x 173.66284pt. Overfull \hbox (13.85292pt too wide) in paragraph at lines 225--242 [][] [] -[80 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-del -ay-com-2.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-green-blink- -com-2.png, id=2851, 869.2475pt x 678.535pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-green-b -link-com-2.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-green-bl -ink-com-2.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/ -figures/led-green-blink-com-2.png used on input line 252. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-green-blin +k-com-2.png, id=2848, 869.2475pt x 678.535pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-green +-blink-com-2.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-green- +blink-com-2.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/le +d/figures/led-green-blink-com-2.png used on input line 252. (pdftex.def) Requested size: 178.86702pt x 139.61826pt. - +[80 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-d +elay-com-2.png>] Overfull \hbox (4.77844pt too wide) in paragraph at lines 267--280 [][] [] -[81 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-red --com-2.png>]) (./user-code/led/led-python.tex [82 </home/fossee/Desktop/FLOSS-A -rduino-Book/user-code/led/figures/led-green-blink-com-2.png>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py) -[83] (/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue-delay.py -) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue-delay.py +[81 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/figures/led-blue-r +ed-com-2.png>]) (./user-code/led/led-python.tex [82 </home/sudhakak/Desktop/FLO +SS-Arduino-Book/user-code/led/figures/led-green-blink-com-2.png>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py +consecutive: +) (/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py +consecutive: +) (/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py +consecutive: +) [83] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py +consecutive: +) (/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue-delay. +py +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue-delay. +py +consecutive: ) [84] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue-delay.py -[85]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue-red.py +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue.py) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue-delay. +py [85]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-blue-red.py [86]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-green-blink.p -y [87])) (./user-code/led/led-julia.tex -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue.jl) -[88] (/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue-delay.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue-delay.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue.jl) -[89] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue-delay.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue-red.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-green-blink.jl -)) (./user-code/led/led-OM.tex [90] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue.mo -) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue.mo -) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue.mo +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/python/led-green-blink +.py [87])) (./user-code/led/led-julia.tex +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue.jl) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue.jl +consecutive: +) [88] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue.jl +consecutive: +) (/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue-delay.j +l +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue-delay.j +l +consecutive: +) (/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue.jl) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue-delay.j +l [89]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-blue-red.jl) + +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/julia/led-green-blink. +jl)) (./user-code/led/led-OM.tex [90] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue. +mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue. +mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue. +mo +consecutive: ) [91] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue.mo -) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue-de -lay.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue-de -lay.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue.mo -[92]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue-de -lay.mo [93]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue-re -d.mo [94]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-green-b -link.mo)) (./user-code/push/push-base.tex [95] [96 +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue. +mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue- +delay.mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue- +delay.mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue. +mo [92]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue- +delay.mo [93]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-blue- +red.mo [94]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/led/OpenModelica/led-green +-blink.mo)) (./user-code/push/push-base.tex [95] [96 ] Chapter 5. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/pushbutton-conn -.png, id=3363, 415.5525pt x 438.63875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/pushbutton --conn.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/pushbutton- -conn.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push -/figures/pushbutton-conn.png used on input line 63. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/pushbutton-co +nn.png, id=3369, 415.5525pt x 438.63875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/pushbutt +on-conn.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/pushbutto +n-conn.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pu +sh/figures/pushbutton-conn.png used on input line 63. (pdftex.def) Requested size: 178.86702pt x 188.80507pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch.png, id= -3364, 453.695pt x 239.294pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch.png - Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch.png> - -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push -/figures/switch.png used on input line 72. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch.png, i +d=3370, 453.695pt x 239.294pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch.p +ng Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch.pn +g> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pu +sh/figures/switch.png used on input line 72. (pdftex.def) Requested size: 397.48499pt x 209.64827pt. [97] Underfull \vbox (badness 3098) has occurred while \output is active [] - [98 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/pushbutton --conn.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/swit -ch.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led-dark --color-wires.jpg, id=3378, 477.785pt x 278.641pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led --dark-color-wires.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led- -dark-color-wires.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push -/figures/switch-led-dark-color-wires.jpg used on input line 106. + [98 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/pushbutt +on-conn.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/ +switch.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led-da +rk-color-wires.jpg, id=3384, 477.785pt x 278.641pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-l +ed-dark-color-wires.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-le +d-dark-color-wires.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pu +sh/figures/switch-led-dark-color-wires.jpg used on input line 106. (pdftex.def) Requested size: 397.48499pt x 231.80768pt. Underfull \vbox (badness 1975) has occurred while \output is active [] - [99 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led --dark-color-wires.jpg>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push-button-sta -tus/push-button-status.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push-button-sta -tus/push-button-status.ino) [100] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/led-push-button -/led-push-button.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push-button-sta -tus/push-button-status.ino) + [99 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-l +ed-dark-color-wires.jpg>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push-button-s +tatus/push-button-status.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push-button-s +tatus/push-button-status.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/led-push-butt +on/led-push-button.ino +consecutive: +[100]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push-button-s +tatus/push-button-status.ino) Overfull \hbox (0.16989pt too wide) in paragraph at lines 181--184 -[]\T1/cmr/m/n/10.95 Turning the LED on or off de-pend-ing on the push-but-ton. +[]\T1/fvm/m/n/10.95 Turning the LED on or off de-pend-ing on the push-but-ton. Avail- [] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/led-push-button -/led-push-button.ino [101])) (./user-code/push/push-scilab.tex -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/push-button-stat -us.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/push-button-stat -us.sce) -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/sci-ard-meter.p -ng, id=3440, 428.60126pt x 442.65375pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/sci-ard-me -ter.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/sci-ard-met -er.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push -/figures/sci-ard-meter.png used on input line 31. +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/led-push-butt +on/led-push-button.ino [101])) (./user-code/push/push-scilab.tex +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/push-button-st +atus.sce +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/push-button-st +atus.sce +consecutive: +) +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/sci-ard-meter +.png, id=3447, 428.60126pt x 442.65375pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/sci-ard- +meter.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/sci-ard-m +eter.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pu +sh/figures/sci-ard-meter.png used on input line 31. (pdftex.def) Requested size: 178.86702pt x 184.73128pt. [102] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/led-push-button. -sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/push-button-stat -us.sce [103 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/sci --ard-meter.png>]) -Overfull \hbox (0.145pt too wide) in paragraph at lines 64--67 -\T1/cmr/m/n/10.95 able at \T1/fvm/m/n/10.95 O r i g i n / u s e r - c o d e / p - u s h / s c i l a b / l e d - p u s h - b u t t o n . s c e\T1/cmr/m/n/10.95 , - see Foot- - [] - - -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/led-push-button. -sce) -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/push-button-sta -tus.PNG, id=3484, 264.99pt x 268.00125pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/push-butto -n-status.PNG Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/push-button --status.PNG> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push -/figures/push-button-status.PNG used on input line 95. +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/led-push-butto +n.sce +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/push-button-st +atus.sce [103 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures +/sci-ard-meter.png>]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/scilab/led-push-butto +n.sce) +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/push-button-s +tatus.PNG, id=3491, 264.99pt x 268.00125pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/push-but +ton-status.PNG Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/push-butt +on-status.PNG> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pu +sh/figures/push-button-status.PNG used on input line 95. (pdftex.def) Requested size: 178.86702pt x 180.9012pt. Overfull \hbox (6.968pt too wide) in paragraph at lines 113--123 @@ -1798,81 +1804,106 @@ Overfull \hbox (6.968pt too wide) in paragraph at lines 113--123 [] [104] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/led-push-button -.PNG, id=3512, 298.86656pt x 264.99pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/led-push-b -utton.PNG Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/led-push-bu -tton.PNG> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push -/figures/led-push-button.PNG used on input line 138. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/led-push-butt +on.PNG, id=3520, 298.86656pt x 264.99pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/led-push +-button.PNG Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/led-push- +button.PNG> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pu +sh/figures/led-push-button.PNG used on input line 138. (pdftex.def) Requested size: 178.86702pt x 158.59492pt. Overfull \hbox (4.77844pt too wide) in paragraph at lines 155--166 [][] [] -[105 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/push-butto -n-status.PNG>] [106 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/fig -ures/led-push-button.PNG>]) (./user-code/push/push-python.tex -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/python/push-button-stat -us.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/python/push-button-stat -us.py) [107] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/python/led-push-button. -py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/python/push-button-stat -us.py [108]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/python/led-push-button. -py [109])) (./user-code/push/push-julia.tex -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/julia/push-button-statu -s.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/julia/push-button-statu -s.jl) [110] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/julia/led-push-button.j -l) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/julia/push-button-statu -s.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/julia/led-push-button.j -l [111])) (./user-code/push/push-OM.tex -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/push-butto -n-status.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/push-butto -n-status.mo) [112] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/led-push-b -utton.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/push-butto -n-status.mo [113]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/led-push-b -utton.mo [114])) (./user-code/ldr/ldr-base.tex [115] [116 +[105 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/figures/push-but +ton-status.PNG>]) (./user-code/push/push-python.tex [106 </home/sudhakak/Deskto +p/FLOSS-Arduino-Book/user-code/push/figures/led-push-button.PNG>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/python/push-button-st +atus.py +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/python/push-button-st +atus.py +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/python/led-push-butto +n.py +consecutive: +[107]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/python/push-button-st +atus.py [108]) +Overfull \hbox (0.28716pt too wide) in paragraph at lines 63--66 +\T1/fvm/m/n/10.95 able at O r i g i n / u s e r - c o d e / p u s h / p y t h o + n / l e d - p u s h - b u t t o n . p y, see Foot-note []2[][] on page 2[][][] +. + [] + + +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/python/led-push-butto +n.py) [109]) (./user-code/push/push-julia.tex +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/julia/push-button-sta +tus.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/julia/push-button-sta +tus.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/julia/led-push-button +.jl +consecutive: +[110]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/julia/push-button-sta +tus.jl) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/julia/led-push-button +.jl)) (./user-code/push/push-OM.tex [111] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/push-but +ton-status.mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/push-but +ton-status.mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/led-push +-button.mo +consecutive: +[112]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/push-but +ton-status.mo [113]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/push/OpenModelica/led-push +-button.mo [114])) (./user-code/ldr/ldr-base.tex [115] [116 ] Chapter 6. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr.jpg, id=3837 -, 106.89937pt x 94.85437pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr.jpg Gra -phic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/ -figures/ldr.jpg used on input line 62. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr.jpg, id=38 +45, 106.89937pt x 94.85437pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr.jpg G +raphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ld +r/figures/ldr.jpg used on input line 62. (pdftex.def) Requested size: 178.86702pt x 158.72462pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr_sym.png, id= -3838, 1009.52156pt x 741.52031pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr_sym.png - Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr_sym.png> - -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/ -figures/ldr_sym.png used on input line 65. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr_sym.png, i +d=3846, 1009.52156pt x 741.52031pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr_sym.p +ng Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr_sym.pn +g> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ld +r/figures/ldr_sym.png used on input line 65. (pdftex.def) Requested size: 178.86702pt x 131.37468pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-conn.png, id -=3839, 415.5525pt x 450.68375pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-conn.pn -g Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-conn.png -> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/ -figures/ldr-conn.png used on input line 71. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-conn.png, +id=3847, 415.5525pt x 450.68375pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-conn. +png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-conn.p +ng> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ld +r/figures/ldr-conn.png used on input line 71. (pdftex.def) Requested size: 178.86702pt x 193.98965pt. [117] Overfull \hbox (0.60098pt too wide) in paragraph at lines 87--87 @@ -1882,86 +1913,92 @@ Overfull \hbox (0.60098pt too wide) in paragraph at lines 87--87 Underfull \vbox (badness 3333) has occurred while \output is active [] - [118 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr.jpg> < -/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr_sym.png> </ho -me/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-conn.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR.png, id=3853 -, 455.301pt x 208.78pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR.png Gra -phic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/ -figures/LDR.png used on input line 102. + [118 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr.jpg> + </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr_sym.png> +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-conn.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR.png, id=38 +61, 455.301pt x 208.78pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR.png G +raphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ld +r/figures/LDR.png used on input line 102. (pdftex.def) Requested size: 397.48499pt x 182.27425pt. - [119 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led-dark-col -or-wires.jpg, id=3866, 477.785pt x 269.005pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led-dar -k-color-wires.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led-dark --color-wires.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/ -figures/LDR-led-dark-color-wires.jpg used on input line 125. + [119 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR.png> +] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led-dark-c +olor-wires.jpg, id=3874, 477.785pt x 269.005pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led-d +ark-color-wires.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led-da +rk-color-wires.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ld +r/figures/LDR-led-dark-color-wires.jpg used on input line 125. (pdftex.def) Requested size: 397.48499pt x 223.79128pt. -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-read/ldr-rea -d.ino) [120 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR- -led-dark-color-wires.jpg>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-read/ldr-rea -d.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-read/ldr-rea -d.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-read/ldr-rea -d.ino [121]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-led/ldr-led. -ino)) (./user-code/ldr/ldr-scilab.tex [122] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr-read.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr-read.sce) -[123] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr-read.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr-led.sce) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-read/ldr-r +ead.ino +consecutive: +) [120 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led +-dark-color-wires.jpg>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-read/ldr-r +ead.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-read/ldr-r +ead.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-read/ldr-r +ead.ino [121]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-led/ldr-le +d.ino)) (./user-code/ldr/ldr-scilab.tex [122] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr-read.sce +consecutive: +) (/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr-read.sce +consecutive: +) [123] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr-read.sce) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/scilab/ldr-led.sce) [124] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read-xcos.PN -G, id=3988, 257.46187pt x 304.13625pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read-xc -os.PNG Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read-xco -s.PNG> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/ -figures/ldr-read-xcos.PNG used on input line 131. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read-xcos. +PNG, id=3996, 257.46187pt x 304.13625pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read- +xcos.PNG Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read-x +cos.PNG> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ld +r/figures/ldr-read-xcos.PNG used on input line 131. (pdftex.def) Requested size: 178.86702pt x 211.2975pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read-plot.PN -G, id=3991, 1284.8pt x 571.13374pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read-pl -ot.PNG Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read-plo -t.PNG> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/ -figures/ldr-read-plot.PNG used on input line 141. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read-plot. +PNG, id=3999, 1284.8pt x 571.13374pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read- +plot.PNG Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read-p +lot.PNG> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ld +r/figures/ldr-read-plot.PNG used on input line 141. (pdftex.def) Requested size: 357.73405pt x 159.01874pt. - -Underfull \vbox (badness 3849) has occurred while \output is active [] - - [125 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read-x -cos.PNG> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-rea -d-plot.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-2.png, i -d=4002, 764.8575pt x 743.77875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-2.p -ng Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-2.pn -g> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/ -figures/ldr-led-2.png used on input line 194. + [125 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-read +-xcos.PNG> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr +-read-plot.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-2.png, + id=4010, 764.8575pt x 743.77875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-2 +.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-2. +png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ld +r/figures/ldr-led-2.png used on input line 194. (pdftex.def) Requested size: 258.36281pt x 251.2358pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-read-plo -t.PNG, id=4007, 1284.8pt x 571.13374pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-rea -d-plot.PNG Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-read --plot.PNG> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/ -figures/ldr-led-read-plot.PNG used on input line 215. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-read-p +lot.PNG, id=4015, 1284.8pt x 571.13374pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-r +ead-plot.PNG Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-re +ad-plot.PNG> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ld +r/figures/ldr-led-read-plot.PNG used on input line 215. (pdftex.def) Requested size: 357.73405pt x 159.01874pt. Overfull \hbox (4.77844pt too wide) in paragraph at lines 224--244 @@ -1974,961 +2011,1133 @@ Underfull \vbox (badness 10000) has occurred while \output is active [] [126] Underfull \vbox (badness 10000) has occurred while \output is active [] - [127 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-2. -png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led-rea -d-plot.png>] (/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr- -read.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr-read.py + [127 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led- +2.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-led +-read-plot.png>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr-read.py +consecutive: +) (/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr-read.py +consecutive: [128]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr-read.py -[129]) (/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr-led.py +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr-read.py +[129]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/python/ldr-led.py [130])) (./user-code/ldr/ldr-julia.tex -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr-read.jl -[131]) (/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr-read.jl -) (/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr-read.jl -[132]) (/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr-led.jl) -) (./user-code/ldr/ldr-OM.tex [133] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr-read.mo -) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr-read.mo -) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr-read.mo -[134]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr-led.mo -[135])) (./user-code/pot/pot-base.tex [136] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr-read.jl +consecutive: +[131]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr-read.jl +consecutive: +) (/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr-read.jl +[132]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/julia/ldr-led.jl)) +(./user-code/ldr/ldr-OM.tex [133] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr-read. +mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr-read. +mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr-read. +mo [134]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ldr/OpenModelica/ldr-led.m +o [135])) (./user-code/pot/pot-base.tex [136] Chapter 7. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/potmeter.png, id -=4286, 1576.38937pt x 1305.37688pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/potmeter.pn -g Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/potmeter.png -> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/ -figures/potmeter.png used on input line 65. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/potmeter.png, +id=4294, 1576.38937pt x 1305.37688pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/potmeter. +png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/potmeter.p +ng> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/po +t/figures/potmeter.png used on input line 65. (pdftex.def) Requested size: 178.86702pt x 148.11337pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/schematic.png, i -d=4287, 415.5525pt x 417.56pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/schematic.p -ng Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/schematic.pn -g> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/ -figures/schematic.png used on input line 68. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/schematic.png, + id=4295, 415.5525pt x 417.56pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/schematic +.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/schematic. +png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/po +t/figures/schematic.png used on input line 68. (pdftex.def) Requested size: 178.86702pt x 179.73206pt. [137 -] [138 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/potmeter. -png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/schematic.p -ng>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb-dark- -color-wires.jpg, id=4303, 477.785pt x 277.838pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb- -dark-color-wires.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb-d -ark-color-wires.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/ -figures/POT-led-bb-dark-color-wires.jpg used on input line 113. +] [138 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/potmete +r.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/schemat +ic.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb-dar +k-color-wires.jpg, id=4311, 477.785pt x 277.838pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-b +b-dark-color-wires.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb +-dark-color-wires.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/po +t/figures/POT-led-bb-dark-color-wires.jpg used on input line 113. (pdftex.def) Requested size: 397.48499pt x 231.13965pt. Overfull \hbox (9.68646pt too wide) in paragraph at lines 112--114 [] [] [] -[139 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb- -dark-color-wires.jpg>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot-threshold/po -t-threshold.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot-threshold/po -t-threshold.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot-threshold/po -t-threshold.ino [140])) (./user-code/pot/pot-scilab.tex [141] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/scilab/pot-threshold.sce -) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/scilab/pot-threshold.sce +[139 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-b +b-dark-color-wires.jpg>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot-threshold/ +pot-threshold.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot-threshold/ +pot-threshold.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot-threshold/ +pot-threshold.ino [140])) (./user-code/pot/pot-scilab.tex +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/scilab/pot-threshold.s +ce +consecutive: +[141]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/scilab/pot-threshold.s +ce +consecutive: ) Overfull \hbox (6.93184pt too wide) in paragraph at lines 39--43 -[]\T1/cmr/m/n/10.95 Turning on LEDs de-pend-ing on the po-ten-tiome-ter thresh- +[]\T1/fvm/m/n/10.95 Turning on LEDs de-pend-ing on the po-ten-tiome-ter thresh- old. Avail- [] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/scilab/pot-threshold.sce -) [142] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/pot-threshold-1. -PNG, id=4405, 1008.76875pt x 719.68875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/pot-thresho -ld-1.PNG Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/pot-threshol -d-1.PNG> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/ -figures/pot-threshold-1.PNG used on input line 60. +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/scilab/pot-threshold.s +ce) [142] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/pot-threshold- +1.PNG, id=4413, 1008.76875pt x 719.68875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/pot-thres +hold-1.PNG Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/pot-thresh +old-1.PNG> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/po +t/figures/pot-threshold-1.PNG used on input line 60. (pdftex.def) Requested size: 357.73405pt x 255.22224pt. Overfull \hbox (4.77844pt too wide) in paragraph at lines 78--107 [][] [] -[143 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/pot-thresho -ld-1.png>]) (./user-code/pot/pot-python.tex -Underfull \vbox (badness 4752) has occurred while \output is active [] +) (./user-code/pot/pot-python.tex [143 </home/sudhakak/Desktop/FLOSS-Arduino-Bo +ok/user-code/pot/figures/pot-threshold-1.png>] +Underfull \vbox (badness 10000) has occurred while \output is active [] [144] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/python/pot-threshold.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/python/pot-threshold.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/python/pot-threshold.py -[145])) (./user-code/pot/pot-julia.tex +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/python/pot-threshold.p +y +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/python/pot-threshold.p +y +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/python/pot-threshold.p +y [145])) (./user-code/pot/pot-julia.tex Underfull \vbox (badness 10000) has occurred while \output is active [] [146] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/julia/pot-threshold.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/julia/pot-threshold.jl) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/julia/pot-threshold.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/julia/pot-threshold.jl +consecutive: +) Overfull \hbox (0.88127pt too wide) in paragraph at lines 36--40 -[]\T1/cmr/m/n/10.95 Turning on LEDs de-pend-ing on the po-ten-tiome-ter thresh- +[]\T1/fvm/m/n/10.95 Turning on LEDs de-pend-ing on the po-ten-tiome-ter thresh- old. Avail- [] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/julia/pot-threshold.jl + +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/julia/pot-threshold.jl [147])) (./user-code/pot/pot-OM.tex -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/OpenModelica/pot-thresho -ld.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/OpenModelica/pot-thresho -ld.mo) [148] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/OpenModelica/pot-thres +hold.mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/OpenModelica/pot-thres +hold.mo +consecutive: +) [148] Overfull \hbox (7.95369pt too wide) in paragraph at lines 36--40 -[]\T1/cmr/m/n/10.95 Turning on LEDs de-pend-ing on the po-ten-tiome-ter thresh- +[]\T1/fvm/m/n/10.95 Turning on LEDs de-pend-ing on the po-ten-tiome-ter thresh- [] Overfull \hbox (24.30972pt too wide) in paragraph at lines 36--40 -\T1/cmr/m/n/10.95 old. Avail-able at Ar-duino -> Se-ri-al-Com-mu-ni-ca-tion -> +\T1/fvm/m/n/10.95 old. Avail-able at Ar-duino -> Se-ri-al-Com-mu-ni-ca-tion -> Ex-am-ples -> pot -> pot_threshold. [] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/OpenModelica/pot-thresho -ld.mo [149])) (./user-code/thermistor/thermistor-base.tex [150] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/pot/OpenModelica/pot-thres +hold.mo [149])) (./user-code/thermistor/thermistor-base.tex [150] Chapter 8. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/NTC-bead. -jpg, id=4609, 139.9629pt x 126.2316pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/NTC- -bead.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/NTC-b -ead.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther -mistor/figures/NTC-bead.jpg used on input line 70. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/NTC-bea +d.jpg, id=4617, 139.9629pt x 126.2316pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/NT +C-bead.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/NTC +-bead.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/th +ermistor/figures/NTC-bead.jpg used on input line 70. (pdftex.def) Requested size: 178.86702pt x 161.32933pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm-sym -.png, id=4612, 1284.8pt x 913.4125pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/ther -m-sym.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm --sym.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther -mistor/figures/therm-sym.png used on input line 73. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm-s +ym.png, id=4620, 1284.8pt x 913.4125pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/th +erm-sym.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/the +rm-sym.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/th +ermistor/figures/therm-sym.png used on input line 73. (pdftex.def) Requested size: 119.2467pt x 84.76808pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/THERMISTO -R-Diagram-crop.pdf, id=4613, 329.23pt x 422.57875pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/THER -MISTOR-Diagram-crop.pdf Graphic file (type pdf) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/THERM -ISTOR-Diagram-crop.pdf> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther -mistor/figures/THERMISTOR-Diagram-crop.pdf used on input line 83. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/THERMIS +TOR-Diagram-crop.pdf, id=4621, 329.23pt x 422.57875pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/TH +ERMISTOR-Diagram-crop.pdf Graphic file (type pdf) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/THE +RMISTOR-Diagram-crop.pdf> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/th +ermistor/figures/THERMISTOR-Diagram-crop.pdf used on input line 83. (pdftex.def) Requested size: 178.86702pt x 229.58835pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/BUZZER-Di -agram-crop.pdf, id=4614, 307.1475pt x 366.36874pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/BUZZ -ER-Diagram-crop.pdf Graphic file (type pdf) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/BUZZE -R-Diagram-crop.pdf> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther -mistor/figures/BUZZER-Diagram-crop.pdf used on input line 87. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/BUZZER- +Diagram-crop.pdf, id=4622, 307.1475pt x 366.36874pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/BU +ZZER-Diagram-crop.pdf Graphic file (type pdf) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/BUZ +ZER-Diagram-crop.pdf> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/th +ermistor/figures/BUZZER-Diagram-crop.pdf used on input line 87. (pdftex.def) Requested size: 178.86702pt x 213.35492pt. [151 ] Underfull \vbox (badness 10000) has occurred while \output is active [] - [152 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/NTC --bead.jpg> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figure -s/therm-sym.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/ -figures/THERMISTOR-Diagram-crop.pdf> </home/fossee/Desktop/FLOSS-Arduino-Book/u -ser-code/thermistor/figures/BUZZER-Diagram-crop.pdf>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermisto -r.png, id=4644, 453.695pt x 236.885pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/ther -mistor.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm -istor.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther -mistor/figures/thermistor.png used on input line 110. + [152 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/N +TC-bead.jpg> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/fi +gures/therm-sym.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/therm +istor/figures/THERMISTOR-Diagram-crop.pdf> </home/sudhakak/Desktop/FLOSS-Arduin +o-Book/user-code/thermistor/figures/BUZZER-Diagram-crop.pdf>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermis +tor.png, id=4652, 453.695pt x 236.885pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/th +ermistor.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/the +rmistor.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/th +ermistor/figures/thermistor.png used on input line 110. (pdftex.def) Requested size: 397.48499pt x 207.53772pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermisto -r-buzzer-dark-color-wires.jpg, id=4648, 477.785pt x 233.673pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/ther -mistor-buzzer-dark-color-wires.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm -istor-buzzer-dark-color-wires.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther -mistor/figures/thermistor-buzzer-dark-color-wires.jpg used on input line 124. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermis +tor-buzzer-dark-color-wires.jpg, id=4656, 477.785pt x 233.673pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/th +ermistor-buzzer-dark-color-wires.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/the +rmistor-buzzer-dark-color-wires.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/th +ermistor/figures/thermistor-buzzer-dark-color-wires.jpg used on input line 124 +. (pdftex.def) Requested size: 397.48499pt x 194.3978pt. - [153 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/the -rmistor.png>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-rea -d/therm-read.ino) [154 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/therm -istor/figures/thermistor-buzzer-dark-color-wires.jpg>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-rea -d/therm-read.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-rea -d/therm-read.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-buz -zer/therm-buzzer.ino [155]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-rea -d/therm-read.ino [156]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-buz -zer/therm-buzzer.ino)) (./user-code/thermistor/thermistor-scilab.tex -Underfull \vbox (badness 5119) has occurred while \output is active [] + [153 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/t +hermistor.png>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-r +ead/therm-read.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-r +ead/therm-read.ino +consecutive: +) [154 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/ +thermistor-buzzer-dark-color-wires.jpg>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-r +ead/therm-read.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-b +uzzer/therm-buzzer.ino +consecutive: +[155]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-r +ead/therm-read.ino [156]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-b +uzzer/therm-buzzer.ino)) (./user-code/thermistor/thermistor-scilab.tex +Underfull \vbox (badness 10000) has occurred while \output is active [] [157] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm-read -.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm-read -.sce) [158] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm-buzz -er.sce) [159] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm-read -.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm-buzz -er.sce [160]) -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm-rea -d-xcos.png, id=4810, 617.30624pt x 548.0475pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/ther -m-read-xcos.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm --read-xcos.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther -mistor/figures/therm-read-xcos.png used on input line 174. +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm-re +ad.sce +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm-re +ad.sce +consecutive: +) [158] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm-bu +zzer.sce +consecutive: +) [159] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm-re +ad.sce) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/scilab/therm-bu +zzer.sce [160]) +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm-r +ead-xcos.png, id=4823, 617.30624pt x 548.0475pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/th +erm-read-xcos.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/the +rm-read-xcos.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/th +ermistor/figures/therm-read-xcos.png used on input line 174. (pdftex.def) Requested size: 194.76982pt x 172.91183pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm-rea -d.png, id=4815, 632.3625pt x 529.98pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/ther -m-read.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm --read.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther -mistor/figures/therm-read.png used on input line 207. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm-r +ead.png, id=4828, 632.3625pt x 529.98pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/th +erm-read.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/the +rm-read.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/th +ermistor/figures/therm-read.png used on input line 207. (pdftex.def) Requested size: 194.76982pt x 163.23271pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm-buz -zer-xcos.png, id=4818, 627.34375pt x 530.98375pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/ther -m-buzzer-xcos.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm --buzzer-xcos.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther -mistor/figures/therm-buzzer-xcos.png used on input line 226. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm-b +uzzer-xcos.png, id=4831, 627.34375pt x 530.98375pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/th +erm-buzzer-xcos.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/the +rm-buzzer-xcos.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/th +ermistor/figures/therm-buzzer-xcos.png used on input line 226. (pdftex.def) Requested size: 258.36281pt x 218.68509pt. - [161] [162 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figur -es/therm-read-xcos.png>] + [161] Overfull \hbox (4.77844pt too wide) in paragraph at lines 248--268 [][] [] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm-buz -zer.png, id=4851, 612.2875pt x 589.20125pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/ther -m-buzzer.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm --buzzer.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther -mistor/figures/therm-buzzer.png used on input line 272. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm-b +uzzer.png, id=4854, 612.2875pt x 589.20125pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/th +erm-buzzer.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/the +rm-buzzer.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/th +ermistor/figures/therm-buzzer.png used on input line 272. (pdftex.def) Requested size: 258.36281pt x 248.6226pt. -[163 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/ther -m-read.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figur -es/therm-buzzer-xcos.png>]) (./user-code/thermistor/thermistor-python.tex +[162 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/th +erm-read-xcos.png>] +Underfull \vbox (badness 5817) has occurred while \output is active [] + + [163 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/t +herm-read.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/ +figures/therm-buzzer-xcos.png>]) (./user-code/thermistor/thermistor-python.tex [164] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm-read -.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm-read -.py) [165 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures -/therm-buzzer.png>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm-buzz -er.py) [166] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm-read -.py) [167] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm-buzz -er.py) [168]) (./user-code/thermistor/thermistor-julia.tex -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm-read. -jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm-read. -jl) [169] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm-buzze -r.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm-read. -jl [170]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm-buzze -r.jl)) (./user-code/thermistor/thermistor-OM.tex -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/ther -m-read.mo) [171] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/ther -m-read.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/ther -m-buzzer.mo) [172] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/ther -m-read.mo) [173] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/ther -m-buzzer.mo)) (./user-code/servo/servo-base.tex [174] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm-re +ad.py +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm-re +ad.py +consecutive: +) [165 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/ +therm-buzzer.png>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm-bu +zzer.py +consecutive: +) [166] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm-re +ad.py) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/python/therm-bu +zzer.py [167])) (./user-code/thermistor/thermistor-julia.tex [168] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm-rea +d.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm-rea +d.jl +consecutive: +) [169] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm-buz +zer.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm-rea +d.jl) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/julia/therm-buz +zer.jl [170])) (./user-code/thermistor/thermistor-OM.tex +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/th +erm-read.mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/th +erm-read.mo +consecutive: +) [171] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/th +erm-buzzer.mo +consecutive: +) [172] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/th +erm-read.mo) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/thermistor/OpenModelica/th +erm-buzzer.mo [173])) (./user-code/servo/servo-base.tex [174] Chapter 9. [175 ] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-uno-shie -ld.jpg, id=5174, 1110.0672pt x 508.7808pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-uno --shield.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-uno- -shield.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/serv -o/figures/servo-uno-shield.jpg used on input line 82. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-uno-sh +ield.jpg, id=5185, 1110.0672pt x 508.7808pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-u +no-shield.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-un +o-shield.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/se +rvo/figures/servo-uno-shield.jpg used on input line 82. (pdftex.def) Requested size: 258.36281pt x 118.41452pt. - [176 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-un -o-shield.jpg>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb-dark- -color-wires.jpg, id=5181, 477.785pt x 284.262pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb- -dark-color-wires.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb-d -ark-color-wires.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/serv -o/figures/servo-bb-dark-color-wires.jpg used on input line 119. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb-dar +k-color-wires.jpg, id=5187, 477.785pt x 284.262pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-b +b-dark-color-wires.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb +-dark-color-wires.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/se +rvo/figures/servo-bb-dark-color-wires.jpg used on input line 119. (pdftex.def) Requested size: 357.73405pt x 212.83595pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot-bb-d -ark-color-wires.jpg, id=5187, 477.785pt x 278.641pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot --bb-dark-color-wires.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot- -bb-dark-color-wires.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/serv -o/figures/servo-pot-bb-dark-color-wires.jpg used on input line 133. + [176 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo- +uno-shield.jpg>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot-bb +-dark-color-wires.jpg, id=5197, 477.785pt x 278.641pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-p +ot-bb-dark-color-wires.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-po +t-bb-dark-color-wires.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/se +rvo/figures/servo-pot-bb-dark-color-wires.jpg used on input line 133. (pdftex.def) Requested size: 357.73405pt x 208.62733pt. - [177 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb --dark-color-wires.jpg>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/ser -vo-init.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/ser -vo-init.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/ser -vo-init.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/ser -vo-init.ino) [178 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figu -res/servo-pot-bb-dark-color-wires.jpg>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-reverse/ -servo-reverse.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-pot/serv -o-pot.ino) [179] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/ser -vo-init.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-reverse/ -servo-reverse.ino [180]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-loop/ser -vo-loop.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-pot/serv -o-pot.ino [181])) (./user-code/servo/servo-scilab.tex -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-init.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-init.sce) -[182] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-reverse.s -ce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-pot.sce) -[183] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-init.sce) - + [177 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo- +bb-dark-color-wires.jpg>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/s +ervo-init.ino) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/s +ervo-init.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/s +ervo-init.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/s +ervo-init.ino +consecutive: +) [178 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo +-pot-bb-dark-color-wires.jpg>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-revers +e/servo-reverse.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-pot/se +rvo-pot.ino +consecutive: +) [179] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/s +ervo-init.ino) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-revers +e/servo-reverse.ino [180]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-loop/s +ervo-loop.ino) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-pot/se +rvo-pot.ino) [181]) (./user-code/servo/servo-scilab.tex +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-init.sc +e +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-init.sc +e +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-reverse +.sce +consecutive: +[182]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-pot.sce +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-init.sc +e [183]) Overfull \hbox (2.47322pt too wide) in paragraph at lines 131--135 -[]\T1/cmr/m/n/10.95 Rotating the ser-vo-mo-tor to a spec-i-fied de-gree and re- +[]\T1/fvm/m/n/10.95 Rotating the ser-vo-mo-tor to a spec-i-fied de-gree and re- vers-ing. Avail- [] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-reverse.s -ce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-loop.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-pot.sce -[184]) -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-init.png -, id=5395, 265.74281pt x 309.40594pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-ini -t.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-init -.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/serv -o/figures/servo-init.png used on input line 170. +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-reverse +.sce) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-loop.sc +e) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo-pot.sce +) [184] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-init.p +ng, id=5409, 265.74281pt x 309.40594pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-i +nit.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-in +it.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/se +rvo/figures/servo-init.png used on input line 170. (pdftex.def) Requested size: 178.86702pt x 208.2593pt. - [185 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-in -it.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-reverse. -png, id=5413, 244.66406pt x 281.55188pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-rev -erse.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-reve -rse.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/serv -o/figures/servo-reverse.png used on input line 205. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-revers +e.png, id=5415, 244.66406pt x 281.55188pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-r +everse.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-re +verse.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/se +rvo/figures/servo-reverse.png used on input line 205. (pdftex.def) Requested size: 178.86702pt x 205.84047pt. - [186 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-re -verse.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-loop.png -, id=5424, 281.55188pt x 347.04657pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-loo -p.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-loop -.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/serv -o/figures/servo-loop.png used on input line 243. + [185 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo- +init.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-loop.p +ng, id=5430, 281.55188pt x 347.04657pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-l +oop.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-lo +op.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/se +rvo/figures/servo-loop.png used on input line 243. (pdftex.def) Requested size: 178.86702pt x 220.47803pt. - [187 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-lo -op.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot.png, - id=5437, 286.06876pt x 292.09125pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot -.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot. -png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/serv -o/figures/servo-pot.png used on input line 285. + [186 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo- +reverse.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot.pn +g, id=5441, 286.06876pt x 292.09125pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-p +ot.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-po +t.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/se +rvo/figures/servo-pot.png used on input line 285. (pdftex.def) Requested size: 178.86702pt x 182.63234pt. - + [187 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo- +loop.png>] Overfull \hbox (17.60953pt too wide) in paragraph at lines 306--317 [][] [] -) (./user-code/servo/servo-python.tex [188] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-init.py) -[189 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot -.png>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-init.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-reverse.p -y) (/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-pot.py +[188 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-p +ot.png>]) (./user-code/servo/servo-python.tex +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-init.py +consecutive: +) [189] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-init.py +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-reverse +.py +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-pot.py +consecutive: ) [190] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-init.py +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-init.py [191]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-reverse.p -y [192]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-loop.py -[193]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-pot.py)) -(./user-code/servo/servo-julia.tex [194] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-init.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-init.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-reverse.jl +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-reverse +.py) [192] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-loop.py +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-pot.py +[193])) (./user-code/servo/servo-julia.tex [194] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-init.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-init.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-reverse. +jl +consecutive: ) [195] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-pot.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-init.jl) -[196] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-reverse.jl -) (/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-loop.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-pot.jl -[197])) (./user-code/servo/servo-OM.tex -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-ini -t.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-ini -t.mo) [198] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-rev -erse.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-pot -.mo) [199] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-ini -t.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-rev -erse.mo [200]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-loo -p.mo [201]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-pot -.mo [202])) (./user-code/dcmotor/dcmotor-base.tex [203] [204 - -] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-pot.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-init.jl) + +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-reverse. +jl [196]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-loop.jl) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/julia/servo-pot.jl)) +(./user-code/servo/servo-OM.tex +Underfull \vbox (badness 2351) has occurred while \output is active [] + + [197] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-i +nit.mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-i +nit.mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-r +everse.mo +consecutive: +) [198] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-p +ot.mo +consecutive: +) [199] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-i +nit.mo) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-r +everse.mo [200]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-l +oop.mo [201]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/servo/OpenModelica/servo-p +ot.mo)) (./user-code/dcmotor/dcmotor-base.tex [202] Chapter 10. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor_boar -d.png, id=5931, 247.92625pt x 232.87pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor -_board.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor_ -board.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmo -tor/figures/dcmotor_board.png used on input line 68. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor_bo +ard.png, id=5935, 247.92625pt x 232.87pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmot +or_board.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmoto +r_board.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dc +motor/figures/dcmotor_board.png used on input line 68. (pdftex.def) Requested size: 258.36281pt x 242.69075pt. -[205] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/uno-pwm.jpg, - id=5939, 426.8748pt x 319.9152pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/uno-pwm -.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/uno-pwm. -jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmo -tor/figures/uno-pwm.jpg used on input line 106. +[203 + +] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/uno-pwm.jp +g, id=5942, 426.8748pt x 319.9152pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/uno-p +wm.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/uno-pw +m.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dc +motor/figures/uno-pwm.jpg used on input line 106. (pdftex.def) Requested size: 258.36281pt x 193.63959pt. - [206 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmoto -r_board.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/schematic.pn -g, id=5947, 415.5525pt x 467.7475pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/schemat -ic.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/schemati -c.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmo -tor/figures/schematic.png used on input line 129. + [204 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmo +tor_board.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/schematic. +png, id=5950, 415.5525pt x 467.7475pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/schem +atic.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/schema +tic.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dc +motor/figures/schematic.png used on input line 129. (pdftex.def) Requested size: 178.86702pt x 201.33447pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dc_motor_des -cription.jpg, id=5948, 2469.97781pt x 1973.12157pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dc_moto -r_description.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dc_motor -_description.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmo -tor/figures/dc_motor_description.jpg used on input line 135. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dc_motor_d +escription.jpg, id=5951, 2469.97781pt x 1973.12157pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dc_mo +tor_description.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dc_mot +or_description.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dc +motor/figures/dc_motor_description.jpg used on input line 135. (pdftex.def) Requested size: 258.36281pt x 206.38603pt. - [207 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/uno-pw -m.jpg>] + [205 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/uno- +pwm.jpg>] Underfull \vbox (badness 7540) has occurred while \output is active [] - [208 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/schema -tic.png> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dc_ -motor_description.jpg>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-cloc -k/dcmotor-clock.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-cloc -k/dcmotor-clock.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-cloc -k/dcmotor-clock.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-both -/dcmotor-both.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-both -/dcmotor-both.ino) [209] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-cloc -k/dcmotor-clock.ino) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-both -/dcmotor-both.ino [210]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-loop -/dcmotor-loop.ino)) (./user-code/dcmotor/dcmotor-scilab.tex [211] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-clock -.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-clock -.sce) [212] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-clock -.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-clock -.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-both. -sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-both. -sce) [213] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-clock -.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-both. -sce) [214] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-loop. -sce) -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor-cloc -k.png, id=6135, 807.015pt x 738.76pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor --clock.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor- -clock.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmo -tor/figures/dcmotor-clock.png used on input line 294. + [206 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/sche +matic.png> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures +/dc_motor_description.jpg>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-cl +ock/dcmotor-clock.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-cl +ock/dcmotor-clock.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-cl +ock/dcmotor-clock.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-bo +th/dcmotor-both.ino +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-bo +th/dcmotor-both.ino +consecutive: +) [207] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-cl +ock/dcmotor-clock.ino) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-bo +th/dcmotor-both.ino [208]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/arduino/dcmotor-lo +op/dcmotor-loop.ino)) (./user-code/dcmotor/dcmotor-scilab.tex [209] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-clo +ck.sce +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-clo +ck.sce +consecutive: +) [210] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-clo +ck.sce +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-clo +ck.sce +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-bot +h.sce +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-bot +h.sce +consecutive: +) [211] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-clo +ck.sce) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-bot +h.sce) [212] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/scilab/dcmotor-loo +p.sce) +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor-cl +ock.png, id=6139, 807.015pt x 738.76pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmot +or-clock.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmoto +r-clock.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dc +motor/figures/dcmotor-clock.png used on input line 294. (pdftex.def) Requested size: 178.86702pt x 163.73386pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor-both -.png, id=6141, 784.9325pt x 716.6775pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor --both.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor- -both.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmo -tor/figures/dcmotor-both.png used on input line 348. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor-bo +th.png, id=6145, 784.9325pt x 716.6775pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmot +or-both.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmoto +r-both.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dc +motor/figures/dcmotor-both.png used on input line 348. (pdftex.def) Requested size: 178.86702pt x 163.3123pt. - [215] [216 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/ -dcmotor-clock.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor-loop -.png, id=6177, 775.89874pt x 756.8275pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor --loop.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor- -loop.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmo -tor/figures/dcmotor-loop.png used on input line 392. + [213] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor-lo +op.png, id=6174, 775.89874pt x 756.8275pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmot +or-loop.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmoto +r-loop.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dc +motor/figures/dcmotor-loop.png used on input line 392. (pdftex.def) Requested size: 178.86702pt x 174.47084pt. - [217 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmoto -r-both.png>]) (./user-code/dcmotor/dcmotor-python.tex -[218 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor --loop.png>] [219] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-clock -.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-clock -.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-clock -.py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-clock -.py) [220] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-both. -py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-both. -py) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-clock -.py [221]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-both. -py [222]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-loop. -py [223])) (./user-code/dcmotor/dcmotor-julia.tex [224] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-clock. -jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-clock. -jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-clock. -jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-clock. -jl) [225] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-both.j -l) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-both.j -l) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-clock. -jl [226]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-both.j -l) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-loop.j -l)) (./user-code/dcmotor/dcmotor-OM.tex [227] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor --clock.mo) [228] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor --clock.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor --clock.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor --clock.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor --both.mo) [229] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor --both.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor --clock.mo [230]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor --both.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmotor --loop.mo [231])) (./user-code/modbus/modbus-base.tex [232] + [214 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmo +tor-clock.png>] [215 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmot +or/figures/dcmotor-both.png>]) +(./user-code/dcmotor/dcmotor-python.tex [216 </home/sudhakak/Desktop/FLOSS-Ardu +ino-Book/user-code/dcmotor/figures/dcmotor-loop.png>] [217] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-clo +ck.py +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-clo +ck.py +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-clo +ck.py +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-clo +ck.py +consecutive: +) [218] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-bot +h.py +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-bot +h.py +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-clo +ck.py [219]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-bot +h.py [220]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/python/dcmotor-loo +p.py [221])) (./user-code/dcmotor/dcmotor-julia.tex [222] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-cloc +k.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-cloc +k.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-cloc +k.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-cloc +k.jl +consecutive: +) [223] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-both +.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-both +.jl +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-cloc +k.jl [224]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-both +.jl) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/julia/dcmotor-loop +.jl)) (./user-code/dcmotor/dcmotor-OM.tex [225] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmot +or-clock.mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmot +or-clock.mo +consecutive: +) [226] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmot +or-clock.mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmot +or-clock.mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmot +or-both.mo +consecutive: +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmot +or-both.mo +consecutive: +) [227] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmot +or-clock.mo) [228] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmot +or-both.mo) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/OpenModelica/dcmot +or-loop.mo [229])) (./user-code/modbus/modbus-base.tex [230] Chapter 11. -[233 +[231 ] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig1.png, id= -6641, 672.5125pt x 224.84pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig1.png - Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig1.png> - -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/fig1.png used on input line 66. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig1.png, i +d=6644, 672.5125pt x 224.84pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig1.p +ng Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig1.pn +g> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/fig1.png used on input line 66. (pdftex.def) Requested size: 357.73405pt x 119.60033pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig2.png, id= -6642, 360.34625pt x 375.4025pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig2.png - Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig2.png> - -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/fig2.png used on input line 74. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig2.png, i +d=6645, 360.34625pt x 375.4025pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig2.p +ng Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig2.pn +g> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/fig2.png used on input line 74. (pdftex.def) Requested size: 178.86702pt x 186.33748pt. - [234 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig1.pn -g (PNG copy)> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures -/fig2.png (PNG copy)>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig3.png, id= -6650, 481.04718pt x 214.55156pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig3.png - Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig3.png> - -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/fig3.png used on input line 120. + [232 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig1. +png (PNG copy)> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/fig +ures/fig2.png (PNG copy)>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig3.png, i +d=6653, 481.04718pt x 214.55156pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig3.p +ng Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig3.pn +g> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/fig3.png used on input line 120. (pdftex.def) Requested size: 357.73405pt x 159.55464pt. - [235 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig3.pn -g (PNG copy)>] [236] [237] [238] [239] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/block-diagram -.PNG, id=6701, 398.23781pt x 255.95625pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/block-di -agram.PNG Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/block-dia -gram.PNG> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/block-diagram.PNG used on input line 419. + [233 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig3. +png (PNG copy)>] [234] [235] [236] [237] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/block-diagr +am.PNG, id=6704, 398.23781pt x 255.95625pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/block- +diagram.PNG Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/block-d +iagram.PNG> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/block-diagram.PNG used on input line 419. (pdftex.def) Requested size: 258.36281pt x 166.06104pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/Full-Set-Up.p -ng, id=6702, 722.7pt x 542.025pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/Full-Set --Up.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/Full-Set- -Up.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/Full-Set-Up.png used on input line 426. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/Full-Set-Up +.png, id=6705, 722.7pt x 542.025pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/Full-S +et-Up.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/Full-Se +t-Up.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/Full-Set-Up.png used on input line 426. (pdftex.def) Requested size: 258.36281pt x 193.77246pt. - [240 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/block-d -iagram.PNG>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/arduino_code_ -flowchart.png, id=6715, 645.41125pt x 1114.1625pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/arduino_ -code_flowchart.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/arduino_c -ode_flowchart.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/arduino_code_flowchart.png used on input line 465. -(pdftex.def) Requested size: 258.36281pt x 445.99712pt. -[241 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/Full-Set --Up.png>] +[238 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/block- +diagram.PNG>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/arduino_cod +e_flowchart.png, id=6718, 645.41125pt x 1114.1625pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/arduin +o_code_flowchart.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/arduino +_code_flowchart.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/arduino_code_flowchart.png used on input line 465. +(pdftex.def) Requested size: 258.36281pt x 445.99712pt. + [239 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/Full- +Set-Up.png>] Underfull \vbox (badness 10000) has occurred while \output is active [] - [242 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/arduino -_code_flowchart.png (PNG copy)>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/flowchart.png -, id=6732, 786.94pt x 800.9925pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/flowchar -t.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/flowchart -.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/flowchart.png used on input line 491. + [240 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/ardui +no_code_flowchart.png (PNG copy)>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/flowchart.p +ng, id=6734, 786.94pt x 800.9925pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/flowch +art.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/flowcha +rt.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/flowchart.png used on input line 491. (pdftex.def) Requested size: 357.73405pt x 364.12216pt. -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/arduino/send_packet.i -no)) (./user-code/modbus/modbus-scilab.tex [243] [244 </home/fossee/Desktop/FLO -SS-Arduino-Book/user-code/modbus/figures/flowchart.png (PNG copy)>] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read_val.sce) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read_current.s -ci [245]) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read_voltage.s -ci) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read_active_po -wer.sci) [246] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/current-outpu -t.png, id=6822, 490.83376pt x 170.13562pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/current- -output.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/current-o -utput.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/current-output.png used on input line 143. +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/arduino/send_packet +.ino)) (./user-code/modbus/modbus-scilab.tex [241] [242 </home/sudhakak/Desktop +/FLOSS-Arduino-Book/user-code/modbus/figures/flowchart.png (PNG copy)>] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read_val.sce +) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read_current +.sci [243]) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read_voltage +.sci) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/scilab/read_active_ +power.sci) [244] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/current-out +put.png, id=6825, 490.83376pt x 170.13562pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/curren +t-output.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/current +-output.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/current-output.png used on input line 143. (pdftex.def) Requested size: 397.48499pt x 137.78313pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/current-outpu -t-setup.jpg, id=6823, 277.035pt x 248.127pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/current- -output-setup.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/current-o -utput-setup.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/current-output-setup.jpg used on input line 150. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/current-out +put-setup.jpg, id=6826, 277.035pt x 248.127pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/curren +t-output-setup.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/current +-output-setup.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/current-output-setup.jpg used on input line 150. (pdftex.def) Requested size: 258.36281pt x 231.40312pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltage-outpu -t.png, id=6826, 487.8225pt x 155.07938pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltage- -output.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltage-o -utput.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/voltage-output.png used on input line 162. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltage-out +put.png, id=6829, 487.8225pt x 155.07938pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltag +e-output.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltage +-output.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/voltage-output.png used on input line 162. (pdftex.def) Requested size: 397.48499pt x 126.36134pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltage-outpu -t-setup.jpg, id=6827, 261.1356pt x 269.808pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltage- -output-setup.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltage-o -utput-setup.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/voltage-output-setup.jpg used on input line 169. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltage-out +put-setup.jpg, id=6830, 261.1356pt x 269.808pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltag +e-output-setup.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltage +-output-setup.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/voltage-output-setup.jpg used on input line 169. (pdftex.def) Requested size: 258.36281pt x 266.95018pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active-power- -output.png, id=6830, 492.33937pt x 185.94469pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active-p -ower-output.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active-po -wer-output.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/active-power-output.png used on input line 179. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active-powe +r-output.png, id=6833, 492.33937pt x 185.94469pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active +-power-output.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active- +power-output.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/active-power-output.png used on input line 179. (pdftex.def) Requested size: 397.48499pt x 150.12634pt. -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active-power- -output-setup.jpg, id=6831, 306.9066pt x 264.99pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active-p -ower-output-setup.jpg Graphic file (type jpg) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active-po -wer-output-setup.jpg> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/active-power-output-setup.jpg used on input line 186. +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active-powe +r-output-setup.jpg, id=6834, 306.9066pt x 264.99pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active +-power-output-setup.jpg Graphic file (type jpg) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active- +power-output-setup.jpg> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/active-power-output-setup.jpg used on input line 186. (pdftex.def) Requested size: 258.36281pt x 223.0955pt. Underfull \vbox (badness 1642) has occurred while \output is active [] - [247 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/current --output.png>] -</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/read_value_xc -os.png, id=6842, 635.37375pt x 455.7025pt> -File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/read_val -ue_xcos.png Graphic file (type png) -<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/read_valu -e_xcos.png> -Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/read_value_xcos.png used on input line 207. + [245 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/curre +nt-output.png>] +</home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/read_value_ +xcos.png, id=6844, 635.37375pt x 455.7025pt> +File: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/read_v +alue_xcos.png Graphic file (type png) +<use /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/read_va +lue_xcos.png> +Package pdftex.def Info: /home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/mo +dbus/figures/read_value_xcos.png used on input line 207. (pdftex.def) Requested size: 258.36281pt x 185.30946pt. - -Underfull \hbox (badness 1412) in paragraph at lines 210--210 -\T1/cmr/m/n/10.95 sees when \T1/fvm/m/n/10.95 O r i g i n / u s e r - c o d e / - m o d b u s / s c i l a b, see Footnote []2[][] on - [] - -[248 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/current- -output-setup.jpg> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/fig -ures/voltage-output.png>] + [246 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/curre +nt-output-setup.jpg> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbu +s/figures/voltage-output.png>] Overfull \hbox (16.70493pt too wide) in paragraph at lines 223--235 [][] [] -[249 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltage- -output-setup.jpg> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/fig -ures/active-power-output.png>]) (./user-code/modbus/modbus-python.tex +[247 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/voltag +e-output-setup.jpg> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus +/figures/active-power-output.png>]) (./user-code/modbus/modbus-python.tex Underfull \vbox (badness 6658) has occurred while \output is active [] - [250 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/active- -power-output-setup.jpg> </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb -us/figures/read_value_xcos.png>] [251] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/python/read_current.p -y) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/python/read_voltage.p -y) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/python/read_active_po -wer.py [252])) (./user-code/modbus/modbus-julia.tex [253] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/julia/readCurrent.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/julia/readVoltage.jl) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/julia/readPower.jl -[254])) (./user-code/modbus/modbus-OM.tex + [248 </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/activ +e-power-output-setup.jpg> </home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/ +modbus/figures/read_value_xcos.png>] [249] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/python/read_current +.py) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/python/read_voltage +.py) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/python/read_active_ +power.py [250])) (./user-code/modbus/modbus-julia.tex [251] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/julia/readCurrent.j +l) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/julia/readVoltage.j +l) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/julia/readPower.jl +[252])) (./user-code/modbus/modbus-OM.tex Underfull \vbox (badness 10000) has occurred while \output is active [] - [255] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/OpenModelica/readCurr -ent.mo) -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/OpenModelica/readVolt -age.mo) [256] -(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/OpenModelica/readPowe -r.mo)) (./suppl/appendix.tex [257] [258 + [253] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/OpenModelica/readCu +rrent.mo) +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/OpenModelica/readVo +ltage.mo) [254] +(/home/sudhakak/Desktop/FLOSS-Arduino-Book/user-code/modbus/OpenModelica/readPo +wer.mo)) (./suppl/appendix.tex [255] [256 ] Appendix A. Underfull \hbox (badness 1558) in paragraph at lines 23--23 -[]\T1/cmr/m/n/10.95 Components for the shield, +[]\T1/fvm/m/n/10.95 Components for the shield, [] Underfull \hbox (badness 5878) in paragraph at lines 25--26 -[]\T1/cmr/m/n/10.95 External ac-tu-a-tors (mo-tor, +[]\T1/fvm/m/n/10.95 External ac-tu-a-tors (mo-tor, [] -[259]) (./floss-arduino.bbl [260] +[257]) (./floss-arduino.bbl [258] Underfull \hbox (badness 10000) in paragraph at lines 4--9 -[]\T1/cmr/m/n/10.95 T. Mar-tin. Use of scilab for space mis-sion anal-y-sis. +[]\T1/fvm/m/n/10.95 T. Mar-tin. Use of scilab for space mis-sion anal-y-sis. [] Underfull \hbox (badness 10000) in paragraph at lines 4--9 -\T1/cmr/m/n/10.95 https://www.scilab.org/community/scilabtec/2009/Use-of-Scilab +\T1/fvm/m/n/10.95 https://www.scilab.org/community/scilabtec/2009/Use-of-Scilab -for-space- [] Overfull \hbox (19.10986pt too wide) in paragraph at lines 28--31 -[]\T1/cmr/m/n/10.95 Arduino uno. https://www.arduino.cc/en/uploads/Main/Arduin +[]\T1/fvm/m/n/10.95 Arduino uno. https://www.arduino.cc/en/uploads/Main/Arduin oUnoFront240.jpg. [] Overfull \hbox (13.0502pt too wide) in paragraph at lines 33--37 -[]\T1/cmr/m/n/10.95 Arduino mega. https://www.arduino.cc/en/uploads/Main/Ardui +[]\T1/fvm/m/n/10.95 Arduino mega. https://www.arduino.cc/en/uploads/Main/Ardui noMega2560_R3 [] Overfull \hbox (15.39987pt too wide) in paragraph at lines 49--53 -[]\T1/cmr/m/n/10.95 Candy sort-ing ma-chine. http://beta.ivc.no/wiki/index.php +[]\T1/fvm/m/n/10.95 Candy sort-ing ma-chine. http://beta.ivc.no/wiki/index.php /Skittles_M%26M%27s [] -[261 +[259 ] Underfull \hbox (badness 1577) in paragraph at lines 95--98 -[]\T1/cmr/m/n/10.95 Juliaio/serialports.jl: Se-ri-al-port io streams in ju-lia +[]\T1/fvm/m/n/10.95 Juliaio/serialports.jl: Se-ri-al-port io streams in ju-lia backed by py-se-rial. [] Overfull \hbox (34.60225pt too wide) in paragraph at lines 110--113 -[]\T1/cmr/m/n/10.95 Secrets of ar-duino pwm. https://www.arduino.cc/en/Tutoria +[]\T1/fvm/m/n/10.95 Secrets of ar-duino pwm. https://www.arduino.cc/en/Tutoria l/SecretsOfArduinoPWM. [] Underfull \hbox (badness 10000) in paragraph at lines 143--146 -[]\T1/cmr/m/n/10.95 Floating point con-verter. https://www.h- +[]\T1/fvm/m/n/10.95 Floating point con-verter. https://www.h- [] Underfull \hbox (badness 10000) in paragraph at lines 148--151 -[]\T1/cmr/m/n/10.95 Ecolight\TS1/cmr/m/n/10.95 ® \T1/cmr/m/n/10.95 sen-sor shie +[]\T1/fvm/m/n/10.95 Ecolight\TS1/cmr/m/n/10.95 ® \T1/fvm/m/n/10.95 sen-sor shie ld v-1.2 com-pat-i-ble with ar-duino uno r3. [] -[262]) +[260]) \tf@thm=\write14 \openout14 = `floss-arduino.thm'. -Package atveryend Info: Empty hook `BeforeClearDocument' on input line 268. - [263] -Package atveryend Info: Empty hook `AfterLastShipout' on input line 268. - (./floss-arduino.aux) -Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 268. -Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 268. + [261] (./floss-arduino.aux) + +LaTeX Font Warning: Some font shapes were not available, defaults substituted. + Package rerunfilecheck Info: File `floss-arduino.out' has not changed. (rerunfilecheck) Checksum: 2FBAB44F63C640F24AD1E63867AB79A3;16298. -Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 268. ) Here is how much of TeX's memory you used: - 17683 strings out of 481239 - 346393 string characters out of 5920377 - 833932 words of memory out of 5000000 - 27950 multiletter control sequences out of 15000+600000 - 556543 words of font info for 73 fonts, out of 8000000 for 9000 - 1144 hyphenation exceptions out of 8191 - 50i,10n,53p,807b,1947s stack positions out of 5000i,500n,10000p,200000b,80000s -{/usr/share/texmf/fonts/enc/dvips/cm-super/cm-super-t1.enc}{/usr/share/texmf/ -fonts/enc/dvips/cm-super/cm-super-ts1.enc}{/usr/share/texlive/texmf-dist/fonts/ -enc/dvips/base/8r.enc}</usr/share/texlive/texmf-dist/fonts/type1/public/amsfont -s/cm/cmex10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/c -mmi10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.p -fb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb></usr -/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/share/t -exlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive -/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb></usr/share/texlive/texmf- -dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb></usr/share/texlive/texmf-dist/fo -nts/type1/public/amsfonts/cm/cmsy9.pfb></usr/share/texlive/texmf-dist/fonts/typ -e1/public/bera/fvmr8a.pfb></usr/share/texmf/fonts/type1/public/cm-super/sfbx090 -0.pfb></usr/share/texmf/fonts/type1/public/cm-super/sfbx1095.pfb></usr/share/te -xmf/fonts/type1/public/cm-super/sfbx1200.pfb></usr/share/texmf/fonts/type1/publ -ic/cm-super/sfbx1440.pfb></usr/share/texmf/fonts/type1/public/cm-super/sfbx2074 -.pfb></usr/share/texmf/fonts/type1/public/cm-super/sfbx2488.pfb></usr/share/tex -mf/fonts/type1/public/cm-super/sfrm0600.pfb></usr/share/texmf/fonts/type1/publi -c/cm-super/sfrm0800.pfb></usr/share/texmf/fonts/type1/public/cm-super/sfrm0900. -pfb></usr/share/texmf/fonts/type1/public/cm-super/sfrm1000.pfb></usr/share/texm -f/fonts/type1/public/cm-super/sfrm1095.pfb></usr/share/texmf/fonts/type1/public -/cm-super/sfsi1095.pfb></usr/share/texmf/fonts/type1/public/cm-super/sfss1095.p -fb></usr/share/texmf/fonts/type1/public/cm-super/sfti1095.pfb></usr/share/texli -ve/texmf-dist/fonts/type1/public/tfrupee/tfrupee.pfb> -Output written on floss-arduino.pdf (293 pages, 34636706 bytes). + 17882 strings out of 481252 + 354946 string characters out of 5915888 + 1045461 words of memory out of 5000000 + 29830 multiletter control sequences out of 15000+600000 + 425775 words of font info for 70 fonts, out of 8000000 for 9000 + 17 hyphenation exceptions out of 8191 + 71i,10n,79p,807b,1972s stack positions out of 5000i,500n,10000p,200000b,80000s + </home/sudhakak/.texlive2020/texmf-var/fonts/pk/ljfour/jknappen/ec/ecsi1095. +600pk> </home/sudhakak/.texlive2020/texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm1 +000.600pk> </home/sudhakak/.texlive2020/texmf-var/fonts/pk/ljfour/jknappen/ec/e +css1095.600pk> </home/sudhakak/.texlive2020/texmf-var/fonts/pk/ljfour/jknappen/ +ec/tcrm0900.600pk> </home/sudhakak/.texlive2020/texmf-var/fonts/pk/ljfour/jknap +pen/ec/ecbx0900.600pk> </home/sudhakak/.texlive2020/texmf-var/fonts/pk/ljfour/j +knappen/ec/ecrm1200.600pk> </home/sudhakak/.texlive2020/texmf-var/fonts/pk/ljfo +ur/jknappen/ec/ecti1095.600pk> </home/sudhakak/.texlive2020/texmf-var/fonts/pk/ +ljfour/jknappen/ec/ecbx1200.600pk> </home/sudhakak/.texlive2020/texmf-var/fonts +/pk/ljfour/jknappen/ec/tcrm1095.600pk> </home/sudhakak/.texlive2020/texmf-var/f +onts/pk/ljfour/jknappen/ec/ecbx1440.600pk> </home/sudhakak/.texlive2020/texmf-v +ar/fonts/pk/ljfour/jknappen/ec/tcrm0600.600pk> </home/sudhakak/.texlive2020/tex +mf-var/fonts/pk/ljfour/jknappen/ec/ecrm0900.600pk> </home/sudhakak/.texlive2020 +/texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm0600.600pk> </home/sudhakak/.texlive +2020/texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm0800.600pk> </home/sudhakak/.tex +live2020/texmf-var/fonts/pk/ljfour/jknappen/ec/tcrm0800.600pk> </home/sudhakak/ +.texlive2020/texmf-var/fonts/pk/ljfour/jknappen/ec/ecbx2074.600pk> </home/sudha +kak/.texlive2020/texmf-var/fonts/pk/ljfour/jknappen/ec/ecbx1095.600pk> </home/s +udhakak/.texlive2020/texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm1095.600pk> </ho +me/sudhakak/.texlive2020/texmf-var/fonts/pk/ljfour/jknappen/ec/ecbx2488.600pk>< +/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/s +hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/t +exlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/share/texlive/ +texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb></usr/share/texlive/texmf-di +st/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/share/texlive/texmf-dist/fonts +/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1 +/public/amsfonts/cm/cmsy6.pfb></usr/share/texlive/texmf-dist/fonts/type1/public +/amsfonts/cm/cmsy8.pfb></usr/share/texmf/fonts/type1/tfrupee/tfrupee.pfb> +Output written on floss-arduino.pdf (291 pages, 34496711 bytes). PDF statistics: - 7938 PDF objects out of 8907 (max. 8388607) - 7328 compressed objects within 74 object streams - 3884 named destinations out of 4296 (max. 500000) + 8582 PDF objects out of 8907 (max. 8388607) + 7349 compressed objects within 74 object streams + 3882 named destinations out of 4296 (max. 500000) 2336 words of extra memory for PDF output out of 10000 (max. 10000000) diff --git a/floss-arduino.lot b/floss-arduino.lot index f5c9e63..9bf7afd 100644 --- a/floss-arduino.lot +++ b/floss-arduino.lot @@ -28,17 +28,17 @@ \contentsline {table}{\numberline {9.4}{\ignorespaces Parameters to make the servomotor to sweep the entire range in increments\relax }}{188}{table.caption.136}% \contentsline {table}{\numberline {9.5}{\ignorespaces Parameters to rotate the servomotor based on the input from the potentiometer\relax }}{189}{table.caption.138}% \addvspace {10\p@ } -\contentsline {table}{\numberline {10.1}{\ignorespaces Values to be passed for different H-Bridge circuits\relax }}{206}{table.caption.140}% -\contentsline {table}{\numberline {10.2}{\ignorespaces Xcos parameters to drive the DC motor for a specified time\relax }}{216}{table.caption.148}% -\contentsline {table}{\numberline {10.3}{\ignorespaces Xcos parameters to drive the DC motor in forward and reverse directions\relax }}{217}{table.caption.150}% -\contentsline {table}{\numberline {10.4}{\ignorespaces Xcos parameters to drive the DC motor in a loop\relax }}{219}{table.caption.152}% -\addvspace {10\p@ } -\contentsline {table}{\numberline {11.1}{\ignorespaces Pins available on RS485 and their usage\relax }}{235}{table.caption.161}% -\contentsline {table}{\numberline {11.2}{\ignorespaces Operations supported by Modbus RTU\relax }}{236}{table.caption.163}% -\contentsline {table}{\numberline {11.3}{\ignorespaces Individual parameter address in EM6400\relax }}{236}{table.caption.164}% -\contentsline {table}{\numberline {11.4}{\ignorespaces A request packet to access V1 in EM6400\relax }}{237}{table.caption.166}% -\contentsline {table}{\numberline {11.5}{\ignorespaces A response packet to access V1 in EM6400\relax }}{238}{table.caption.167}% -\contentsline {table}{\numberline {11.6}{\ignorespaces Memory storage of a four-byte integer in little-endian and big-endian\relax }}{239}{table.caption.168}% -\contentsline {table}{\numberline {11.7}{\ignorespaces Xcos parameters to read energy meter values\relax }}{251}{table.caption.181}% -\addvspace {10\p@ } -\contentsline {table}{\numberline {A.1}{\ignorespaces Approximate cost of the components\relax }}{259}{table.caption.185}% +\contentsline {table}{\numberline {10.1}{\ignorespaces Values to be passed for different H-Bridge circuits\relax }}{204}{table.caption.140}% +\contentsline {table}{\numberline {10.2}{\ignorespaces Xcos parameters to drive the DC motor for a specified time\relax }}{214}{table.caption.148}% +\contentsline {table}{\numberline {10.3}{\ignorespaces Xcos parameters to drive the DC motor in forward and reverse directions\relax }}{215}{table.caption.150}% +\contentsline {table}{\numberline {10.4}{\ignorespaces Xcos parameters to drive the DC motor in a loop\relax }}{217}{table.caption.152}% +\addvspace {10\p@ } +\contentsline {table}{\numberline {11.1}{\ignorespaces Pins available on RS485 and their usage\relax }}{233}{table.caption.161}% +\contentsline {table}{\numberline {11.2}{\ignorespaces Operations supported by Modbus RTU\relax }}{234}{table.caption.163}% +\contentsline {table}{\numberline {11.3}{\ignorespaces Individual parameter address in EM6400\relax }}{234}{table.caption.164}% +\contentsline {table}{\numberline {11.4}{\ignorespaces A request packet to access V1 in EM6400\relax }}{235}{table.caption.166}% +\contentsline {table}{\numberline {11.5}{\ignorespaces A response packet to access V1 in EM6400\relax }}{236}{table.caption.167}% +\contentsline {table}{\numberline {11.6}{\ignorespaces Memory storage of a four-byte integer in little-endian and big-endian\relax }}{237}{table.caption.168}% +\contentsline {table}{\numberline {11.7}{\ignorespaces Xcos parameters to read energy meter values\relax }}{249}{table.caption.181}% +\addvspace {10\p@ } +\contentsline {table}{\numberline {A.1}{\ignorespaces Approximate cost of the components\relax }}{257}{table.caption.185}% diff --git a/floss-arduino.pdf b/floss-arduino.pdf Binary files differindex 3b04da9..cb2d0aa 100644 --- a/floss-arduino.pdf +++ b/floss-arduino.pdf diff --git a/floss-arduino.pyd b/floss-arduino.pyd index ac70322..4332645 100644 --- a/floss-arduino.pyd +++ b/floss-arduino.pyd @@ -14,18 +14,18 @@ \addvspace {10pt} \contentsline {section}{\numberline {7.{1}}Turning on LEDs depending on the potentiometer threshold}{145}{pymass.7.1}% \addvspace {10pt} -\contentsline {section}{\numberline {8.{1}}Read and display the thermistor values}{167}{pymass.8.1}% +\contentsline {section}{\numberline {8.{1}}Read and display the thermistor values}{166}{pymass.8.1}% \contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{167}{pymass.8.2}% \addvspace {10pt} \contentsline {section}{\numberline {9.{1}}Rotating the servomotor to a specified degree}{191}{pymass.9.1}% \contentsline {section}{\numberline {9.{2}}Rotating the servomotor to a specified degree and reversing}{192}{pymass.9.2}% \contentsline {section}{\numberline {9.{3}}Rotating the servomotor in steps of $20^\circ $}{193}{pymass.9.3}% -\contentsline {section}{\numberline {9.{4}}Rotating the servomotor to a degree specified by the potentiometer}{194}{pymass.9.4}% +\contentsline {section}{\numberline {9.{4}}Rotating the servomotor to a degree specified by the potentiometer}{193}{pymass.9.4}% \addvspace {10pt} -\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{221}{pymass.10.1}% -\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{222}{pymass.10.2}% -\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{223}{pymass.10.3}% +\contentsline {section}{\numberline {10.{1}}Rotating the DC motor}{219}{pymass.10.1}% +\contentsline {section}{\numberline {10.{2}}Rotating the DC motor in both directions}{220}{pymass.10.2}% +\contentsline {section}{\numberline {10.{3}}Rotating the DC motor in both directions in a loop}{221}{pymass.10.3}% \addvspace {10pt} -\contentsline {section}{\numberline {11.{1}}Code for Single Phase Current Output}{252}{pymass.11.1}% -\contentsline {section}{\numberline {11.{2}}Code for Single Phase Voltage Output}{252}{pymass.11.2}% -\contentsline {section}{\numberline {11.{3}}Code for Single Phase Active Power Output}{252}{pymass.11.3}% +\contentsline {section}{\numberline {11.{1}}Code for Single Phase Current Output}{250}{pymass.11.1}% +\contentsline {section}{\numberline {11.{2}}Code for Single Phase Voltage Output}{250}{pymass.11.2}% +\contentsline {section}{\numberline {11.{3}}Code for Single Phase Active Power Output}{250}{pymass.11.3}% diff --git a/floss-arduino.tex b/floss-arduino.tex index 204d2ac..133717f 100644 --- a/floss-arduino.tex +++ b/floss-arduino.tex @@ -3,8 +3,8 @@ % \newcommand{\Home}{/Users/kannan/FOSS/scilab-arduino/floss-arduino-clone} % \newcommand{\Origin}{/Users/kannan/FOSS/scilab-arduino/floss-arduino-clone} -\newcommand{\Home}{/home/fossee/Desktop/FLOSS-Arduino-Book} -\newcommand{\Origin}{/home/fossee/Desktop/FLOSS-Arduino-Book} +\newcommand{\Home}{/home/sudhakak/Desktop/FLOSS-Arduino-Book} +\newcommand{\Origin}{/home/sudhakak/Desktop/FLOSS-Arduino-Book} \newcommand{\bluecolor}[1]{\color{blue}#1\color{black}} \usepackage{color} diff --git a/floss-arduino.thm b/floss-arduino.thm index 36ef290..93e49ae 100644 --- a/floss-arduino.thm +++ b/floss-arduino.thm @@ -31,7 +31,7 @@ \contentsline {ardmass}{{Arduino Code}{5.{2}}{}}{101}{ardmass.5.2}% \contentsline {codemass}{{Scilab Code}{5.{1}}{}}{103}{codemass.5.1}% \contentsline {codemass}{{Scilab Code}{5.{2}}{}}{104}{codemass.5.2}% -\contentsline {egmass}{{Exercise}{5.{1}}{}}{106}{egmass.5.1}% +\contentsline {egmass}{{Exercise}{5.{1}}{}}{105}{egmass.5.1}% \contentsline {pymass}{{Python Code}{5.{1}}{}}{108}{pymass.5.1}% \contentsline {pymass}{{Python Code}{5.{2}}{}}{109}{pymass.5.2}% \contentsline {juliamass}{{Julia Code}{5.{1}}{}}{111}{juliamass.5.1}% @@ -54,7 +54,7 @@ \contentsline {OpenModelicamass}{{OpenModelica Code}{6.{2}}{}}{135}{OpenModelicamass.6.2}% \contentsline {ardmass}{{Arduino Code}{7.{1}}{}}{140}{ardmass.7.1}% \contentsline {codemass}{{Scilab Code}{7.{1}}{}}{142}{codemass.7.1}% -\contentsline {egmass}{{Exercise}{7.{1}}{}}{144}{egmass.7.1}% +\contentsline {egmass}{{Exercise}{7.{1}}{}}{143}{egmass.7.1}% \contentsline {pymass}{{Python Code}{7.{1}}{}}{145}{pymass.7.1}% \contentsline {juliamass}{{Julia Code}{7.{1}}{}}{147}{juliamass.7.1}% \contentsline {OpenModelicamass}{{OpenModelica Code}{7.{1}}{}}{149}{OpenModelicamass.7.1}% @@ -64,12 +64,12 @@ \contentsline {egmass}{{Exercise}{8.{2}}{}}{159}{egmass.8.2}% \contentsline {codemass}{{Scilab Code}{8.{1}}{}}{160}{codemass.8.1}% \contentsline {codemass}{{Scilab Code}{8.{2}}{}}{160}{codemass.8.2}% -\contentsline {pymass}{{Python Code}{8.{1}}{}}{167}{pymass.8.1}% +\contentsline {pymass}{{Python Code}{8.{1}}{}}{166}{pymass.8.1}% \contentsline {pymass}{{Python Code}{8.{2}}{}}{167}{pymass.8.2}% \contentsline {juliamass}{{Julia Code}{8.{1}}{}}{170}{juliamass.8.1}% -\contentsline {juliamass}{{Julia Code}{8.{2}}{}}{171}{juliamass.8.2}% +\contentsline {juliamass}{{Julia Code}{8.{2}}{}}{170}{juliamass.8.2}% \contentsline {OpenModelicamass}{{OpenModelica Code}{8.{1}}{}}{173}{OpenModelicamass.8.1}% -\contentsline {OpenModelicamass}{{OpenModelica Code}{8.{2}}{}}{174}{OpenModelicamass.8.2}% +\contentsline {OpenModelicamass}{{OpenModelica Code}{8.{2}}{}}{173}{OpenModelicamass.8.2}% \contentsline {egmass}{{Exercise}{9.{1}}{}}{180}{egmass.9.1}% \contentsline {ardmass}{{Arduino Code}{9.{1}}{}}{180}{ardmass.9.1}% \contentsline {ardmass}{{Arduino Code}{9.{2}}{}}{180}{ardmass.9.2}% @@ -82,44 +82,44 @@ \contentsline {pymass}{{Python Code}{9.{1}}{}}{191}{pymass.9.1}% \contentsline {pymass}{{Python Code}{9.{2}}{}}{192}{pymass.9.2}% \contentsline {pymass}{{Python Code}{9.{3}}{}}{193}{pymass.9.3}% -\contentsline {pymass}{{Python Code}{9.{4}}{}}{194}{pymass.9.4}% +\contentsline {pymass}{{Python Code}{9.{4}}{}}{193}{pymass.9.4}% \contentsline {juliamass}{{Julia Code}{9.{1}}{}}{196}{juliamass.9.1}% -\contentsline {juliamass}{{Julia Code}{9.{2}}{}}{197}{juliamass.9.2}% +\contentsline {juliamass}{{Julia Code}{9.{2}}{}}{196}{juliamass.9.2}% \contentsline {juliamass}{{Julia Code}{9.{3}}{}}{197}{juliamass.9.3}% \contentsline {juliamass}{{Julia Code}{9.{4}}{}}{197}{juliamass.9.4}% \contentsline {OpenModelicamass}{{OpenModelica Code}{9.{1}}{}}{200}{OpenModelicamass.9.1}% \contentsline {OpenModelicamass}{{OpenModelica Code}{9.{2}}{}}{200}{OpenModelicamass.9.2}% \contentsline {OpenModelicamass}{{OpenModelica Code}{9.{3}}{}}{201}{OpenModelicamass.9.3}% \contentsline {OpenModelicamass}{{OpenModelica Code}{9.{4}}{}}{202}{OpenModelicamass.9.4}% -\contentsline {egmass}{{Exercise}{10.{1}}{}}{210}{egmass.10.1}% -\contentsline {ardmass}{{Arduino Code}{10.{1}}{}}{210}{ardmass.10.1}% -\contentsline {ardmass}{{Arduino Code}{10.{2}}{}}{210}{ardmass.10.2}% -\contentsline {ardmass}{{Arduino Code}{10.{3}}{}}{211}{ardmass.10.3}% -\contentsline {egmass}{{Exercise}{10.{2}}{}}{214}{egmass.10.2}% -\contentsline {codemass}{{Scilab Code}{10.{1}}{}}{214}{codemass.10.1}% -\contentsline {codemass}{{Scilab Code}{10.{2}}{}}{214}{codemass.10.2}% -\contentsline {codemass}{{Scilab Code}{10.{3}}{}}{215}{codemass.10.3}% -\contentsline {egmass}{{Exercise}{10.{3}}{}}{218}{egmass.10.3}% -\contentsline {pymass}{{Python Code}{10.{1}}{}}{221}{pymass.10.1}% -\contentsline {pymass}{{Python Code}{10.{2}}{}}{222}{pymass.10.2}% -\contentsline {pymass}{{Python Code}{10.{3}}{}}{223}{pymass.10.3}% -\contentsline {juliamass}{{Julia Code}{10.{1}}{}}{226}{juliamass.10.1}% -\contentsline {juliamass}{{Julia Code}{10.{2}}{}}{227}{juliamass.10.2}% -\contentsline {juliamass}{{Julia Code}{10.{3}}{}}{227}{juliamass.10.3}% -\contentsline {OpenModelicamass}{{OpenModelica Code}{10.{1}}{}}{230}{OpenModelicamass.10.1}% -\contentsline {OpenModelicamass}{{OpenModelica Code}{10.{2}}{}}{231}{OpenModelicamass.10.2}% -\contentsline {OpenModelicamass}{{OpenModelica Code}{10.{3}}{}}{231}{OpenModelicamass.10.3}% -\contentsline {ardmass}{{Arduino Code}{11.{1}}{}}{243}{ardmass.11.1}% -\contentsline {codemass}{{Scilab Code}{11.{1}}{}}{245}{codemass.11.1}% -\contentsline {codemass}{{Scilab Code}{11.{2}}{}}{245}{codemass.11.2}% -\contentsline {codemass}{{Scilab Code}{11.{3}}{}}{246}{codemass.11.3}% -\contentsline {codemass}{{Scilab Code}{11.{4}}{}}{246}{codemass.11.4}% -\contentsline {pymass}{{Python Code}{11.{1}}{}}{252}{pymass.11.1}% -\contentsline {pymass}{{Python Code}{11.{2}}{}}{252}{pymass.11.2}% -\contentsline {pymass}{{Python Code}{11.{3}}{}}{252}{pymass.11.3}% -\contentsline {juliamass}{{Julia Code}{11.{1}}{}}{254}{juliamass.11.1}% -\contentsline {juliamass}{{Julia Code}{11.{2}}{}}{254}{juliamass.11.2}% -\contentsline {juliamass}{{Julia Code}{11.{3}}{}}{254}{juliamass.11.3}% -\contentsline {OpenModelicamass}{{OpenModelica Code}{11.{1}}{}}{256}{OpenModelicamass.11.1}% -\contentsline {OpenModelicamass}{{OpenModelica Code}{11.{2}}{}}{256}{OpenModelicamass.11.2}% -\contentsline {OpenModelicamass}{{OpenModelica Code}{11.{3}}{}}{257}{OpenModelicamass.11.3}% +\contentsline {egmass}{{Exercise}{10.{1}}{}}{208}{egmass.10.1}% +\contentsline {ardmass}{{Arduino Code}{10.{1}}{}}{208}{ardmass.10.1}% +\contentsline {ardmass}{{Arduino Code}{10.{2}}{}}{208}{ardmass.10.2}% +\contentsline {ardmass}{{Arduino Code}{10.{3}}{}}{209}{ardmass.10.3}% +\contentsline {egmass}{{Exercise}{10.{2}}{}}{212}{egmass.10.2}% +\contentsline {codemass}{{Scilab Code}{10.{1}}{}}{212}{codemass.10.1}% +\contentsline {codemass}{{Scilab Code}{10.{2}}{}}{212}{codemass.10.2}% +\contentsline {codemass}{{Scilab Code}{10.{3}}{}}{213}{codemass.10.3}% +\contentsline {egmass}{{Exercise}{10.{3}}{}}{215}{egmass.10.3}% +\contentsline {pymass}{{Python Code}{10.{1}}{}}{219}{pymass.10.1}% +\contentsline {pymass}{{Python Code}{10.{2}}{}}{220}{pymass.10.2}% +\contentsline {pymass}{{Python Code}{10.{3}}{}}{221}{pymass.10.3}% +\contentsline {juliamass}{{Julia Code}{10.{1}}{}}{224}{juliamass.10.1}% +\contentsline {juliamass}{{Julia Code}{10.{2}}{}}{225}{juliamass.10.2}% +\contentsline {juliamass}{{Julia Code}{10.{3}}{}}{225}{juliamass.10.3}% +\contentsline {OpenModelicamass}{{OpenModelica Code}{10.{1}}{}}{228}{OpenModelicamass.10.1}% +\contentsline {OpenModelicamass}{{OpenModelica Code}{10.{2}}{}}{229}{OpenModelicamass.10.2}% +\contentsline {OpenModelicamass}{{OpenModelica Code}{10.{3}}{}}{229}{OpenModelicamass.10.3}% +\contentsline {ardmass}{{Arduino Code}{11.{1}}{}}{241}{ardmass.11.1}% +\contentsline {codemass}{{Scilab Code}{11.{1}}{}}{243}{codemass.11.1}% +\contentsline {codemass}{{Scilab Code}{11.{2}}{}}{243}{codemass.11.2}% +\contentsline {codemass}{{Scilab Code}{11.{3}}{}}{244}{codemass.11.3}% +\contentsline {codemass}{{Scilab Code}{11.{4}}{}}{244}{codemass.11.4}% +\contentsline {pymass}{{Python Code}{11.{1}}{}}{250}{pymass.11.1}% +\contentsline {pymass}{{Python Code}{11.{2}}{}}{250}{pymass.11.2}% +\contentsline {pymass}{{Python Code}{11.{3}}{}}{250}{pymass.11.3}% +\contentsline {juliamass}{{Julia Code}{11.{1}}{}}{252}{juliamass.11.1}% +\contentsline {juliamass}{{Julia Code}{11.{2}}{}}{252}{juliamass.11.2}% +\contentsline {juliamass}{{Julia Code}{11.{3}}{}}{252}{juliamass.11.3}% +\contentsline {OpenModelicamass}{{OpenModelica Code}{11.{1}}{}}{254}{OpenModelicamass.11.1}% +\contentsline {OpenModelicamass}{{OpenModelica Code}{11.{2}}{}}{254}{OpenModelicamass.11.2}% +\contentsline {OpenModelicamass}{{OpenModelica Code}{11.{3}}{}}{255}{OpenModelicamass.11.3}% diff --git a/floss-arduino.toc b/floss-arduino.toc index f9476f2..3d42694 100644 --- a/floss-arduino.toc +++ b/floss-arduino.toc @@ -41,22 +41,22 @@ \contentsline {section}{\numberline {3.3}Xcos}{37}{section.3.3}% \contentsline {subsection}{\numberline {3.3.1}Downloading, installing and testing}{37}{subsection.3.3.1}% \contentsline {subsection}{\numberline {3.3.2}Use case}{38}{subsection.3.3.2}% -\contentsline {subsection}{\numberline {3.3.3}Xcos-Arduino}{42}{subsection.3.3.3}% -\contentsline {section}{\numberline {3.4}Python}{43}{section.3.4}% +\contentsline {subsection}{\numberline {3.3.3}Xcos-Arduino}{41}{subsection.3.3.3}% +\contentsline {section}{\numberline {3.4}Python}{42}{section.3.4}% \contentsline {subsection}{\numberline {3.4.1}Downloading and installing on Windows}{43}{subsection.3.4.1}% \contentsline {subsection}{\numberline {3.4.2}Downloading and installing on GNU/Linux Ubuntu}{46}{subsection.3.4.2}% \contentsline {subsection}{\numberline {3.4.3}Python-Arduino toolbox}{47}{subsection.3.4.3}% -\contentsline {subsection}{\numberline {3.4.4}Firmware}{48}{subsection.3.4.4}% -\contentsline {section}{\numberline {3.5}Julia}{49}{section.3.5}% +\contentsline {subsection}{\numberline {3.4.4}Firmware}{47}{subsection.3.4.4}% +\contentsline {section}{\numberline {3.5}Julia}{48}{section.3.5}% \contentsline {subsection}{\numberline {3.5.1}Downloading and installing on Windows}{49}{subsection.3.5.1}% \contentsline {subsection}{\numberline {3.5.2}Downloading and installing GNU/Linux Ubuntu}{53}{subsection.3.5.2}% -\contentsline {subsection}{\numberline {3.5.3}Julia-Arduino toolbox}{57}{subsection.3.5.3}% +\contentsline {subsection}{\numberline {3.5.3}Julia-Arduino toolbox}{56}{subsection.3.5.3}% \contentsline {subsection}{\numberline {3.5.4}Firmware}{57}{subsection.3.5.4}% \contentsline {section}{\numberline {3.6}OpenModelica}{58}{section.3.6}% \contentsline {subsection}{\numberline {3.6.1}Downloading and installing on Windows}{58}{subsection.3.6.1}% -\contentsline {subsection}{\numberline {3.6.2}Downloading and installing on GNU/Linux Ubuntu}{60}{subsection.3.6.2}% -\contentsline {subsection}{\numberline {3.6.3}Simulating models in OpenModelica}{61}{subsection.3.6.3}% -\contentsline {subsection}{\numberline {3.6.4}OpenModelica-Arduino toolbox}{63}{subsection.3.6.4}% +\contentsline {subsection}{\numberline {3.6.2}Downloading and installing on GNU/Linux Ubuntu}{59}{subsection.3.6.2}% +\contentsline {subsection}{\numberline {3.6.3}Simulating models in OpenModelica}{60}{subsection.3.6.3}% +\contentsline {subsection}{\numberline {3.6.4}OpenModelica-Arduino toolbox}{64}{subsection.3.6.4}% \contentsline {subsection}{\numberline {3.6.5}Firmware}{67}{subsection.3.6.5}% \contentsline {chapter}{\numberline {4}Interfacing a Light Emitting Diode}{69}{chapter.4}% \contentsline {section}{\numberline {4.1}Preliminaries}{69}{section.4.1}% @@ -126,7 +126,7 @@ \contentsline {section}{\numberline {7.4}Reading the potentiometer from Scilab}{141}{section.7.4}% \contentsline {subsection}{\numberline {7.4.1}Reading the potentiometer}{141}{subsection.7.4.1}% \contentsline {subsection}{\numberline {7.4.2}Scilab Code}{142}{subsection.7.4.2}% -\contentsline {section}{\numberline {7.5}Reading the potentiometer from Xcos}{143}{section.7.5}% +\contentsline {section}{\numberline {7.5}Reading the potentiometer from Xcos}{142}{section.7.5}% \contentsline {section}{\numberline {7.6}Reading the potentiometer from Python}{145}{section.7.6}% \contentsline {subsection}{\numberline {7.6.1}Reading the potentiometer}{145}{subsection.7.6.1}% \contentsline {subsection}{\numberline {7.6.2}Python Code}{145}{subsection.7.6.2}% @@ -152,14 +152,14 @@ \contentsline {section}{\numberline {8.6}Interfacing the thermistor from Python}{164}{section.8.6}% \contentsline {subsection}{\numberline {8.6.1}Interfacing the thermistor}{164}{subsection.8.6.1}% \contentsline {paragraph}{Note:}{166}{section*.124}% -\contentsline {subsection}{\numberline {8.6.2}Python Code}{167}{subsection.8.6.2}% -\contentsline {section}{\numberline {8.7}Interfacing the thermistor from Julia}{169}{section.8.7}% -\contentsline {subsection}{\numberline {8.7.1}Interfacing the thermistor}{169}{subsection.8.7.1}% +\contentsline {subsection}{\numberline {8.6.2}Python Code}{166}{subsection.8.6.2}% +\contentsline {section}{\numberline {8.7}Interfacing the thermistor from Julia}{168}{section.8.7}% +\contentsline {subsection}{\numberline {8.7.1}Interfacing the thermistor}{168}{subsection.8.7.1}% \contentsline {paragraph}{Note:}{170}{section*.125}% \contentsline {subsection}{\numberline {8.7.2}Julia Code}{170}{subsection.8.7.2}% \contentsline {section}{\numberline {8.8}Interfacing the thermistor from OpenModelica}{171}{section.8.8}% \contentsline {subsection}{\numberline {8.8.1}Interfacing the thermistor}{171}{subsection.8.8.1}% -\contentsline {paragraph}{Note:}{173}{section*.126}% +\contentsline {paragraph}{Note:}{172}{section*.126}% \contentsline {subsection}{\numberline {8.8.2}OpenModelica Code}{173}{subsection.8.8.2}% \contentsline {chapter}{\numberline {9}Interfacing a Servomotor}{175}{chapter.9}% \contentsline {section}{\numberline {9.1}Preliminaries}{175}{section.9.1}% @@ -171,71 +171,71 @@ \contentsline {subsection}{\numberline {9.4.1}Controlling the servomotor}{182}{subsection.9.4.1}% \contentsline {subsection}{\numberline {9.4.2}Scilab Code}{183}{subsection.9.4.2}% \contentsline {section}{\numberline {9.5}Controling the servomotor through Xcos}{185}{section.9.5}% -\contentsline {section}{\numberline {9.6}Controlling the servomotor through Python}{188}{section.9.6}% -\contentsline {subsection}{\numberline {9.6.1}Controlling the servomotor}{188}{subsection.9.6.1}% +\contentsline {section}{\numberline {9.6}Controlling the servomotor through Python}{189}{section.9.6}% +\contentsline {subsection}{\numberline {9.6.1}Controlling the servomotor}{189}{subsection.9.6.1}% \contentsline {subsection}{\numberline {9.6.2}Python Code}{191}{subsection.9.6.2}% -\contentsline {section}{\numberline {9.7}Controlling the servomotor through Julia}{195}{section.9.7}% -\contentsline {subsection}{\numberline {9.7.1}Controlling the servomotor}{195}{subsection.9.7.1}% +\contentsline {section}{\numberline {9.7}Controlling the servomotor through Julia}{194}{section.9.7}% +\contentsline {subsection}{\numberline {9.7.1}Controlling the servomotor}{194}{subsection.9.7.1}% \contentsline {subsection}{\numberline {9.7.2}Julia Code}{196}{subsection.9.7.2}% \contentsline {section}{\numberline {9.8}Controlling the servomotor through OpenModelica}{198}{section.9.8}% \contentsline {subsection}{\numberline {9.8.1}Controlling the servomotor}{198}{subsection.9.8.1}% -\contentsline {subsection}{\numberline {9.8.2}OpenModelica Code}{200}{subsection.9.8.2}% -\contentsline {chapter}{\numberline {10}Interfacing a DC Motor}{205}{chapter.10}% -\contentsline {section}{\numberline {10.1}Preliminaries}{205}{section.10.1}% -\contentsline {section}{\numberline {10.2}Controlling the DC motor from Arduino}{207}{section.10.2}% -\contentsline {subsection}{\numberline {10.2.1}Controlling the DC motor}{207}{subsection.10.2.1}% -\contentsline {paragraph}{Note:}{208}{section*.144}% -\contentsline {subsection}{\numberline {10.2.2}Arduino Code}{210}{subsection.10.2.2}% -\contentsline {section}{\numberline {10.3}Controlling the DC motor from Scilab}{211}{section.10.3}% -\contentsline {subsection}{\numberline {10.3.1}Controlling the DC motor}{211}{subsection.10.3.1}% -\contentsline {paragraph}{Note:}{212}{section*.145}% -\contentsline {paragraph}{Note:}{213}{section*.146}% -\contentsline {subsection}{\numberline {10.3.2}Scilab Code}{214}{subsection.10.3.2}% -\contentsline {section}{\numberline {10.4}Controlling the DC motor from Xcos}{215}{section.10.4}% -\contentsline {section}{\numberline {10.5}Controlling the DC motor from Python}{218}{section.10.5}% -\contentsline {subsection}{\numberline {10.5.1}Controlling the DC motor}{218}{subsection.10.5.1}% -\contentsline {paragraph}{Note:}{219}{section*.153}% -\contentsline {paragraph}{Note:}{220}{section*.154}% -\contentsline {subsection}{\numberline {10.5.2}Python Code}{221}{subsection.10.5.2}% -\contentsline {section}{\numberline {10.6}Controlling the DC motor from Julia}{224}{section.10.6}% -\contentsline {subsection}{\numberline {10.6.1}Controlling the DC motor}{224}{subsection.10.6.1}% -\contentsline {paragraph}{Note:}{224}{section*.155}% -\contentsline {paragraph}{Note:}{226}{section*.156}% -\contentsline {subsection}{\numberline {10.6.2}Julia Code}{226}{subsection.10.6.2}% -\contentsline {section}{\numberline {10.7}Controlling the DC motor from OpenModelica}{228}{section.10.7}% -\contentsline {subsection}{\numberline {10.7.1}Controlling the DC motor}{228}{subsection.10.7.1}% -\contentsline {paragraph}{Note:}{228}{section*.157}% -\contentsline {paragraph}{Note:}{229}{section*.158}% -\contentsline {subsection}{\numberline {10.7.2}OpenModelica Code}{230}{subsection.10.7.2}% -\contentsline {chapter}{\numberline {11}Implementation of Modbus Protocol}{233}{chapter.11}% -\contentsline {section}{\numberline {11.1}Preliminaries}{233}{section.11.1}% -\contentsline {subsection}{\numberline {11.1.1}Energy meter}{235}{subsection.11.1.1}% -\contentsline {paragraph}{Note:}{237}{section*.165}% -\contentsline {subsection}{\numberline {11.1.2}Endianness}{238}{subsection.11.1.2}% -\contentsline {section}{\numberline {11.2}Setup for the experiment}{240}{section.11.2}% -\contentsline {section}{\numberline {11.3}Software required for this experiment}{241}{section.11.3}% -\contentsline {subsection}{\numberline {11.3.1}Arduino Firmware}{243}{subsection.11.3.1}% -\contentsline {section}{\numberline {11.4}Manifestation of Modbus protocol through Scilab}{243}{section.11.4}% -\contentsline {section}{\numberline {11.5}Reading the electrical parameters from Scilab}{245}{section.11.5}% -\contentsline {subsection}{\numberline {11.5.1}Reading the electrical parameters}{245}{subsection.11.5.1}% -\contentsline {subsection}{\numberline {11.5.2}Scilab Code}{245}{subsection.11.5.2}% -\contentsline {paragraph}{Note: }{246}{section*.173}% -\contentsline {subsection}{\numberline {11.5.3}Output in the Scilab Console}{247}{subsection.11.5.3}% -\contentsline {section}{\numberline {11.6}Reading the electrical parameters from Xcos}{248}{section.11.6}% -\contentsline {section}{\numberline {11.7}Manifestation of Modbus protocol through Python}{251}{section.11.7}% -\contentsline {paragraph}{Note: }{251}{section*.182}% -\contentsline {section}{\numberline {11.8}Reading the electrical parameters from Python}{252}{section.11.8}% -\contentsline {subsection}{\numberline {11.8.1}Reading the electrical parameters}{252}{subsection.11.8.1}% -\contentsline {subsection}{\numberline {11.8.2}Python Code}{252}{subsection.11.8.2}% -\contentsline {section}{\numberline {11.9}Manifestation of Modbus protocol through Julia}{253}{section.11.9}% -\contentsline {paragraph}{Note: }{253}{section*.183}% -\contentsline {section}{\numberline {11.10}Reading the electrical parameters from Julia}{253}{section.11.10}% -\contentsline {subsection}{\numberline {11.10.1}Reading the electrical parameters}{253}{subsection.11.10.1}% -\contentsline {subsection}{\numberline {11.10.2}Julia Code}{254}{subsection.11.10.2}% -\contentsline {section}{\numberline {11.11}Manifestation of Modbus protocol through OpenModelica}{255}{section.11.11}% -\contentsline {paragraph}{Note: }{255}{section*.184}% -\contentsline {section}{\numberline {11.12}Reading the electrical parameters from OpenModelica}{256}{section.11.12}% -\contentsline {subsection}{\numberline {11.12.1}Reading the electrical parameters}{256}{subsection.11.12.1}% -\contentsline {subsection}{\numberline {11.12.2}OpenModelica Code}{256}{subsection.11.12.2}% -\contentsline {chapter}{\numberline {A}Procuring the Hardware}{259}{appendix.A}% -\contentsline {chapter}{\numberline {References}}{261}{appendix*.186}% +\contentsline {subsection}{\numberline {9.8.2}OpenModelica Code}{199}{subsection.9.8.2}% +\contentsline {chapter}{\numberline {10}Interfacing a DC Motor}{203}{chapter.10}% +\contentsline {section}{\numberline {10.1}Preliminaries}{203}{section.10.1}% +\contentsline {section}{\numberline {10.2}Controlling the DC motor from Arduino}{205}{section.10.2}% +\contentsline {subsection}{\numberline {10.2.1}Controlling the DC motor}{205}{subsection.10.2.1}% +\contentsline {paragraph}{Note:}{206}{section*.144}% +\contentsline {subsection}{\numberline {10.2.2}Arduino Code}{208}{subsection.10.2.2}% +\contentsline {section}{\numberline {10.3}Controlling the DC motor from Scilab}{209}{section.10.3}% +\contentsline {subsection}{\numberline {10.3.1}Controlling the DC motor}{209}{subsection.10.3.1}% +\contentsline {paragraph}{Note:}{210}{section*.145}% +\contentsline {paragraph}{Note:}{211}{section*.146}% +\contentsline {subsection}{\numberline {10.3.2}Scilab Code}{212}{subsection.10.3.2}% +\contentsline {section}{\numberline {10.4}Controlling the DC motor from Xcos}{213}{section.10.4}% +\contentsline {section}{\numberline {10.5}Controlling the DC motor from Python}{216}{section.10.5}% +\contentsline {subsection}{\numberline {10.5.1}Controlling the DC motor}{216}{subsection.10.5.1}% +\contentsline {paragraph}{Note:}{217}{section*.153}% +\contentsline {paragraph}{Note:}{218}{section*.154}% +\contentsline {subsection}{\numberline {10.5.2}Python Code}{219}{subsection.10.5.2}% +\contentsline {section}{\numberline {10.6}Controlling the DC motor from Julia}{222}{section.10.6}% +\contentsline {subsection}{\numberline {10.6.1}Controlling the DC motor}{222}{subsection.10.6.1}% +\contentsline {paragraph}{Note:}{222}{section*.155}% +\contentsline {paragraph}{Note:}{224}{section*.156}% +\contentsline {subsection}{\numberline {10.6.2}Julia Code}{224}{subsection.10.6.2}% +\contentsline {section}{\numberline {10.7}Controlling the DC motor from OpenModelica}{225}{section.10.7}% +\contentsline {subsection}{\numberline {10.7.1}Controlling the DC motor}{225}{subsection.10.7.1}% +\contentsline {paragraph}{Note:}{226}{section*.157}% +\contentsline {paragraph}{Note:}{227}{section*.158}% +\contentsline {subsection}{\numberline {10.7.2}OpenModelica Code}{228}{subsection.10.7.2}% +\contentsline {chapter}{\numberline {11}Implementation of Modbus Protocol}{231}{chapter.11}% +\contentsline {section}{\numberline {11.1}Preliminaries}{231}{section.11.1}% +\contentsline {subsection}{\numberline {11.1.1}Energy meter}{233}{subsection.11.1.1}% +\contentsline {paragraph}{Note:}{235}{section*.165}% +\contentsline {subsection}{\numberline {11.1.2}Endianness}{236}{subsection.11.1.2}% +\contentsline {section}{\numberline {11.2}Setup for the experiment}{238}{section.11.2}% +\contentsline {section}{\numberline {11.3}Software required for this experiment}{239}{section.11.3}% +\contentsline {subsection}{\numberline {11.3.1}Arduino Firmware}{241}{subsection.11.3.1}% +\contentsline {section}{\numberline {11.4}Manifestation of Modbus protocol through Scilab}{241}{section.11.4}% +\contentsline {section}{\numberline {11.5}Reading the electrical parameters from Scilab}{243}{section.11.5}% +\contentsline {subsection}{\numberline {11.5.1}Reading the electrical parameters}{243}{subsection.11.5.1}% +\contentsline {subsection}{\numberline {11.5.2}Scilab Code}{243}{subsection.11.5.2}% +\contentsline {paragraph}{Note: }{244}{section*.173}% +\contentsline {subsection}{\numberline {11.5.3}Output in the Scilab Console}{245}{subsection.11.5.3}% +\contentsline {section}{\numberline {11.6}Reading the electrical parameters from Xcos}{246}{section.11.6}% +\contentsline {section}{\numberline {11.7}Manifestation of Modbus protocol through Python}{249}{section.11.7}% +\contentsline {paragraph}{Note: }{249}{section*.182}% +\contentsline {section}{\numberline {11.8}Reading the electrical parameters from Python}{250}{section.11.8}% +\contentsline {subsection}{\numberline {11.8.1}Reading the electrical parameters}{250}{subsection.11.8.1}% +\contentsline {subsection}{\numberline {11.8.2}Python Code}{250}{subsection.11.8.2}% +\contentsline {section}{\numberline {11.9}Manifestation of Modbus protocol through Julia}{251}{section.11.9}% +\contentsline {paragraph}{Note: }{251}{section*.183}% +\contentsline {section}{\numberline {11.10}Reading the electrical parameters from Julia}{251}{section.11.10}% +\contentsline {subsection}{\numberline {11.10.1}Reading the electrical parameters}{251}{subsection.11.10.1}% +\contentsline {subsection}{\numberline {11.10.2}Julia Code}{252}{subsection.11.10.2}% +\contentsline {section}{\numberline {11.11}Manifestation of Modbus protocol through OpenModelica}{253}{section.11.11}% +\contentsline {paragraph}{Note: }{253}{section*.184}% +\contentsline {section}{\numberline {11.12}Reading the electrical parameters from OpenModelica}{254}{section.11.12}% +\contentsline {subsection}{\numberline {11.12.1}Reading the electrical parameters}{254}{subsection.11.12.1}% +\contentsline {subsection}{\numberline {11.12.2}OpenModelica Code}{254}{subsection.11.12.2}% +\contentsline {chapter}{\numberline {A}Procuring the Hardware}{257}{appendix.A}% +\contentsline {chapter}{\numberline {References}}{259}{appendix*.186}% diff --git a/missfont.log b/missfont.log new file mode 100644 index 0000000..a044d82 --- /dev/null +++ b/missfont.log @@ -0,0 +1,2 @@ +mktextfm tfrupee +mktextfm tfrupee |