// An array that stores valid commands and makes them easier to handle numerically. const String commands[13] = { "help", "1", "on", "0", "off", "show", "light ...
This example code is in the public domain. https://www.arduino.cc/en/Tutorial/BuiltInExamples/AnalogInput int sensorPin = A0; // select the input pin for the ...