Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By Corrected
Printed Page 15
Last sentence

"...and I have been using it every since" should be "...and I have been using it ever since".

Anonymous  Jun 2009
Printed Page 36
first paragraph, first sentence

Page 36, first paragraph, first sentence: "At first, you might
consider this kind of explanation *to* unneccessary, ...". I assume that
the author meant "too" instead of "to"; however, something is either
necessary or unnecessary, so the word "to" may be omitted all together.

Anonymous  Jun 2009
Printed Page 37
fourth paragraph, fourth sentence

Page 37, fourth paragraph, fourth sentence: "Milliseconds are
thousands of seconds; therefore, ...". Milliseconds are thousand*th*s of
seconds, not thousands of seconds. There needs to be a "th" to make the
word *thousandths*.

Anonymous  Jun 2009
PDF Page 66
code example, 3rd and 6th line from the bottom

In the first line of the example, it says "#define LED 13 // the pin for the LED", so we've told the Arduino that it should read 13 when we say LED. But in the 3rd and 6th line from the bottom, it says "digitalWrite(13, HIGH/LOW)", which I think should be "digitalWrite(LED, HIGH/LOW)".

marrije