I`Ve simply connected an LFr sensor using comparators to analog pins of Arduino UNO,, My querry is that the outputs of comparators of all sensors are high but the arduino is perhaps not recognizing it , and the LED is not Blinking,...
I am very new to the Programming if i have any Error in it please Guide me , Thanks
int LED=13;
int sensorL1=A5;
int sensorL2=A4;
int sensorL3=A3;
int sensorR1=A2;
int sensorR2=A1;
int sensorR3=A0;
void setup() {
Please read the first post in any forum entitled how to use this forum. http://forum.arduino.cc/index.php/topic,148850.0.html
then look down to item #7 about how to post your code.
It will be formatted in a scrolling window that makes it easier to read.
Can you please post a copy of your circuit, in CAD or a picture of a hand drawn circuit in jpg, png?