File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 23
23
`adafruit_featherwing.led_segments`
24
24
====================================================
25
25
26
- Base Class for using the `14-Segment AlphaNumeric FeatherWing <https://www.adafruit.com/product/3139>`
27
- and `7-Segment LED HT16K33 FeatherWing <https://www.adafruit.com/product/3140>`_.
26
+ Base Class for the AlphaNumeric FeatherWing and 7-Segment FeatherWing helpers_.
28
27
29
28
* Author(s): Melissa LeBlanc-Williams
30
29
"""
33
32
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git"
34
33
35
34
from time import sleep
36
- import adafruit_ht16k33 .segments as segments
37
- from adafruit_featherwing import shared
38
35
39
36
#pylint: disable-msg=unsubscriptable-object, unsupported-assignment-operation
40
37
You can’t perform that action at this time.
0 commit comments