
Fun with Arduino 11 Data Input via Keyboard: Serial.read(), Serial.parseInt()
Since video 10 our software shows the cycle status and the current day / night time on the PC screen. The next step is to be able to enter a new value for the cycle time via the keyboard. Luckily this is made easy … the Arduino has several instructions to read data: Serial.available() tells […]