Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pyledctrl / test / data / compiler / color_cycle.led
Size: Mime:
FADE_DURATION=1

set_color("white", duration=0.1)
set_color("black", duration=0.1)
set_color("white", duration=0.1)
set_color("black", duration=0.1)
set_color("white", duration=0.1)
set_color("black", duration=0.1)

with loop():
	for color in "blue black red black green black yellow black cyan black magenta black white black".split():
		fade_to_color(color, duration=FADE_DURATION)