We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209b4eb commit 34eab63Copy full SHA for 34eab63
adafruit_seesaw/neopixel.py
@@ -18,6 +18,9 @@
18
def const(x):
19
return x
20
21
+### hack to make sure this module is not placed in root CIRCUITPY/lib folder
22
+if __file__.split('/')[-2] != 'adafruit_seesaw':
23
+ raise ImportError("seesaw neopixel being imported from wrong location")
24
25
__version__ = "0.0.0+auto.0"
26
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_seesaw.git"
0 commit comments