filmov
tv
Arduino tutorial 4# Photoresistor interface with LED in arduino

Показать описание
Arduino tutorial 4# LED interface with photoresistor in arduino
Scroll down for code....
Please like & Subscribe for more videos
If you want to support my video please buy any product through my amazon affiliate link. I will receive a commission, at no extra cost to you.
LIST OF COMPONENT (affiliate links)
void setup() {
}
void loop() {
int sensorvalue=analogRead(A1);
delay(100);
}
Scroll down for code....
Please like & Subscribe for more videos
If you want to support my video please buy any product through my amazon affiliate link. I will receive a commission, at no extra cost to you.
LIST OF COMPONENT (affiliate links)
void setup() {
}
void loop() {
int sensorvalue=analogRead(A1);
delay(100);
}