Color:red
Operating voltage: 5 V
Size: 35 x 15 x 14mm
Weight:3g
Digital Output
int Led=13;//define LED interface
int buttonpin=3 //Define D0 Sensor Interface
int val;//define numeric variables val
Analog Output
int sensorPin = A5; // select the input pin for the potentiometer
int ledPin = 13; // select the pin for the LED
int sensorValue = 0; // variable to store the value coming from the sensor