#include <Servo.h>
#define PIND_DAGMOTOR 4
#define PIN-SEIZOENSMOTOR 3
#define PIN_LDR1 A4
#define PIN_LDR2 A3
#define PIN_LDR3 A2
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}