News

Panasonic is introducing a series of durable thin surface-mount tactile switches for “applications requiring a switch with a short travel distance for extremely quick output”, according to the company ...
Hi, I'm Bill. I'm a software developer with a passion for making and electronics. I do a lot of things and here is where I document my learning in order to be able to inspire other people to make ...
C ‘common sense’ is that the switch/case answer is both faster and makes more compact code because compilers tend to convert these into a jump table. However, the Arduino compiler tends to convert ...