KIT INCLUDES:Arduino uno with USB Cable 1LDR Module 1Jumper wire (Male to female) 40 pieces9v battery with DC jack - 1HARDWARE REQUIREDArduino uno with USB Cable 1LDR Module 1Jumper wire (Male to female) 40 pieces 9v battery with DC jack - 1SOFTWARE REQUIR
Security Policy (Protecting Your Data, Ensuring Your Safety)
Delivery Policy (Free shipping on orders over $30)
Return Policy (60 day easy Return)KIT INCLUDES:
Arduino IDE 1.8.5 (programmable platform for Arduino)
Click To Download :https://www.arduino.cc/en/Main/Software
void setup()
{
Serial.begin(9600);
}
void loop()
{
unsigned int AnalogValue;
AnalogValue = analogRead(A0);
Serial.println(AnalogValue);
}
You can also download the sample source code attached below and upload it into Arduino. After that open “Serial Monitor” to see the result.
Reviews
There are no reviews yet.