Chat freely about anything...

User avatar
By dayzman
#18370 I'm looking at eagle_so.h and see that there're a bunch of constants named PERIPHS_IO_MUX_XXX. There's PERIPHS_IO_MUX_GPIO0_U to PERIPHS_IO_MUX_GPIO5_U, but how come other pins are called, e.g., PERIPHS_IO_MUX_MTCK_U (is that GPIO13?) PERIPHS_IO_MUX_MTMS_U (GPIO14?)?

Thanks
User avatar
By cal
#18394
dayzman wrote:I'm looking at eagle_so.h and see that there're a bunch of constants named PERIPHS_IO_MUX_XXX. There's PERIPHS_IO_MUX_GPIO0_U to PERIPHS_IO_MUX_GPIO5_U, but how come other pins are called, e.g., PERIPHS_IO_MUX_MTCK_U (is that GPIO13?) PERIPHS_IO_MUX_MTMS_U (GPIO14?)?

Thanks


Moin,

the answer is: sometimes

Depending on configuration the pins have different functions. Best overview so far is on the arduino page.

https://github.com/esp8266/Arduino

Cal