
Emulating An Arduino Sketch in a Spreadsheet
Many times I’ll mock up my Arduino formulas in a spreadsheet before I start building a sketch. One of the more complicated Arduino commands to emulate is the MAP command. The Arduino code: height = map(adc, 171, 512, 12, 0);
Recent Comments