All public logs

From wikiluntti

Combined display of all available logs of wikiluntti. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:08, 18 November 2024 Mol talk contribs created page Arduino Sound Sensor (Created page with "== Introduction == Simple sound sensor; output True or False. == Code 1. The simple == <syntaxhighlight lang="C"> * Created by ArduinoGetStarted.com * This example code is in the public domain * Tutorial page: https://arduinogetstarted.com/tutorials/arduino-sound-sensor: // Arduino's pin connected to OUT pin of the sound sensor #define SENSOR_PIN 7 int lastState = HIGH; // the previous state from the input pin int currentState; // the current reading...")