Chapter 8. Hacking

In this chapter, we will cover the following topics:

  • More digital pins
  • Faster PWM
  • Storing data internally – EEPROM
  • Timing Arduino code
  • External interrupts

Introduction

This chapter is for the rebels! It's about the tips and tricks that push the Arduinos development a little to the edge. Sometimes, we may want to execute some code at precisely the time something happens, even when we are doing something completely different. Or we may want to store data within Arduino even if we power it off. All of that and more can be learned in this chapter, folks!

Get Arduino Development Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.