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 69a26fe commit ce1ad89Copy full SHA for ce1ad89
ports/nordic/mpconfigport.mk
@@ -138,6 +138,9 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_MPU6050
138
# https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel
139
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
140
141
+# https://github.com/adafruit/Adafruit_CircuitPython_PixelBuf
142
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PixelBuf
143
+
144
# https://github.com/buildwithpiper/circuitpython-range-finder-library.git
145
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-range-finder-library
146
0 commit comments