Skip to content

Instantly share code, notes, and snippets.

@Noxville
Created October 15, 2016 19:22
Show Gist options
  • Save Noxville/1662a2614cee42032bebbb4b993cf350 to your computer and use it in GitHub Desktop.
Save Noxville/1662a2614cee42032bebbb4b993cf350 to your computer and use it in GitHub Desktop.
import random
import launchpad
from pygame import time
def main():
lp = launchpad.LaunchpadPro()
lp.ListAll()
a = lp.Open(0)
lp.LedCtrlRawByCode( 81, 5 )
lp.Reset()
lp.Close()
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment