Interfacing LDR with Arduino Code const int ledPin = 13;const int ldrPin = A0;void setup() {Serial.begin(9600)