Loading...
Searching...
No Matches
board.h File Reference

Board specific definitions for MH-ET LIVE MiniKit for ESP32. More...

Detailed Description

Board specific definitions for MH-ET LIVE MiniKit for ESP32.

The MH-ET LIVE MiniKit for ESP32 uses the ESP32-WROOM-32 module. It is a very interesting development kit as it is available in the stackable Wemos D1 Mini format. Thus, all shields for Wemos D1 mini (ESP8266 platform) can also be used with ESP32. All GPIOs are broken out so that it can be configured very flexibly.

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 "board_modules.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.

LED (on-board) configuration

#define LED0_PIN   GPIO2
 
#define LED0_ACTIVE   1
 LED is high active.
 
#define LED_BLUE_PIN   GPIO2
 

Macro Definition Documentation

◆ LED0_ACTIVE

#define LED0_ACTIVE   1

LED is high active.

Definition at line 42 of file board.h.

◆ LED0_PIN

#define LED0_PIN   GPIO2

Definition at line 41 of file board.h.

◆ LED_BLUE_PIN

#define LED_BLUE_PIN   GPIO2

Definition at line 44 of file board.h.