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

Commit d21dcb5

Browse files
authored
Add missing Verison and Repo Metadata
add the dunders
1 parent 562bac1 commit d21dcb5

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)