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.
2 parents bbed1b0 + 1762a36 commit a3f60e1Copy full SHA for a3f60e1
ports/atmel-samd/boards/feather_m0_rfm69/mpconfigboard.mk
@@ -12,7 +12,7 @@ CIRCUITPY_FULL_BUILD = 0
12
13
# A number of modules are removed for RFM69 to make room for frozen libraries.
14
# Many I/O functions are not available.
15
-CIRCUITPY_ANALOGIO = 0
+CIRCUITPY_ANALOGIO = 1
16
CIRCUITPY_PULSEIO = 0
17
CIRCUITPY_NEOPIXEL_WRITE = 1
18
CIRCUITPY_ROTARYIO = 0
ports/atmel-samd/boards/feather_m0_rfm9x/mpconfigboard.mk
@@ -13,7 +13,7 @@ CIRCUITPY_FULL_BUILD = 0
# A number of modules are removed for RFM9x to make room for frozen libraries.
19
0 commit comments