Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit e5bf0b9

Browse files
authored
Merge pull request #30 from askpatrickw/add-library-metadata
Add missing Verison and Repo Metadata
2 parents 562bac1 + d21dcb5 commit e5bf0b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_pypixelbuf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
* Author(s): Damien P. George & Limor Fried & Scott Shawcroft & Roy Hooper
1212
"""
1313

14+
__version__ = "0.0.0-auto.0"
15+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Pypixelbuf.git"
16+
1417
DOTSTAR_LED_START_FULL_BRIGHT = 0xFF
1518
DOTSTAR_LED_START = 0b11100000 # Three "1" bits, followed by 5 brightness bits
1619
DOTSTAR_LED_BRIGHTNESS = 0b00011111

0 commit comments

Comments
 (0)