Datasheet

IDUINO for Maker’s life
www.openplatform.cc
digitalWrite(Led,LOW);
}
else
{
digitalWrite(Led,HIGH);
}
}
******Code End******