Debugging is a very powerful tool. I was fortunate enough to get a debugger setup on the first attempt for my ESP32 project. However, it seems every time I go…
Writing classes in object oriented programming (OOP)
Classes are the future of programming. As a beginner programmer I learned basic statements and syntax. As my skillset evolved this lead to functions and ultimately classes. The basic philosophy…