Skip to content

Commit ce8464b

Browse files
committed
updated title & info docstrings
1 parent e21f8aa commit ce8464b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

adafruit_fancyled/adafruit_fancyled.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23-
`adafruit_fancyled`
23+
`adafruit_fancyled.adafruit_fancyled`
2424
====================================================
2525
26-
TODO(description)
26+
FancyLED is a CircuitPython library to assist in creating buttery smooth LED animation.
27+
It’s loosely inspired by the FastLED library for Arduino, and in fact we have a “helper”
28+
library using similar function names to assist with porting of existing Arduino FastLED
29+
projects to CircuitPython.
2730
2831
* Author(s): PaintYourDragon
2932
"""

adafruit_fancyled/fastled_helpers.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23-
`adafruit_fancyled`
23+
`adafruit_fancyled.fastled_helpers`
2424
====================================================
2525
26-
TODO(description)
26+
CircuitPython “helper” library based on the Arduino FastLED library.
27+
Uses similar function names to assist with porting of existing Arduino FastLED
28+
projects to CircuitPython.
2729
2830
* Author(s): PaintYourDragon
2931
"""

0 commit comments

Comments
 (0)