Code Download Buy on Amazon.com Buy on Amazon.co.uk Buy on Barnes & Noble

The third edition of my best selling book on programming Arduino boards. Now covering unofficial boards like the ESP32.

cover

Errata

Line 8 of sketch 07_04_interrupts should read:

attachInterrupt(digitalPinToInterrupt(interruptPin), goFast, FALLING);

The code is corrected in github, but the listing in the book is not updated.