Skip to content

Commit ef103a0

Browse files
authored
Merge pull request #8 from kattni/animations
Add animations.
2 parents f1b996f + 4d00304 commit ef103a0

File tree

7 files changed

+630
-4
lines changed

7 files changed

+630
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
2727

2828
script:
29-
- pylint led_animation/*.py
29+
- pylint adafruit_led_animation/*.py
3030
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
3131
- circuitpython-build-bundles --filename_prefix circuitpython-led_animation --library_location .
3232
- cd docs && sphinx-build -E -W -b html . _build/html

adafruit_led_animation/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""
2+
Adafruit LED Animation library.
3+
"""
4+
5+
NANOS_PER_SECOND = 1000000000

0 commit comments

Comments
 (0)