News

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 ...