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 3c1469b commit 86f865aCopy full SHA for 86f865a
ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.h
@@ -32,6 +32,8 @@
32
// Increase stack size slightly due to CPX library import nesting
33
#define CIRCUITPY_DEFAULT_STACK_SIZE (4760) // divisible by 8
34
35
+#define MICROPY_PY_REVERSE_SPECIAL_METHODS (0)
36
+
37
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
38
#define DEFAULT_I2C_BUS_SDA (&pin_PB02)
39
0 commit comments