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

Board specific definitions for ESP-12x based boards. More...

Detailed Description

Board specific definitions for ESP-12x based boards.

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.

On-board LED configuration and control definitions

#define LED0_PIN   GPIO2
 GPIO2 is used as LED Pin.
 
#define LED0_ACTIVE   (0)
 LED is low active.
 

Macro Definition Documentation

◆ LED0_ACTIVE

#define LED0_ACTIVE   (0)

LED is low active.

Definition at line 31 of file board.h.

◆ LED0_PIN

#define LED0_PIN   GPIO2

GPIO2 is used as LED Pin.

Definition at line 30 of file board.h.