From f8fc86966527245c53824e4bdc1d0da982f47a9a Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 8 Sep 2023 11:26:57 +0200 Subject: [PATCH] documentatie toegevoegd --- arduino/licht-test/sketch_sep6a/sketch_sep6a.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arduino/licht-test/sketch_sep6a/sketch_sep6a.ino b/arduino/licht-test/sketch_sep6a/sketch_sep6a.ino index 238a253..6fa2778 100644 --- a/arduino/licht-test/sketch_sep6a/sketch_sep6a.ino +++ b/arduino/licht-test/sketch_sep6a/sketch_sep6a.ino @@ -5,6 +5,8 @@ * * Tutorial page: https://arduinogetstarted.com/tutorials/arduino-light-sensor */ + + //zegt dat het variable LDR wijst naar pin 12 #define LDR 12 void setup() { // initialize serial communication at 9600 bits per second: