-
hc595_makefile Public
Driver for displays driven by the HC595 shift register. It nicely handles text, numbers and dots because it implements the Arduino's Print::write() base class.
C++ UpdatedSep 22, 2024 -
Blink2.0 Public
This new realease uses software components instead of injecting a hardware function. It is also organized against a folder structure that lets create, develop, test and reuse code easily. By now it…
C++ UpdatedMay 2, 2022 -
embedded_components Public
This code shows you how to program components in C++, using dynamic and static polymorphism, for your always changing embedded projects. Stop reinventing the wheel on every new project and start de…
-
Blink Public
A class that lets your binary pheripherals to blink with almost not intervention. Works for any microcontroller, and two examples.
C++ UpdatedApr 30, 2022 -
builder_pattern Public
An explanation for myself in the future about this pattern (for when I forget the why's and how's of it).
C++ UpdatedMar 21, 2022 -
d4595 Public
Source code companion for the Display module D4595. Para el artículo en español: https://bit.ly/3HeaO6X
C++ UpdatedMar 8, 2022 -
-
-