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
#define LEDSPIN 2
// by default the button pin is 3
#define BUTTON 3
// by default the leds number is
#define LEDS 20