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

Board specific definitions for Wemos D1 R32 (ESPDuino-32) board. More...

Detailed Description

Board specific definitions for Wemos D1 R32 (ESPDuino-32) board.

For detailed information about the configuration of ESP32 boards, see section Common Peripherals.

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.

LED (on-board) configuration

#define LED0_PIN   GPIO2
 LED is connected to GPIO2.
 
#define LED0_ACTIVE   1
 LED is HIGH active.
 

Macro Definition Documentation

◆ LED0_ACTIVE

#define LED0_ACTIVE   1

LED is HIGH active.

Definition at line 30 of file board.h.

◆ LED0_PIN

#define LED0_PIN   GPIO2

LED is connected to GPIO2.

Definition at line 29 of file board.h.