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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


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



Version Location Description Submitted By
Printed Page 35
First sentence after "Arduino is not for Quitters."

"Arduino expects two functions to exists" should be "Arduino expects two functions to exist".

Jim Rothrock 
Printed Page 58
Figure 5-4 (and text)

Figure 5-4 shows a resistor in the circuit, but doesn't specify the value of the resistor. I used a 1K ohm - brown black red.

Anonymous 
Printed Page 59
First paragraph after code block

"Let's the use this knowledge" should be "Let's use this knowledge".

Jim Rothrock 
Printed Page 70
Last paragraph

"and accelerometer" should be "and accelerometers".

Jim Rothrock 
Printed Page 78
end of Processing code snippet

at the end of the code listing, after the draw() function, there seems to be 1 too many closing curly braces... there are four and my code compiles fine with 3, and counting back gives me 3

Joe 10 
Printed Page 102
1st program example

It should be

...
digitalWrite(13,HIGH);
delay(100);
digitalWrite(13,LOW);
...

for letting a LED blink. In the book the 3rd line has the parameter HIGH instead of LOW.

Rolf Steinort