board.h File Reference

Board specific definitions for Wemos LOLIN D32 Pro. More...

Detailed Description

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

  • Micro-SD card interface
  • LCD interface
  • SPI RAM 4 MByte

Furthermore, most GPIOs are broken out for extension.

When the TFT display is connected, add

USEMODULE += esp_lolin_tft

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.

Note
Most definitions can be overridden by an application-specific board configuration.
Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net

Definition in file board.h.

#include <stdint.h>
#include "board_common.h"
+ Include dependency graph for board.h:
+ This graph shows which files directly or indirectly include this file:

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 */