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 2ae1e7d commit cd1f190Copy full SHA for cd1f190
ports/raspberrypi/mpconfigport.mk
@@ -31,11 +31,12 @@ CIRCUITPY_RGBMATRIX = 1
31
CIRCUITPY_ROTARYIO = 1
32
33
# Things that need to be implemented.
34
-# (Remember to remove any comment when changing a 0 to a 1, make gets confused otherwise)
35
-CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally
+# Use PWM interally
+CIRCUITPY_FREQUENCYIO = 0
36
CIRCUITPY_I2CPERIPHERAL = 0
37
CIRCUITPY_NVM = 1
38
-CIRCUITPY_PULSEIO = 0 # Use PIO interally
+# Use PIO interally
39
+CIRCUITPY_PULSEIO = 0
40
CIRCUITPY_WATCHDOG = 1
41
42
# Audio via PWM
0 commit comments