esp32-mh-et-live-minikit/include/board_modules.h

Definitions for Wemos stackable hardware modules (shields)

The board can be used with lots of optional stackable hardware modules. This file contains the default configurations for those hardware modules that have been tested. Most of these configurations can be overridden by an .

The configurations of the respective hardware modules only take place if the corresponding driver modules are used.

MRF24J40_PARAM_SPI

spi.h::SPI_DEV is used (fixed)

1
SPI_DEV(0)
MRF24J40_PARAM_SPI_CLK

SPI bus speed used (can be overriden)

1
SPI_CLK_1MHZ
MRF24J40_PARAM_CS

MRF24J40 CS signal (can be overriden)

1
GPIO26
MRF24J40_PARAM_INT

MRF24J40 INT signal (can be overriden)

1
GPIO17
MRF24J40_PARAM_RESET

MRF24J40 RESET signal (can be overriden)

1
GPIO16
SDCARD_SPI_PARAM_SPI

spi.h::SPI_DEV is used (fixed)

1
SPI_DEV(0)
SDCARD_SPI_PARAM_CLK

spi.h::SPI_DEV SCK is used (fixed)

1
SPI0_SCK
SDCARD_SPI_PARAM_MOSI

spi.h::SPI_DEV MOSI is used (fixed)

1
SPI0_MOSI
SDCARD_SPI_PARAM_MISO

spi.h::SPI_DEV MISO is used (fixed)

1
SPI0_MISO
SDCARD_SPI_PARAM_POWER

power control is not used (fixed)

1
GPIO_UNDEF
SDCARD_SPI_PARAM_CS

SD-Card CS signal (overridde it)

1
SPI0_CS0