August 2022
Intermediate to advanced
108 pages
2h 23m
English
After establishing a quick win to burn firmware over the wire, we can move on to the next quick win. We shouldn’t ignore our hardware a moment longer.
We’ll build a service layer to blink an LED. We want quick wins, so we’re going to go with the lightest possible solution to make this project work. Let’s prune the typical layers of a system away until only the minimal ones are left. The following figure shows our coreless design, leaving only a boundary:

As the figure shows, sometimes the libraries we use can build stubs that take the place of a functional core. So it is with the Circuits.GPIO library. When working on ...
Read now
Unlock full access