Skip to content

BlinkStick Pro: Set Mode

Christian Zöller edited this page Mar 28, 2015 · 2 revisions
#Import blinkstick module
from blinkstick import blinkstick

#Find the first BlinkStick
bstick = blinkstick.find_first()

#Use R, G and B channels to control single RGB LED
bstick.set_mode(0)

More details about BlinkStick Pro modes

Clone this wiki locally