The class Printable provides an easy, fast, and safe way to add printing functionality to your classes in different scenarios, like the ones I set out above, without duplicating your code.
The class Printable provides an easy, fast, and safe way to add printing functionality to your classes in different scenarios, like the ones I set out above, without duplicating your code.
La clase Printable provee una forma fácil, rápida y segura de agregar la funcionalidad de imprimir a tus clases en diferentes escenarios sin duplicar tu código y utilizando la infraestructura…
Although programming is one of my two greatest passions, I had no academic training in it, beyond introductory courses while studying Electronics Engineering. Along the way, while I was self-taught…
Tired of generic power symbols that don't communicate function or add personality to your schematics? Ever struggle to find the perfect power symbol for your unique project in KiCAD's default…
A pesar de que la programación es una de mis dos más grandes pasiones no tuve formación académica en ésta, más allá de cursos introductorios mientras estudiaba Ingeniería en Electrónica.…
Para español presiona aquí. Modern C++ In the embedded systems world there are myths about C++ and all of them have led many programmers not want to adopt it, even…
(Read this article in english here.) Modern C++ En el mundo de los sistemas embebidos existen mitos sobre C++ y todos ellos han logrado que muchos programadores no quieran adoptarlo,…
What is it? An On-delay time relay is a device that activates its load after a time has elapsed; that is, the load is not activated immediately when you apply…
¿Qué es? Un relevador con retardo al inicio (o en inglés On-delay timer) es un dispositivo que activa su carga después de transcurrido un tiempo; esto es, la carga no…
(Lee este artículo en español AQUÍ) https://youtube.com/shorts/SfipC7Ttjzk?feature=share Introducción A dimmer is an analog device that controls the amount of power delivered to an alternating current (AC from here on) load.…