Skip to content

Releases: Zanduino/SmoothLED_10bit

Library Updates

21 Jan 14:39
Compare
Choose a tag to compare

Issue #1 - no longer allow out-of-range hertz() calls to effectively hang the program
Issue #2 - optimize fading calculation method to save execution cycles and library program space

Added new example program

20 Jan 10:15
Compare
Choose a tag to compare

Initial public release

19 Jan 18:34
Compare
Choose a tag to compare

This library is designed for LEDs attached to an Arduino. Any number of pins can be controlled using the library and the PWM is done in 10-bits (1023 brightness levels). It also supports fading/brightening in the background while the sketch continues running.