You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GreenPoLight is a LED kids project about electronic, code and fun
there are some patterns to have fun with arduino and LED ribbon
// on file main.h// by default the arduino pin is 2
#defineLEDSPIN2// by default the button pin is 3
#defineBUTTON3// by default the leds number is
#defineLEDS20