Board specific configuration of MCU periphery for ESP-12x based boards. More...
Board specific configuration of MCU periphery for ESP-12x based boards.
Definition in file periph_conf.h.
#include <stdint.h>
#include "periph_conf_common.h"
Go to the source code of this file.
I2C configuration | |
#define | I2C0_SPEED I2C_SPEED_FAST |
I2C bus speed of I2C_DEV(0) | |
#define | I2C0_SDA GPIO4 |
SDA signal of I2C_DEV(0) | |
#define | I2C0_SCL GPIO5 |
SCL signal of I2C_DEV(0) | |
PWM channel configuration | |
#define | PWM0_GPIOS { GPIO0, GPIO2, GPIO16 } |
Declaration of the channels for device PWM_DEV(0), at maximum 8 channels. More... | |
#define PWM0_GPIOS { GPIO0, GPIO2, GPIO16 } |
Declaration of the channels for device PWM_DEV(0), at maximum 8 channels.
Definition at line 55 of file periph_conf.h.