Browse Source

Kommentare entfernt

master
Lennart Heimbs 5 years ago
parent
commit
5963d2d763
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      arduino/analog_signal_output.ino

+ 1
- 3
arduino/analog_signal_output.ino View File

@@ -1,5 +1,3 @@
//www.elegoo.com
//2016.12.9
//analoger ausgang gibt nur den aktuellen wert des potis aus, also nur zum genauen poti einstellen geeignet! ansonsten nutzlos


@@ -20,4 +18,4 @@ digitalWrite(ledPin, LOW);
delay(sensorValue);
Serial.println(sensorValue, DEC);
}

Loading…
Cancel
Save