Skip to Main Content
Smaller C
book

Smaller C

by Marc Loy
May 2021
Intermediate to advanced content levelIntermediate to advanced
311 pages
7h 45m
English
O'Reilly Media, Inc.
Content preview from Smaller C

Chapter 9. Smaller Systems

Now that we have the Arduino IDE ready to go, we can embark on the physically satisfying world of writing C code to control things! LED things. Sensor things. Button things. So many things! We’ll also dip our toes into the Internet of Things (IoT) in “IoT and Arduino”.

In this chapter, I’ll touch on several Arduino peculiarities (most of them helpful, some of them frustrating) while building some small but complete projects that you can try yourself. “Getting the Hardware: Adafruit” contains links for all the various components and microcontrollers I use in case you want to replicate any of the projects exactly.

The Arduino Environment

I’m sure you noticed that we did not write “complete” C programs in Chapter 8. We had no main() function, and for the earlier examples, we didn’t even import the usual header files. Yet we clearly had access to new functions and things like the HIGH and LOW values we used to blink our first LED.

Where did those extras come from? It can feel at times like the IDE is providing a bit of magic. It’s not, of course, but it is doing a lot of work behind the scenes in the hopes of making you more productive. I want to point out some of that hidden work so that you have a better understanding of the distinction between C itself and the supporting elements provided by the Arduino IDE. Inevitably, you’ll head to the web to search for examples of new topics as you build more of your own projects. Knowing the difference between the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Intermediate C Programming for the PIC Microcontroller: Simplifying Embedded Programming

Intermediate C Programming for the PIC Microcontroller: Simplifying Embedded Programming

Hubert Henry Ward

Publisher Resources

ISBN: 9781098100322Errata PageSupplemental Content