Datasheet

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