#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.
Button pin definitions | |
| #define | BTN0_PIN GPIO0 | 
| Default button GPIO pin definition.  More... | |
| #define | BTN0_MODE GPIO_IN | 
| Default button GPIO mode definition.  More... | |
| #define | BTN0_INT_FLANK GPIO_FALLING | 
| Default interrupt flank definition for the button GPIO.  | |
| #define | BUTTON0_PIN BTN0_PIN | 
| Definition for compatibility with previous versions.  | |
ESP32 Ethernet (EMAC) configuration | |
| #define | EMAC_PHY_IP101G 1 | 
| IP101G used as PHY interface.  | |
| #define | EMAC_PHY_ADDRESS 1 | 
| PHY1 used as base address.  | |
| #define | EMAC_PHY_SMI_MDC_PIN 23 | 
| SMI MDC pin.  | |
| #define | EMAC_PHY_SMI_MDIO_PIN 18 | 
| SMI MDC pin.  | |
| #define | EMAC_PHY_CLOCK_MODE ETH_CLOCK_GPIO0_IN | 
| external 50 MHz clock  | |
| #define | EMAC_PHY_POWER_PIN GPIO5 | 
| PHY RESET_N connected to pin 5.  | |
| #define BTN0_MODE GPIO_IN |