Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 135 Bytes

File metadata and controls

7 lines (5 loc) · 135 Bytes

rgbLEDmicroPython is a basic rgb led driver class.

Example use: from rgbLEDclass import RGBLed

rgb = RGBLed()
rgb.flame()