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