Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hawkw/3_clor

A quick PlatformIO library for controlling RGB LEDs on Arduino
https://github.com/hawkw/3_clor

arduino led platformio rgb-led

Last synced: about 2 months ago
JSON representation

A quick PlatformIO library for controlling RGB LEDs on Arduino

Awesome Lists containing this project

README

        

ThreeClor
=========

A simple library for controlling 4-lead common-cathode and common-anode
RGB LEDs.

Note that this library is *not* for controlling digital RGB LEDs or digital
RGB LED strips (i.e., it is not intended as a replacement for libraries like
FastLED or Adafruit_NeoPixel). This library is for controlling single
4-lead RGB LEDs only.

Yes, this code is relatively simple, but I found myself rewriting it
frequently enough that I thought having a library to reuse it would make
my life a bit easier.