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 65a0073 commit 2ef9b13Copy full SHA for 2ef9b13
ports/espressif/boards/m5stack_cardputer/pins.c
@@ -33,6 +33,10 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
33
{ MP_ROM_QSTR(MP_QSTR_D42), MP_ROM_PTR(&pin_GPIO42) },
34
{ MP_ROM_QSTR(MP_QSTR_D43), MP_ROM_PTR(&pin_GPIO43) },
35
36
+ // Mic
37
+ { MP_ROM_QSTR(MP_QSTR_MIC_DATA), MP_ROM_PTR(&pin_GPIO46) },
38
+ { MP_ROM_QSTR(MP_QSTR_MIC_CLK), MP_ROM_PTR(&pin_GPIO43) },
39
+
40
// IR
41
{ MP_ROM_QSTR(MP_QSTR_IR_TX), MP_ROM_PTR(&pin_GPIO44) },
42
0 commit comments