Hej Brian,
I am happy to see you came along with such a good collection of material, I will post my comments here:
-
It is clearly a programming reference, therefore a more suitable title would be "arduino programming notebook", this would leave space for other people to write other notebooks with the same form "arduino sensor notebook", "arduino project notebook", etc
-
Hernando's family name is "Barragan" and if you want to be writing in perfect Spanish "Barragán" (note the accentuation in the last "a")
-
I think that for v0002 of this booklet it could be interesting to add one appendix in using libraries, it is one of those basic functions in code that are always hard to grasp at first, but very useful for beginners
-
even more important than libraries are functions. The use of functions is always very needed. I like to explain how to merge two programs, place all the code in one single setup and in one single loop, making the second program into a function. This helps people to understand that "void" in front of "setup" and "loop"
Thanks for the good work, I will use this one in my classes for sure ![]()
/d
PS. can we get access to the source file to make a translation to Spanish?