User manual

www.sainsmart.com
Copyright © 2013 SainSmart All Rights Reserved
void loop()
digitalWrite(ledPin, IGH) //light up led lamp
delay(1000) //delay 1s
digitalWrite(ledPin, OW) //go out led lamp
delay(1000) // delay 1s
After downloading the program, you can see our 13-foot LED lights flashing, so that our small
lights flicker experiment is complete.