m5stack_cardputer: I2S_DATA pin name typo
This commit is contained in:
parent
60bd748b96
commit
c69dc501fb
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
|
||||||
|
|
||||||
// Speaker
|
// Speaker
|
||||||
{ MP_ROM_QSTR(MP_QSTR_I2S_BIT_CLOCK), MP_ROM_PTR(&pin_GPIO41) },
|
{ MP_ROM_QSTR(MP_QSTR_I2S_BIT_CLOCK), MP_ROM_PTR(&pin_GPIO41) },
|
||||||
{ MP_ROM_QSTR(MP_QSTR_IS2_DATA), MP_ROM_PTR(&pin_GPIO42) },
|
{ MP_ROM_QSTR(MP_QSTR_I2S_DATA), MP_ROM_PTR(&pin_GPIO42) },
|
||||||
{ MP_ROM_QSTR(MP_QSTR_I2S_WORD_SELECT), MP_ROM_PTR(&pin_GPIO43) },
|
{ MP_ROM_QSTR(MP_QSTR_I2S_WORD_SELECT), MP_ROM_PTR(&pin_GPIO43) },
|
||||||
|
|
||||||
// Mic
|
// Mic
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue