File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
ports/mimxrt10xx/boards/metro_m7_1011 Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,9 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
38
38
{ MP_OBJ_NEW_QSTR (MP_QSTR_ESP_GPIO0 ), MP_ROM_PTR (& pin_GPIO_SD_05 ) },
39
39
{ MP_OBJ_NEW_QSTR (MP_QSTR_ESP_BUSY ), MP_ROM_PTR (& pin_GPIO_AD_11 ) },
40
40
{ MP_OBJ_NEW_QSTR (MP_QSTR_ESP_RESET ), MP_ROM_PTR (& pin_GPIO_AD_07 ) },
41
- { MP_OBJ_NEW_QSTR (MP_QSTR_ESP_TX ), MP_ROM_PTR (& pin_GPIO_09 ) },
42
- { MP_OBJ_NEW_QSTR (MP_QSTR_ESP_RX ), MP_ROM_PTR (& pin_GPIO_10 ) },
41
+ // These RX and TX are from the point of view of the i.MX microcontroller.
42
+ { MP_OBJ_NEW_QSTR (MP_QSTR_ESP_RX ), MP_ROM_PTR (& pin_GPIO_09 ) },
43
+ { MP_OBJ_NEW_QSTR (MP_QSTR_ESP_TX ), MP_ROM_PTR (& pin_GPIO_10 ) },
43
44
44
45
// SPI
45
46
{ MP_OBJ_NEW_QSTR (MP_QSTR_SCK ), MP_ROM_PTR (& pin_GPIO_AD_06 ) },
You can’t perform that action at this time.
0 commit comments