Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hawkw/3_clor
- Owner: hawkw
- License: mit
- Created: 2017-04-09T17:50:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T11:53:57.000Z (over 6 years ago)
- Last Synced: 2024-10-30T12:51:58.757Z (3 months ago)
- Topics: arduino, led, platformio, rgb-led
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.