summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudhakarKuma2023-02-08 23:45:23 +0530
committerSudhakarKuma2023-02-08 23:45:23 +0530
commit460273c2869b876f2f661aea66df7b0310b0c01e (patch)
treeb7b07e745534a8503ef93e72982ca2e988cf5be5
parentbb650ec02d6ed11c186019d46338c11a5207e7ad (diff)
downloadFLOSS-Arduino-Book-460273c2869b876f2f661aea66df7b0310b0c01e.tar.gz
FLOSS-Arduino-Book-460273c2869b876f2f661aea66df7b0310b0c01e.tar.bz2
FLOSS-Arduino-Book-460273c2869b876f2f661aea66df7b0310b0c01e.zip
Replace breadboard images with dark color wires
-rw-r--r--floss-arduino.aux70
-rw-r--r--floss-arduino.cod2
-rw-r--r--floss-arduino.fdb_latexmk84
-rw-r--r--floss-arduino.fls36
-rw-r--r--floss-arduino.lof6
-rw-r--r--floss-arduino.log240
-rw-r--r--floss-arduino.lot4
-rw-r--r--floss-arduino.pdfbin32379286 -> 34636706 bytes
-rw-r--r--floss-arduino.thm2
-rw-r--r--floss-arduino.toc6
-rw-r--r--julia.pdfbin24603778 -> 26861241 bytes
-rw-r--r--openmodelica.pdfbin27011996 -> 29269413 bytes
-rw-r--r--python.pdfbin24480413 -> 26737988 bytes
-rw-r--r--scilab.pdfbin29169965 -> 31427212 bytes
-rw-r--r--user-code/ldr/figures/LDR-led-dark-color-wires.jpgbin0 -> 558099 bytes
-rw-r--r--user-code/ldr/ldr-base.tex2
-rw-r--r--user-code/pot/figures/POT-led-bb-dark-color-wires.jpgbin0 -> 612174 bytes
-rw-r--r--user-code/pot/pot-base.tex2
-rw-r--r--user-code/push/figures/switch-led-dark-color-wires.jpgbin0 -> 537952 bytes
-rw-r--r--user-code/push/push-base.tex2
-rw-r--r--user-code/servo/figures/servo-bb-dark-color-wires.jpgbin0 -> 515117 bytes
-rw-r--r--user-code/servo/figures/servo-pot-bb-dark-color-wires.jpgbin0 -> 542317 bytes
-rw-r--r--user-code/servo/servo-base.tex4
-rw-r--r--user-code/thermistor/figures/thermistor-buzzer-dark-color-wires.jpgbin0 -> 496175 bytes
-rw-r--r--user-code/thermistor/thermistor-base.tex2
25 files changed, 230 insertions, 232 deletions
diff --git a/floss-arduino.aux b/floss-arduino.aux
index 0376aed..3bf4ebf 100644
--- a/floss-arduino.aux
+++ b/floss-arduino.aux
@@ -1075,12 +1075,12 @@
\@writefile{lot}{\contentsline {table}{\numberline {9.1}{\ignorespaces Connecting a typical servomotor to Arduino Uno\ board\relax }}{176}{table.caption.128}\protected@file@percent }
\newlabel{tab:servo-connect}{{9.1}{176}{Connecting a typical servomotor to \arduino \ board\relax }{table.caption.128}{}}
\@writefile{toc}{\contentsline {section}{\numberline {9.2}Connecting a servomotor with Arduino Uno\ using a breadboard}{176}{section.9.2}\protected@file@percent }
+\citation{servo-lib}
\@writefile{lof}{\contentsline {figure}{\numberline {9.2}{\ignorespaces A servomotor with Arduino Uno\ using a breadboard\relax }}{177}{figure.caption.129}\protected@file@percent }
\newlabel{fig:servo-bread}{{9.2}{177}{A servomotor with \arduino \ using a breadboard\relax }{figure.caption.129}{}}
\@writefile{toc}{\contentsline {section}{\numberline {9.3}Controlling the servomotor through the Arduino IDE}{177}{section.9.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {9.3.1}Controlling the servomotor}{177}{subsection.9.3.1}\protected@file@percent }
\newlabel{sec:servo-ard}{{9.3.1}{177}{Controlling the servomotor}{subsection.9.3.1}{}}
-\citation{servo-lib}
\@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 }
@@ -1104,7 +1104,7 @@
\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}{181}{lstlisting.9.-158}\protected@file@percent }
+\@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{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}}
@@ -1124,11 +1124,11 @@
\@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{toc}{\contentsline {subsection}{\numberline {9.4.2}Scilab Code}{184}{subsection.9.4.2}\protected@file@percent }
-\newlabel{sec:servo-scilab-code}{{9.4.2}{184}{Scilab Code}{subsection.9.4.2}{}}
+\@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}}{}}{184}{codemass.9.1}\protected@file@percent }
-\@writefile{cod}{\contentsline {section}{\numberline {9.{1}}Rotating the servomotor to a specified degree}{184}{codemass.9.1}\protected@file@percent }
+\@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}{}}
@@ -1150,33 +1150,36 @@
\newlabel{97@xvr}{{}{184}}
\newlabel{97@vr}{{}{184}}
\newlabel{sci:servo-pot}{{9.{4}}{184}{Scilab Code}{codemass.9.4}{}}
-\@writefile{lot}{\contentsline {table}{\numberline {9.2}{\ignorespaces Parameters to rotate the servomotor by $30^\circ $\relax }}{185}{table.caption.132}\protected@file@percent }
-\newlabel{tab:servo-init}{{9.2}{185}{Parameters to rotate the servomotor by $30^\circ $\relax }{table.caption.132}{}}
-\newlabel{100@xvr}{{}{185}}
-\newlabel{100@vr}{{}{185}}
-\@writefile{lol}{\contentsline {lstlisting}{/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/scilab/servo\textendash pot.sce}{185}{lstlisting.9.-168}\protected@file@percent }
+\@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{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}}
+\newlabel{fig:servo-init}{{9.4}{185}{Rotating the servomotor by a fixed angle}{figure.caption.131}{}}
\@writefile{toc}{\contentsline {section}{\numberline {9.5}Controling the servomotor through Xcos}{185}{section.9.5}\protected@file@percent }
\newlabel{sec:servo-xcos}{{9.5}{185}{Controling the servomotor through Xcos}{section.9.5}{}}
-\@writefile{lof}{\contentsline {figure}{\numberline {9.4}{\ignorespaces Rotating the servomotor by a fixed angle}}{186}{figure.caption.131}\protected@file@percent }
-\newlabel{99@xvr}{{}{186}}
-\newlabel{99@vr}{{}{186}}
-\newlabel{fig:servo-init}{{9.4}{186}{Rotating the servomotor by a fixed angle}{figure.caption.131}{}}
-\@writefile{lot}{\contentsline {table}{\numberline {9.3}{\ignorespaces Parameters to rotate the servomotor forward and reverse\relax }}{186}{table.caption.134}\protected@file@percent }
-\newlabel{tab:servo-reverse}{{9.3}{186}{Parameters to rotate the servomotor forward and reverse\relax }{table.caption.134}{}}
-\newlabel{103@xvr}{{}{186}}
-\newlabel{103@vr}{{}{186}}
-\@writefile{lof}{\contentsline {figure}{\numberline {9.5}{\ignorespaces Rotating the servomotor forward and then reverse}}{187}{figure.caption.133}\protected@file@percent }
-\newlabel{102@xvr}{{}{187}}
-\newlabel{102@vr}{{}{187}}
-\newlabel{fig:servo-reverse}{{9.5}{187}{Rotating the servomotor forward and then reverse}{figure.caption.133}{}}
-\@writefile{lof}{\contentsline {figure}{\numberline {9.6}{\ignorespaces Rotating the servomotor in increments of $20^\circ $}}{188}{figure.caption.135}\protected@file@percent }
-\newlabel{105@xvr}{{}{188}}
-\newlabel{105@vr}{{}{188}}
-\newlabel{fig:servo-loop}{{9.6}{188}{Rotating the servomotor in increments of $20^\circ $}{figure.caption.135}{}}
+\@writefile{lot}{\contentsline {table}{\numberline {9.2}{\ignorespaces Parameters to rotate the servomotor by $30^\circ $\relax }}{186}{table.caption.132}\protected@file@percent }
+\newlabel{tab:servo-init}{{9.2}{186}{Parameters to rotate the servomotor by $30^\circ $\relax }{table.caption.132}{}}
+\newlabel{100@xvr}{{}{186}}
+\newlabel{100@vr}{{}{186}}
+\@writefile{lof}{\contentsline {figure}{\numberline {9.5}{\ignorespaces Rotating the servomotor forward and then reverse}}{186}{figure.caption.133}\protected@file@percent }
+\newlabel{102@xvr}{{}{186}}
+\newlabel{102@vr}{{}{186}}
+\newlabel{fig:servo-reverse}{{9.5}{186}{Rotating the servomotor forward and then reverse}{figure.caption.133}{}}
+\@writefile{lot}{\contentsline {table}{\numberline {9.3}{\ignorespaces Parameters to rotate the servomotor forward and reverse\relax }}{187}{table.caption.134}\protected@file@percent }
+\newlabel{tab:servo-reverse}{{9.3}{187}{Parameters to rotate the servomotor forward and reverse\relax }{table.caption.134}{}}
+\newlabel{103@xvr}{{}{187}}
+\newlabel{103@vr}{{}{187}}
+\@writefile{lof}{\contentsline {figure}{\numberline {9.6}{\ignorespaces Rotating the servomotor in increments of $20^\circ $}}{187}{figure.caption.135}\protected@file@percent }
+\newlabel{105@xvr}{{}{187}}
+\newlabel{105@vr}{{}{187}}
+\newlabel{fig:servo-loop}{{9.6}{187}{Rotating the servomotor in increments of $20^\circ $}{figure.caption.135}{}}
\@writefile{lot}{\contentsline {table}{\numberline {9.4}{\ignorespaces Parameters to make the servomotor to sweep the entire range in increments\relax }}{188}{table.caption.136}\protected@file@percent }
\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}}
@@ -1185,13 +1188,10 @@
\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{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/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo\textendash init.py}{190}{lstlisting.9.-169}\protected@file@percent }
+\@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}{191}{lstlisting.9.-172}\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 {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}}
@@ -1224,7 +1224,7 @@
\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}{196}{lstlisting.9.-179}\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{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}{}}
@@ -1234,7 +1234,7 @@
\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}{197}{lstlisting.9.-181}\protected@file@percent }
+\@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}}
@@ -1270,7 +1270,7 @@
\@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}{201}{lstlisting.9.-190}\protected@file@percent }
+\@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{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}{}}
diff --git a/floss-arduino.cod b/floss-arduino.cod
index e487e74..7419eb8 100644
--- a/floss-arduino.cod
+++ b/floss-arduino.cod
@@ -19,7 +19,7 @@
\contentsline {section}{\numberline {8.{1}}Read and display the thermistor values}{160}{codemass.8.1}%
\contentsline {section}{\numberline {8.{2}}Turning the buzzer on using thermistor values}{160}{codemass.8.2}%
\addvspace {10pt}
-\contentsline {section}{\numberline {9.{1}}Rotating the servomotor to a specified degree}{184}{codemass.9.1}%
+\contentsline {section}{\numberline {9.{1}}Rotating the servomotor to a specified degree}{183}{codemass.9.1}%
\contentsline {section}{\numberline {9.{2}}Rotating the servomotor to a specified degree and reversing}{184}{codemass.9.2}%
\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}%
diff --git a/floss-arduino.fdb_latexmk b/floss-arduino.fdb_latexmk
index 6ccc8a1..9819069 100644
--- a/floss-arduino.fdb_latexmk
+++ b/floss-arduino.fdb_latexmk
@@ -1,20 +1,20 @@
# Fdb version 3
-["bibtex floss-arduino"] 1668325123 "floss-arduino.aux" "floss-arduino.bbl" "floss-arduino" 1668325134
+["bibtex floss-arduino"] 1675879850 "floss-arduino.aux" "floss-arduino.bbl" "floss-arduino" 1675879859
"/usr/share/texlive/texmf-dist/bibtex/bst/base/unsrt.bst" 1292289607 18030 1376b4b231b50c66211e47e42eda2875 ""
"bibliography.bib" 1641630136 6623 704df91289b043dcae3f6fb6b7a4609f ""
- "floss-arduino.aux" 1668325133 183141 661dc640306342db9f55e283f0b0209e "pdflatex"
+ "floss-arduino.aux" 1675879858 183141 da29e77945ca2573bf5b582b4951f7bb "pdflatex"
(generated)
"floss-arduino.bbl"
"floss-arduino.blg"
-["makeindex floss-arduino.idx"] 1668325113 "floss-arduino.idx" "floss-arduino.ind" "floss-arduino" 1668325134
- "floss-arduino.idx" 1668325133 237 c28f564ec5605b02307b28acb6b716a0 "pdflatex"
+["makeindex floss-arduino.idx"] 1675879840 "floss-arduino.idx" "floss-arduino.ind" "floss-arduino" 1675879859
+ "floss-arduino.idx" 1675879858 237 c28f564ec5605b02307b28acb6b716a0 "pdflatex"
(generated)
"floss-arduino.ind"
"floss-arduino.ilg"
-["pdflatex"] 1668325123 "/home/fossee/Desktop/FLOSS-Arduino-Book/floss-arduino.tex" "/home/fossee/Desktop/FLOSS-Arduino-Book/floss-arduino.pdf" "floss-arduino" 1668325134
+["pdflatex"] 1675879850 "/home/fossee/Desktop/FLOSS-Arduino-Book/floss-arduino.tex" "/home/fossee/Desktop/FLOSS-Arduino-Book/floss-arduino.pdf" "floss-arduino" 1675879859
"/etc/texmf/web2c/texmf.cnf" 1602253014 475 c0e671620eb5563b2130f56340a5fde8 ""
- "/home/fossee/Desktop/FLOSS-Arduino-Book/floss-arduino.aux" 1668325133 183141 661dc640306342db9f55e283f0b0209e ""
- "/home/fossee/Desktop/FLOSS-Arduino-Book/floss-arduino.tex" 1668325102 7689 c0647636620528cca7b58ae64678c976 ""
+ "/home/fossee/Desktop/FLOSS-Arduino-Book/floss-arduino.aux" 1675879858 183141 da29e77945ca2573bf5b582b4951f7bb ""
+ "/home/fossee/Desktop/FLOSS-Arduino-Book/floss-arduino.tex" 1675879830 7689 c0647636620528cca7b58ae64678c976 ""
"/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc" 1165713224 4850 80dc9bab7f31fb78a000ccfed0e27cab ""
"/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/jknappen/ec/ecbx0900.tfm" 1136768653 3584 1a7de6c99457381c64abc1a7c545505f ""
@@ -165,19 +165,19 @@
"/usr/share/texmf/web2c/texmf.cnf" 1581979058 38841 ce3692aa899bb693b90b87eaa5d4d84e ""
"/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1604540077 4770781 1ed1abab22da9c3e2cc82e4db562318b ""
"/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1604540101 8258883 e8330f8aa4fe7c6cdcf08bf0b72237fd ""
- "floss-arduino.OpenModelicad" 1668325133 2789 25a23fbb823bc42a9e88f626117d6b30 "pdflatex"
- "floss-arduino.ard" 1668325133 2336 0bedc48b7bd3b29b476372427ae20e1f "pdflatex"
- "floss-arduino.aux" 1668325133 183141 661dc640306342db9f55e283f0b0209e "pdflatex"
- "floss-arduino.bbl" 1668325123 4361 30eb386110260b5c524b3df509ec33f0 "bibtex floss-arduino"
- "floss-arduino.cod" 1668325133 2825 1c948ecc8513dad35a2cce2ad437ad37 "pdflatex"
- "floss-arduino.ind" 1668325113 288 a19c2821904b40fc70937a785369cf8f "makeindex floss-arduino.idx"
- "floss-arduino.juliad" 1668325133 2664 57f8a1c508ce808245ea74e1e6cd8500 "pdflatex"
- "floss-arduino.lof" 1668325133 16583 ad5257a6932ffab176a096c1dfeb2827 "pdflatex"
- "floss-arduino.lot" 1668325133 4699 cdc5c91b9b316a2099450a23ad2e6bcd "pdflatex"
- "floss-arduino.out" 1668325133 16298 2fbab44f63c640f24ad1e63867ab79a3 "pdflatex"
- "floss-arduino.pyd" 1668325133 2593 7ae8b394ed13e099d0eef352d6b1f65e "pdflatex"
- "floss-arduino.tex" 1668325102 7689 c0647636620528cca7b58ae64678c976 ""
- "floss-arduino.toc" 1668325133 21382 00d63ca0bd251ab0f6666a24ec10a741 "pdflatex"
+ "floss-arduino.OpenModelicad" 1675879858 2789 25a23fbb823bc42a9e88f626117d6b30 "pdflatex"
+ "floss-arduino.ard" 1675879858 2336 0bedc48b7bd3b29b476372427ae20e1f "pdflatex"
+ "floss-arduino.aux" 1675879858 183141 da29e77945ca2573bf5b582b4951f7bb "pdflatex"
+ "floss-arduino.bbl" 1675879850 4361 30eb386110260b5c524b3df509ec33f0 "bibtex floss-arduino"
+ "floss-arduino.cod" 1675879858 2825 074245e44845785e017947c75901e2fc "pdflatex"
+ "floss-arduino.ind" 1675879840 288 a19c2821904b40fc70937a785369cf8f "makeindex floss-arduino.idx"
+ "floss-arduino.juliad" 1675879858 2664 57f8a1c508ce808245ea74e1e6cd8500 "pdflatex"
+ "floss-arduino.lof" 1675879858 16583 3cbf2c3229566dda3ad5af82266a74ee "pdflatex"
+ "floss-arduino.lot" 1675879858 4699 b1cd55ac67dda9f345d10c6b0a53560d "pdflatex"
+ "floss-arduino.out" 1675879858 16298 2fbab44f63c640f24ad1e63867ab79a3 "pdflatex"
+ "floss-arduino.pyd" 1675879858 2593 7ae8b394ed13e099d0eef352d6b1f65e "pdflatex"
+ "floss-arduino.tex" 1675879830 7689 c0647636620528cca7b58ae64678c976 ""
+ "floss-arduino.toc" 1675879858 21382 711d5a794bcf574c21981b4925857153 "pdflatex"
"suppl/IITB-logo-HighRes.png" 1624246500 200217 01027e8bbcaf3f25de3bab2374d3adda ""
"suppl/acr.tex" 1615963613 1926 fd6481c4666ee0d60331b7d4cc24b645 ""
"suppl/appendix.tex" 1663435272 3218 487c086200fd5c5c4c0fdea3fbb5e29e ""
@@ -240,7 +240,7 @@
"user-code/ldr/OpenModelica/ldr-read.mo" 1620088994 860 b6de0b97782c2153052b43d45ca918a2 ""
"user-code/ldr/arduino/ldr-led/ldr-led.ino" 1620088994 355 3a0bb525b88842f2c29277bfae805ace ""
"user-code/ldr/arduino/ldr-read/ldr-read.ino" 1620088994 230 f00bce053f207cda3fe5d9efb50b244f ""
- "user-code/ldr/figures/LDR-led.png" 1617898904 240349 523edd11a7bcb1002c01b0410de0183e ""
+ "user-code/ldr/figures/LDR-led-dark-color-wires.jpg" 1675877532 558099 ed5f3007240354abfcabe1f21e8ef0a4 ""
"user-code/ldr/figures/LDR.png" 1618126813 222329 b099f728f89ec6e9e39f2222e410488c ""
"user-code/ldr/figures/ldr-conn.png" 1615963614 27006 651850b554b0e5f042da89db408bd75e ""
"user-code/ldr/figures/ldr-led-2.png" 1619906121 136223 7b7c3b7364cc3325f23880eb53d878c2 ""
@@ -252,7 +252,7 @@
"user-code/ldr/julia/ldr-led.jl" 1620088994 328 c56b41b79308edfeac581824b292db8e ""
"user-code/ldr/julia/ldr-read.jl" 1620088994 182 f022609c62ce20cd8a544b56bb24b920 ""
"user-code/ldr/ldr-OM.tex" 1621455775 4330 bf71650135097470010dee6009bf2f2c ""
- "user-code/ldr/ldr-base.tex" 1621455775 10370 2dc790d6cd4dee2eed4edccdf2dc929f ""
+ "user-code/ldr/ldr-base.tex" 1675878150 10387 9bf30fe72994cec1615c511c02e130c9 ""
"user-code/ldr/ldr-julia.tex" 1621455775 3871 b16ec475383e1331a08b220b22f13fdb ""
"user-code/ldr/ldr-python.tex" 1621455775 4576 9bdb80c78c973ef430c00fe2d2ce719b ""
"user-code/ldr/ldr-scilab.tex" 1621455775 13462 ffeb0049b804a21e1f86c11a37113738 ""
@@ -329,13 +329,13 @@
"user-code/modbus/scilab/read_voltage.sci" 1619050548 1100 00726a382c03a31bf874d21d1cc5eb16 ""
"user-code/pot/OpenModelica/pot-threshold.mo" 1623195900 1537 1df3a3e70cfebbc103339db4212e4765 ""
"user-code/pot/arduino/pot-threshold/pot-threshold.ino" 1620088994 805 12e5e0df10302ea489b57721d004d184 ""
- "user-code/pot/figures/POT-led-bb.png" 1618126815 243193 63a4dc18807be931f97545bfa9167a30 ""
+ "user-code/pot/figures/POT-led-bb-dark-color-wires.jpg" 1675877532 612174 a216dc6edc1485bc1053cead234d06ae ""
"user-code/pot/figures/pot-threshold-1.png" 1619921513 127870 911e5afafb8a33b220cf66889fac91d7 ""
"user-code/pot/figures/potmeter.png" 1615963614 99691 b56662d8570cfc9c91c52b76f21d1802 ""
"user-code/pot/figures/schematic.png" 1615963614 24453 85099648f5c8e616d3cfd5f3d6d7a7bf ""
"user-code/pot/julia/pot-threshold.jl" 1620088994 666 9b730ca97ed22ec8050aa381d4161447 ""
"user-code/pot/pot-OM.tex" 1621455775 2428 e00a4a0fc2dde69645883e0e161cb41d ""
- "user-code/pot/pot-base.tex" 1621455775 8733 cbe2103c1242a714ed3fd639d1ba04a1 ""
+ "user-code/pot/pot-base.tex" 1675878386 8750 6c5b8032dfdfd028ac1023b3946e5268 ""
"user-code/pot/pot-julia.tex" 1621455775 2031 630ec4debd43acbd61d1ef9bc938efa5 ""
"user-code/pot/pot-python.tex" 1621455775 2221 bbe65be48f47a22445f193c34eece033 ""
"user-code/pot/pot-scilab.tex" 1621455775 5204 cd6a7e9a7e6bd742cf06e77bfb7c1797 ""
@@ -349,12 +349,12 @@
"user-code/push/figures/push-button-status.PNG" 1615963614 27403 da6c41bb605a3801512422bfefcaf4ea ""
"user-code/push/figures/pushbutton-conn.png" 1615963614 25321 c2e109dc82f76507b9a0b5f6e09be7db ""
"user-code/push/figures/sci-ard-meter.png" 1619834247 14461 903bc95446fd86d03d6cd50e9801d91d ""
- "user-code/push/figures/switch-led.png" 1617880501 240149 ad9fa2cc65d176482fbdf38c633d826f ""
+ "user-code/push/figures/switch-led-dark-color-wires.jpg" 1675877532 537952 d8f1aa78c13f59b7455be3c5891e9903 ""
"user-code/push/figures/switch.png" 1617880485 220988 2689323a6f7a00d63e81ef7abb52961a ""
"user-code/push/julia/led-push-button.jl" 1620022023 362 d6ece80fbd90baec0c77d842796ce55f ""
"user-code/push/julia/push-button-status.jl" 1620022023 220 ee74db42ff4cafa9fdfa53bf629610f7 ""
"user-code/push/push-OM.tex" 1621727592 4349 85113378082d662185f92f82c31e0052 ""
- "user-code/push/push-base.tex" 1621455775 9542 58b98694b202c0c277d28136f2a40af6 ""
+ "user-code/push/push-base.tex" 1675877727 9559 383bdaea5d821e8ef4bbfb96e412d4ec ""
"user-code/push/push-julia.tex" 1621455775 3532 267ddf5e111076677bf4ab39ae1aca08 ""
"user-code/push/push-python.tex" 1621455775 3501 2725b30124fa209b5fc6b05fcc5a5f18 ""
"user-code/push/push-scilab.tex" 1621455775 8452 cbce9e9caa2c44eeb4f75cc7288a3653 ""
@@ -370,10 +370,10 @@
"user-code/servo/arduino/servo-loop/servo-loop.ino" 1620298217 402 c218fcd4caeb348d81352b676dc5c541 ""
"user-code/servo/arduino/servo-pot/servo-pot.ino" 1620088994 671 145aea71e1ac2ef50822eb25d83108d6 ""
"user-code/servo/arduino/servo-reverse/servo-reverse.ino" 1620088994 331 5305061778c867a1ac20fee4fa50e995 ""
- "user-code/servo/figures/servo-bb.png" 1620292542 225975 568cf3b00806f2ae8562b2af9fe5a249 ""
+ "user-code/servo/figures/servo-bb-dark-color-wires.jpg" 1675877532 515117 8b63e92ac52e923c998a8dab26a5e0aa ""
"user-code/servo/figures/servo-init.png" 1615963614 26415 598a8cb33dbe09dbd1edc7b8735f4816 ""
"user-code/servo/figures/servo-loop.png" 1615963614 32952 67f7dd0d2bb32be2b1c48f217b17c189 ""
- "user-code/servo/figures/servo-pot-bb.png" 1620292534 236985 d6100121102ec6696c76eb30db17b3c0 ""
+ "user-code/servo/figures/servo-pot-bb-dark-color-wires.jpg" 1675877532 542317 27d3260516bf67af622319fa5ec97d03 ""
"user-code/servo/figures/servo-pot.png" 1615963614 33204 436709fd3e5dbedb22b8af8b2d2ca4ba ""
"user-code/servo/figures/servo-reverse.png" 1615963614 25147 1703152c1e98c6000e54589b6bd467a7 ""
"user-code/servo/figures/servo-uno-shield.jpg" 1620292964 4433005 1ca49ed870fd1a7d92392a6aa2c053f6 ""
@@ -390,7 +390,7 @@
"user-code/servo/scilab/servo-pot.sce" 1620088994 530 2d82664fdd3a16c6588b2a4dc4e66a22 ""
"user-code/servo/scilab/servo-reverse.sce" 1620088994 532 11110ec91f2ddb2261afbbec00198d94 ""
"user-code/servo/servo-OM.tex" 1621455775 6743 e3bb3333e0e297defe427b0d2a0ab5c0 ""
- "user-code/servo/servo-base.tex" 1621901677 13438 70312e720d5adbc7e3c497561fa13406 ""
+ "user-code/servo/servo-base.tex" 1675878887 13472 7530e6eccc99cb99db9d3434f36af165 ""
"user-code/servo/servo-julia.tex" 1621455775 6393 f5b5c76dbc63b086b6593dc5c1d3e5a2 ""
"user-code/servo/servo-python.tex" 1621455775 9390 e10fc3c7c70de72eb1cbcf10b7342863 ""
"user-code/servo/servo-scilab.tex" 1621455775 17336 d4a14c40c81913ae60506458a1cf945a ""
@@ -450,7 +450,7 @@
"user-code/thermistor/figures/therm-read-xcos.png" 1615963614 57179 0dddd7d72b0b013c4bca6de583a2bb80 ""
"user-code/thermistor/figures/therm-read.png" 1615963614 19495 9e15703acd9c4205b29b15f718ba5669 ""
"user-code/thermistor/figures/therm-sym.png" 1615963614 17914 5c4de58664f2c605c14ebafd7187b119 ""
- "user-code/thermistor/figures/thermistor-buzzer.png" 1617904904 251485 47e52a1b05f033ac5efc513d0c38b843 ""
+ "user-code/thermistor/figures/thermistor-buzzer-dark-color-wires.jpg" 1675877532 496175 38d274aaaca2413e7966f90f112441ad ""
"user-code/thermistor/figures/thermistor.png" 1617904875 227111 a497c7b79fab30a854e897df8f7b9e5a ""
"user-code/thermistor/julia/therm-buzzer.jl" 1620088994 361 703362d6f73c2ce36d978a43225a8dbf ""
"user-code/thermistor/julia/therm-read.jl" 1620002804 183 640b24fbc4b351c3ad132e1f06e21993 ""
@@ -459,24 +459,24 @@
"user-code/thermistor/scilab/therm-buzzer.sce" 1620088994 542 66209c5ab2e09a16efa85ab68a541109 ""
"user-code/thermistor/scilab/therm-read.sce" 1619998644 399 3d4d94a3003c16014a51200a9b472b66 ""
"user-code/thermistor/thermistor-OM.tex" 1622927944 5425 cd07b2aaf04da23450cd4dfce680564c ""
- "user-code/thermistor/thermistor-base.tex" 1621455775 12060 ceacf10a396b42fe1b4434075deb9129 ""
+ "user-code/thermistor/thermistor-base.tex" 1675878573 12077 9628bd6d728beab154731a68e74d8cce ""
"user-code/thermistor/thermistor-julia.tex" 1621455775 5083 6e773263fd0378465696e28325689b98 ""
"user-code/thermistor/thermistor-python.tex" 1621730586 6690 dcd0b9c6629922cc2675da1a8eec8d97 ""
"user-code/thermistor/thermistor-scilab.tex" 1621455775 15817 4f8b0a1727ee952a36196e611ce5308c ""
(generated)
+ "floss-arduino.thm"
+ "floss-arduino.pdf"
+ "/home/fossee/Desktop/FLOSS-Arduino-Book/floss-arduino.pdf"
+ "floss-arduino.idx"
"floss-arduino.lof"
- "floss-arduino.log"
+ "floss-arduino.juliad"
+ "floss-arduino.cod"
"floss-arduino.pyd"
- "floss-arduino.lot"
- "floss-arduino.idx"
+ "floss-arduino.out"
"floss-arduino.toc"
- "floss-arduino.cod"
+ "floss-arduino.lot"
+ "floss-arduino.aux"
"floss-arduino.OpenModelicad"
- "floss-arduino.ard"
"/home/fossee/Desktop/FLOSS-Arduino-Book/floss-arduino.log"
- "floss-arduino.pdf"
- "floss-arduino.aux"
- "floss-arduino.thm"
- "floss-arduino.out"
- "floss-arduino.juliad"
- "/home/fossee/Desktop/FLOSS-Arduino-Book/floss-arduino.pdf"
+ "floss-arduino.log"
+ "floss-arduino.ard"
diff --git a/floss-arduino.fls b/floss-arduino.fls
index 6b07728..3ad8916 100644
--- a/floss-arduino.fls
+++ b/floss-arduino.fls
@@ -650,9 +650,9 @@ INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/pushbutton-
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch.png
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch.png
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led.png
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led-dark-color-wires.jpg
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push-button-status/push-button-status.ino
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push-button-status/push-button-status.ino
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/arduino/push-button-status/push-button-status.ino
@@ -759,9 +759,9 @@ INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/ldr-conn.png
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR.png
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR.png
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led.png
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led-dark-color-wires.jpg
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-read/ldr-read.ino
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-read/ldr-read.ino
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/arduino/ldr-read/ldr-read.ino
@@ -853,9 +853,9 @@ INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/potmeter.png
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/schematic.png
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/schematic.png
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/schematic.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb.png
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb-dark-color-wires.jpg
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot-threshold/pot-threshold.ino
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot-threshold/pot-threshold.ino
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/arduino/pot-threshold/pot-threshold.ino
@@ -929,9 +929,9 @@ INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/BUZZE
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermistor.png
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermistor.png
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermistor.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermistor-buzzer.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermistor-buzzer.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermistor-buzzer.png
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermistor-buzzer-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermistor-buzzer-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/thermistor-buzzer-dark-color-wires.jpg
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-read/therm-read.ino
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-read/therm-read.ino
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/arduino/therm-read/therm-read.ino
@@ -1035,12 +1035,12 @@ INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/servo-base.tex
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-uno-shield.jpg
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-uno-shield.jpg
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-uno-shield.jpg
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot-bb.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot-bb.png
-INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot-bb.png
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot-bb-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot-bb-dark-color-wires.jpg
+INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot-bb-dark-color-wires.jpg
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/servo-init.ino
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/servo-init.ino
INPUT /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/arduino/servo-init/servo-init.ino
diff --git a/floss-arduino.lof b/floss-arduino.lof
index 7dba825..af97a4e 100644
--- a/floss-arduino.lof
+++ b/floss-arduino.lof
@@ -108,9 +108,9 @@
\contentsline {figure}{\numberline {9.1}{\ignorespaces Connecting servomotor to the shield attached on Arduino Uno\relax }}{176}{figure.caption.127}%
\contentsline {figure}{\numberline {9.2}{\ignorespaces A servomotor with Arduino Uno\ using a breadboard\relax }}{177}{figure.caption.129}%
\contentsline {figure}{\numberline {9.3}{\ignorespaces A servomotor and a potentiometer with Arduino Uno\ using a breadboard\relax }}{178}{figure.caption.130}%
-\contentsline {figure}{\numberline {9.4}{\ignorespaces Rotating the servomotor by a fixed angle}}{186}{figure.caption.131}%
-\contentsline {figure}{\numberline {9.5}{\ignorespaces Rotating the servomotor forward and then reverse}}{187}{figure.caption.133}%
-\contentsline {figure}{\numberline {9.6}{\ignorespaces Rotating the servomotor in increments of $20^\circ $}}{188}{figure.caption.135}%
+\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}%
\addvspace {10\p@ }
\contentsline {figure}{\numberline {10.1}{\ignorespaces L293D motor driver board\relax }}{206}{figure.caption.139}%
diff --git a/floss-arduino.log b/floss-arduino.log
index 670a22c..2f8af26 100644
--- a/floss-arduino.log
+++ b/floss-arduino.log
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex 2020.11.5) 13 NOV 2022 13:09
+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
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
@@ -1725,20 +1725,20 @@ 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.png,
- id=3378, 453.695pt x 266.596pt>
+</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
-.png Graphic file (type png)
-<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led.
-png>
+-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.png used on input line 106.
-(pdftex.def) Requested size: 397.48499pt x 233.56786pt.
+/figures/switch-led-dark-color-wires.jpg used on input line 106.
+(pdftex.def) Requested size: 397.48499pt x 231.80768pt.
-Underfull \vbox (badness 1158) has occurred while \output is active []
+Underfull \vbox (badness 1975) has occurred while \output is active []
[99 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/push/figures/switch-led
-.png>]
+-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
@@ -1760,7 +1760,7 @@ 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=3441, 428.60126pt x 442.65375pt>
+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
@@ -1784,7 +1784,7 @@ Overfull \hbox (0.145pt too wide) in paragraph at lines 64--67
(/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=3485, 264.99pt x 268.00125pt>
+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
@@ -1799,7 +1799,7 @@ 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=3513, 298.86656pt x 264.99pt>
+.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
@@ -1848,7 +1848,7 @@ utton.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=3838
+</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)
@@ -1857,7 +1857,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/
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=
-3839, 1009.52156pt x 741.52031pt>
+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>
@@ -1866,7 +1866,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/
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
-=3840, 415.5525pt x 450.68375pt>
+=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
@@ -1885,7 +1885,7 @@ 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=3854
+</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)
@@ -1894,19 +1894,19 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/
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.png, id=
-3867, 455.301pt x 257.763pt>
-File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led.png
- Graphic file (type png)
-<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/figures/LDR-led.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.png used on input line 125.
-(pdftex.def) Requested size: 397.48499pt x 225.03864pt.
+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.png>]
+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
@@ -1922,7 +1922,7 @@ ino)) (./user-code/ldr/ldr-scilab.tex [122]
(/home/fossee/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=3990, 257.46187pt x 304.13625pt>
+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
@@ -1931,7 +1931,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/
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=3993, 1284.8pt x 571.13374pt>
+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
@@ -1946,7 +1946,7 @@ Underfull \vbox (badness 3849) has occurred while \output is active []
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=4004, 764.8575pt x 743.77875pt>
+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
@@ -1955,7 +1955,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ldr/
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=4009, 1284.8pt x 571.13374pt>
+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
@@ -1998,7 +1998,7 @@ read.py)
[135])) (./user-code/pot/pot-base.tex [136]
Chapter 7.
</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/potmeter.png, id
-=4288, 1576.38937pt x 1305.37688pt>
+=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
@@ -2007,7 +2007,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/
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=4289, 415.5525pt x 417.56pt>
+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
@@ -2020,22 +2020,22 @@ figures/schematic.png used on input line 68.
] [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.png,
-id=4305, 453.695pt x 243.309pt>
-File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb.
-png Graphic file (type png)
-<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/pot/figures/POT-led-bb.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.png used on input line 113.
-(pdftex.def) Requested size: 397.48499pt x 213.16588pt.
+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.
-png>]
+[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
@@ -2055,7 +2055,7 @@ 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=4408, 1008.76875pt x 719.68875pt>
+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
@@ -2109,7 +2109,7 @@ Ex-am-ples -> pot -> pot_threshold.
ld.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=4612, 139.9629pt x 126.2316pt>
+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
@@ -2118,7 +2118,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther
mistor/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=4615, 1284.8pt x 913.4125pt>
+.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
@@ -2127,7 +2127,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther
mistor/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=4616, 329.23pt x 422.57875pt>
+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
@@ -2136,7 +2136,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther
mistor/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=4617, 307.1475pt x 366.36874pt>
+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
@@ -2155,7 +2155,7 @@ 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=4647, 453.695pt x 236.885pt>
+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
@@ -2164,19 +2164,19 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther
mistor/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.png, id=4651, 453.695pt x 240.097pt>
+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.png Graphic file (type png)
+mistor-buzzer-dark-color-wires.jpg Graphic file (type jpg)
<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/thermistor/figures/therm
-istor-buzzer.png>
+istor-buzzer-dark-color-wires.jpg>
Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther
-mistor/figures/thermistor-buzzer.png used on input line 124.
-(pdftex.def) Requested size: 397.48499pt x 210.35179pt.
+mistor/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.png>]
+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
@@ -2201,7 +2201,7 @@ er.sce) [159]
(/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=4814, 617.30624pt x 548.0475pt>
+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
@@ -2210,7 +2210,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther
mistor/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=4819, 632.3625pt x 529.98pt>
+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
@@ -2219,7 +2219,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/ther
mistor/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=4822, 627.34375pt x 530.98375pt>
+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
@@ -2234,7 +2234,7 @@ 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=4855, 612.2875pt x 589.20125pt>
+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
@@ -2282,7 +2282,7 @@ Chapter 9.
]
</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-uno-shie
-ld.jpg, id=5178, 1110.0672pt x 508.7808pt>
+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-
@@ -2292,26 +2292,26 @@ o/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.png,
-id=5185, 446.468pt x 316.382pt>
-File: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb.
-png Graphic file (type png)
-<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-bb.p
-ng>
+</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.png used on input line 119.
-(pdftex.def) Requested size: 357.73405pt x 253.51628pt.
-</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot-bb.p
-ng, id=5191, 446.468pt x 286.671pt>
+o/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.png Graphic file (type png)
+-bb-dark-color-wires.jpg Graphic file (type jpg)
<use /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-pot-
-bb.png>
+bb-dark-color-wires.jpg>
Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/serv
-o/figures/servo-pot-bb.png used on input line 133.
-(pdftex.def) Requested size: 357.73405pt x 229.70891pt.
+o/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
-.png>]
+-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
@@ -2320,7 +2320,7 @@ vo-init.ino)
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.png>]
+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
@@ -2354,7 +2354,7 @@ ce)
(/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=5396, 265.74281pt x 309.40594pt>
+, 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
@@ -2362,8 +2362,10 @@ t.png Graphic file (type png)
Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/serv
o/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=5402, 244.66406pt x 281.55188pt>
+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
@@ -2371,9 +2373,10 @@ 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.
(pdftex.def) Requested size: 178.86702pt x 205.84047pt.
- [185]
+ [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=5426, 281.55188pt x 347.04657pt>
+, 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
@@ -2381,10 +2384,10 @@ p.png Graphic file (type png)
Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/serv
o/figures/servo-loop.png used on input line 243.
(pdftex.def) Requested size: 178.86702pt x 220.47803pt.
- [186 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-in
-it.png>]
+ [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=5436, 286.06876pt x 292.09125pt>
+ 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.
@@ -2397,34 +2400,29 @@ Overfull \hbox (17.60953pt too wide) in paragraph at lines 306--317
[][]
[]
-) (./user-code/servo/servo-python.tex [187 </home/fossee/Desktop/FLOSS-Arduino-
-Book/user-code/servo/figures/servo-reverse.png>]
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [188 </home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/figures/servo-lo
-op.png>]
+) (./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-init.py)
(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-reverse.p
-y) [190]
-(/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-pot.py)
+y) (/home/fossee/Desktop/FLOSS-Arduino-Book/user-code/servo/python/servo-pot.py
+) [190]
(/home/fossee/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
-[194])) (./user-code/servo/servo-julia.tex
+(/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
-[195])
+) [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-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
@@ -2449,7 +2447,7 @@ p.mo [201])
]
Chapter 10.
</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmotor/figures/dcmotor_boar
-d.png, id=5937, 247.92625pt x 232.87pt>
+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_
@@ -2459,7 +2457,7 @@ tor/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=5945, 426.8748pt x 319.9152pt>
+ 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.
@@ -2470,7 +2468,7 @@ tor/figures/uno-pwm.jpg used on input line 106.
[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=5953, 415.5525pt x 467.7475pt>
+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
@@ -2479,7 +2477,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmo
tor/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=5954, 2469.97781pt x 1973.12157pt>
+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
@@ -2529,7 +2527,7 @@ 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=6141, 807.015pt x 738.76pt>
+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-
@@ -2538,7 +2536,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/dcmo
tor/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=6147, 784.9325pt x 716.6775pt>
+.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-
@@ -2549,7 +2547,7 @@ tor/figures/dcmotor-both.png used on input line 348.
[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=6183, 775.89874pt x 756.8275pt>
+.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-
@@ -2620,7 +2618,7 @@ Chapter 11.
]
</home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modbus/figures/fig1.png, id=
-6647, 672.5125pt x 224.84pt>
+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>
@@ -2629,7 +2627,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb
us/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=
-6648, 360.34625pt x 375.4025pt>
+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>
@@ -2641,7 +2639,7 @@ us/figures/fig2.png used on input line 74.
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=
-6656, 481.04718pt x 214.55156pt>
+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>
@@ -2652,7 +2650,7 @@ us/figures/fig3.png used on input line 120.
[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=6707, 398.23781pt x 255.95625pt>
+.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
@@ -2661,7 +2659,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb
us/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=6708, 722.7pt x 542.025pt>
+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-
@@ -2672,7 +2670,7 @@ us/figures/Full-Set-Up.png used on input line 426.
[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=6721, 645.41125pt x 1114.1625pt>
+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
@@ -2688,7 +2686,7 @@ 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=6738, 786.94pt x 800.9925pt>
+, 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
@@ -2708,7 +2706,7 @@ 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=6828, 490.83376pt x 170.13562pt>
+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
@@ -2717,7 +2715,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb
us/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=6829, 277.035pt x 248.127pt>
+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
@@ -2726,7 +2724,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb
us/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=6832, 487.8225pt x 155.07938pt>
+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
@@ -2735,7 +2733,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb
us/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=6833, 261.1356pt x 269.808pt>
+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
@@ -2744,7 +2742,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb
us/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=6836, 492.33937pt x 185.94469pt>
+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
@@ -2753,7 +2751,7 @@ Package pdftex.def Info: /home/fossee/Desktop/FLOSS-Arduino-Book/user-code/modb
us/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=6837, 306.9066pt x 264.99pt>
+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
@@ -2767,7 +2765,7 @@ 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=6848, 635.37375pt x 455.7025pt>
+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
@@ -2898,8 +2896,8 @@ 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
- 345781 string characters out of 5920377
- 817932 words of memory out of 5000000
+ 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
@@ -2927,9 +2925,9 @@ 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, 32379286 bytes).
+Output written on floss-arduino.pdf (293 pages, 34636706 bytes).
PDF statistics:
- 7944 PDF objects out of 8907 (max. 8388607)
+ 7938 PDF objects out of 8907 (max. 8388607)
7328 compressed objects within 74 object streams
3884 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 4bdcae2..f5c9e63 100644
--- a/floss-arduino.lot
+++ b/floss-arduino.lot
@@ -23,8 +23,8 @@
\contentsline {table}{\numberline {8.2}{\ignorespaces Xcos parameters to read thermistor and switch the buzzer\relax }}{164}{table.caption.121}%
\addvspace {10\p@ }
\contentsline {table}{\numberline {9.1}{\ignorespaces Connecting a typical servomotor to Arduino Uno\ board\relax }}{176}{table.caption.128}%
-\contentsline {table}{\numberline {9.2}{\ignorespaces Parameters to rotate the servomotor by $30^\circ $\relax }}{185}{table.caption.132}%
-\contentsline {table}{\numberline {9.3}{\ignorespaces Parameters to rotate the servomotor forward and reverse\relax }}{186}{table.caption.134}%
+\contentsline {table}{\numberline {9.2}{\ignorespaces Parameters to rotate the servomotor by $30^\circ $\relax }}{186}{table.caption.132}%
+\contentsline {table}{\numberline {9.3}{\ignorespaces Parameters to rotate the servomotor forward and reverse\relax }}{187}{table.caption.134}%
\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@ }
diff --git a/floss-arduino.pdf b/floss-arduino.pdf
index 97ef40a..3b04da9 100644
--- a/floss-arduino.pdf
+++ b/floss-arduino.pdf
Binary files differ
diff --git a/floss-arduino.thm b/floss-arduino.thm
index b09bdd4..36ef290 100644
--- a/floss-arduino.thm
+++ b/floss-arduino.thm
@@ -75,7 +75,7 @@
\contentsline {ardmass}{{Arduino Code}{9.{2}}{}}{180}{ardmass.9.2}%
\contentsline {ardmass}{{Arduino Code}{9.{3}}{}}{181}{ardmass.9.3}%
\contentsline {ardmass}{{Arduino Code}{9.{4}}{}}{181}{ardmass.9.4}%
-\contentsline {codemass}{{Scilab Code}{9.{1}}{}}{184}{codemass.9.1}%
+\contentsline {codemass}{{Scilab Code}{9.{1}}{}}{183}{codemass.9.1}%
\contentsline {codemass}{{Scilab Code}{9.{2}}{}}{184}{codemass.9.2}%
\contentsline {codemass}{{Scilab Code}{9.{3}}{}}{184}{codemass.9.3}%
\contentsline {codemass}{{Scilab Code}{9.{4}}{}}{184}{codemass.9.4}%
diff --git a/floss-arduino.toc b/floss-arduino.toc
index 151078b..f9476f2 100644
--- a/floss-arduino.toc
+++ b/floss-arduino.toc
@@ -169,10 +169,10 @@
\contentsline {subsection}{\numberline {9.3.2}Arduino Code}{180}{subsection.9.3.2}%
\contentsline {section}{\numberline {9.4}Controlling the servomotor through Scilab}{182}{section.9.4}%
\contentsline {subsection}{\numberline {9.4.1}Controlling the servomotor}{182}{subsection.9.4.1}%
-\contentsline {subsection}{\numberline {9.4.2}Scilab Code}{184}{subsection.9.4.2}%
+\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}{189}{section.9.6}%
-\contentsline {subsection}{\numberline {9.6.1}Controlling the servomotor}{189}{subsection.9.6.1}%
+\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 {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}%
diff --git a/julia.pdf b/julia.pdf
index cc90ad4..edc12f0 100644
--- a/julia.pdf
+++ b/julia.pdf
Binary files differ
diff --git a/openmodelica.pdf b/openmodelica.pdf
index d43a5c4..3449782 100644
--- a/openmodelica.pdf
+++ b/openmodelica.pdf
Binary files differ
diff --git a/python.pdf b/python.pdf
index 986bea1..7f6ca1d 100644
--- a/python.pdf
+++ b/python.pdf
Binary files differ
diff --git a/scilab.pdf b/scilab.pdf
index 7481e10..c764dd1 100644
--- a/scilab.pdf
+++ b/scilab.pdf
Binary files differ
diff --git a/user-code/ldr/figures/LDR-led-dark-color-wires.jpg b/user-code/ldr/figures/LDR-led-dark-color-wires.jpg
new file mode 100644
index 0000000..1de8200
--- /dev/null
+++ b/user-code/ldr/figures/LDR-led-dark-color-wires.jpg
Binary files differ
diff --git a/user-code/ldr/ldr-base.tex b/user-code/ldr/ldr-base.tex
index caac9cf..9e106c5 100644
--- a/user-code/ldr/ldr-base.tex
+++ b/user-code/ldr/ldr-base.tex
@@ -122,7 +122,7 @@ are same as that in \figref{fig:ard-ldr}.
\begin{figure}
\centering
- \includegraphics[width=\textwidth]{\LocLDRfig/LDR-led.png}
+ \includegraphics[width=\textwidth]{\LocLDRfig/LDR-led-dark-color-wires.jpg}
\caption{An LDR to control an LED with Arduino Uno using a breadboard}
%\redcolor{connected on pin no. D12}}
\label{fig:ard-ldr-led}
diff --git a/user-code/pot/figures/POT-led-bb-dark-color-wires.jpg b/user-code/pot/figures/POT-led-bb-dark-color-wires.jpg
new file mode 100644
index 0000000..d7f4268
--- /dev/null
+++ b/user-code/pot/figures/POT-led-bb-dark-color-wires.jpg
Binary files differ
diff --git a/user-code/pot/pot-base.tex b/user-code/pot/pot-base.tex
index 62c5f23..5b63adc 100644
--- a/user-code/pot/pot-base.tex
+++ b/user-code/pot/pot-base.tex
@@ -110,7 +110,7 @@ please refer to \figref{fig:pot-led}. The connections given in this figure
can be used to control an RGB LED depending upon the values from the potentiometer.
\begin{figure}
  \centering
