We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e6cec commit 1dc8fcaCopy full SHA for 1dc8fca
adafruit_seesaw/neopixel.py
@@ -21,7 +21,9 @@ def const(x):
21
22
### hack to make sure this module is not placed in root CIRCUITPY/lib folder
23
if "." not in __name__:
24
- raise ImportError("seesaw neopixel being imported from wrong location")
+ raise ImportError(
25
+ "seesaw neopixel being imported from unexpected location - is seesaw neopixel use intended?"
26
+ )
27
28
__version__ = "0.0.0+auto.0"
29
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_seesaw.git"
0 commit comments