© Norman Dunbar 2024
N. DunbarArduino Software InternalsMaker Innovations Serieshttps://doi.org/10.1007/979-8-8688-0171-6_4

4. Arduino Classes

Norman Dunbar1  
(1)
Rawdon, West Yorkshire, UK
 

This chapter investigates the various C++ classes supplied as part of the Arduino Language and which help—in most cases—to make the programmer’s life easier when using features of the Arduino board (and the ATmega328P) such as the Serial interface.

Note

In the remainder of this chapter, I will not be showing all the source code for the various Arduino classes. Some of these classes have a large amount of code, and the book would become very large and unwieldy as a result. I will be explaining the important parts though.

4.1 The Print Class

The Print class is found ...

Get Arduino Software Internals: A Complete Guide to How Your Arduino Language and Hardware Work Together 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.