-  \includegraphics[width=\textwidth]{\LocPotfig/POT-led-bb.png}
+  \includegraphics[width=\textwidth]{\LocPotfig/POT-led-bb-dark-color-wires.jpg}
  \caption{A potentiometer to control an LED with Arduino Uno using a breadboard}
  %\redcolor{connected on pin no. D12}}
  \label{fig:pot-led}
diff --git a/user-code/push/figures/switch-led-dark-color-wires.jpg b/user-code/push/figures/switch-led-dark-color-wires.jpg
new file mode 100644
index 0000000..fe30315
--- /dev/null
+++ b/user-code/push/figures/switch-led-dark-color-wires.jpg
Binary files differ
diff --git a/user-code/push/push-base.tex b/user-code/push/push-base.tex
index 2220b43..5d9907e 100644
--- a/user-code/push/push-base.tex
+++ b/user-code/push/push-base.tex
@@ -103,7 +103,7 @@ connecting the pin to 5V so that we read a HIGH on digital pin 12.
\begin{figure}
\centering
- \includegraphics[width=\textwidth]{\LocPushfig/switch-led.png}
+ \includegraphics[width=\textwidth]{\LocPushfig/switch-led-dark-color-wires.jpg}
\caption{A pushbutton to control an LED with Arduino Uno using a breadboard}
%\redcolor{connected on pin no. D12}}
\label{fig:switch-led}
diff --git a/user-code/servo/figures/servo-bb-dark-color-wires.jpg b/user-code/servo/figures/servo-bb-dark-color-wires.jpg
new file mode 100644
index 0000000..4bb9818
--- /dev/null
+++ b/user-code/servo/figures/servo-bb-dark-color-wires.jpg
Binary files differ
diff --git a/user-code/servo/figures/servo-pot-bb-dark-color-wires.jpg b/user-code/servo/figures/servo-pot-bb-dark-color-wires.jpg
new file mode 100644
index 0000000..c91a4e6
--- /dev/null
+++ b/user-code/servo/figures/servo-pot-bb-dark-color-wires.jpg
Binary files differ
diff --git a/user-code/servo/servo-base.tex b/user-code/servo/servo-base.tex
index dbe87f4..59a73ed 100644
--- a/user-code/servo/servo-base.tex
+++ b/user-code/servo/servo-base.tex
@@ -116,7 +116,7 @@ In case you have a servomotor and want to connect it with \arduino\ on a breadbo
please refer to \figref{fig:servo-bread}.
\begin{figure}
\centering
- \includegraphics[width=\hgfig]{\LocSERfig/servo-bb.png}
+ \includegraphics[width=\hgfig]{\LocSERfig/servo-bb-dark-color-wires.jpg}
\caption{A servomotor with \arduino\ using a breadboard}
\label{fig:servo-bread}
\end{figure}
@@ -130,7 +130,7 @@ potentiometer. Rest of the connections are same as that in \figref{fig:servo-bre
\begin{figure}
\centering
- \includegraphics[width=\hgfig]{\LocSERfig/servo-pot-bb.png}
+ \includegraphics[width=\hgfig]{\LocSERfig/servo-pot-bb-dark-color-wires.jpg}
\caption{A servomotor and a potentiometer with \arduino\ using a breadboard}
\label{fig:servo-pot-bread}
\end{figure}
diff --git a/user-code/thermistor/figures/thermistor-buzzer-dark-color-wires.jpg b/user-code/thermistor/figures/thermistor-buzzer-dark-color-wires.jpg
new file mode 100644
index 0000000..4b36310
--- /dev/null
+++ b/user-code/thermistor/figures/thermistor-buzzer-dark-color-wires.jpg
Binary files differ
diff --git a/user-code/thermistor/thermistor-base.tex b/user-code/thermistor/thermistor-base.tex
index 2a6167e..3041f4c 100644
--- a/user-code/thermistor/thermistor-base.tex
+++ b/user-code/thermistor/thermistor-base.tex
@@ -121,7 +121,7 @@ by the analog pin 4 of \arduino\ in its logic.
\begin{figure}
\centering
- \includegraphics[width=\textwidth]{\LocTHERMfig/thermistor-buzzer.png}
+ \includegraphics[width=\textwidth]{\LocTHERMfig/thermistor-buzzer-dark-color-wires.jpg}
\caption{A thermistor to control a buzzer with Arduino Uno using a breadboard}
%\redcolor{connected on pin no. D12}}
\label{fig:ard-therm-buzzer}