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 / _labels_and_jumps.led
Size: Mime:
# Testing labels and jump instructions

set_white(duration=0.5)
set_black(duration=0.5)

label("start")

fade_to_color("red", duration=1)
fade_to_black(duration=1)

goto("start")