bliPy#A Python wrapper for thingM's blink(1) USB RGB LEDExample codeimport bliPy interval = 1.75 bl1 = bliPy.Blink1() bl1.breath(interval) You will see blink(1) 'breathing' like the Macbook presence LEDFollow the instructions inside '51-blink1.rules' files