Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 314 Bytes

RGBLightning

Library with functions to control RGB LED Strips from Arduino.

Public functions

SetColor(int R, int G, int B)

Sets the given RGB color immediately.

FadeColor(int R, int G, int B, int FadeTime)

Sets a given RGB color in a given time calculating a smooth transition (between components).