Datasheet

IDUINO for Maker’s life
www.openplatform.cc
Serial.print ("Sensor: ");
Serial.println (digitalRead(9)); //print the sensor output
delay (500); //wait half a second
}
******Code End******