Arduino tutorial 4# Photoresistor interface with LED in arduino

preview_player
Показать описание
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);
}
Рекомендации по теме