i put this

and code
after see zeros no more it
i put hand on sensor can see red led lighting nothing change zeros
can u me pls
have fix problem
(arduino due)
and code
code: [select]
void setup()
{
serial.begin(9600);
}
void loop()
{
serial.println(digitalread(52));
delay(500);
}
after see zeros no more it
i put hand on sensor can see red led lighting nothing change zeros
can u me pls

(arduino due)
there's no pin 52 far know.
your pic shows it's on pin 2......
code: [select]
serial.println(digitalread(52));
your pic shows it's on pin 2......
Arduino Forum > Using Arduino > Sensors > problem with tracker sensor
arduino
Comments
Post a Comment