sensors Wireless Sensors (Continued) Continuing my work on wireless sensors I went ahead and made a couple of sensor clusters that I wanted to have hooked up for monitoring. I didn't want them attached
c++ Interfaces in C++ One thing that I really like using in C++ is interfaces. I wanted to write this up to demonstrate the use of interfaces and maybe help someone figure out when
bitwise Actionable bitwise with C++ This is a post that I wrote on dev.to regarding bitwise operationsI've seen a few posts here (dev.to) and there talking about bitwise operations. I enjoyed reading them,