Board specific definitions for Wemos LOLIN D32 Pro. More...
Board specific definitions for Wemos LOLIN D32 Pro.
Wemos LOLIN D32 Pro is a development board that uses the ESP32-WROVER module which has a built-in 4 MByte SPI RAM. Most important features of the board are
Furthermore, most GPIOs are broken out for extension.
When the TFT display is connected, add
to the makefile of the application to use the according default board configuration.
For detailed information about the configuration of ESP32 boards, see section Common Peripherals.
Definition in file board.h.
#include <stdint.h>
#include "board_common.h"
Go to the source code of this file.
Functions | |
static void | board_init (void) |
Initialize the board specific hardware. | |
LED (on-board) configuration | |
#define | LED0_PIN GPIO5 |
#define | LED0_ACTIVE (0) /* LED is low active */ |