Guest User

Untitled

a guest
Nov 22nd, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. from blinkstick import blinkstick
  2.  
  3. for bstick in blinkstick.find_all();
  4. bstick.set_random.color();
  5. print bstick.get_serial() + " " + bstick.get_color(color_hormat="hex")
Advertisement
Add Comment
Please, Sign In to add comment