12 lines
222 B
C
12 lines
222 B
C
#ifndef PERH_H
|
|
#define PERH_H
|
|
|
|
#include "driver/gpio.h"
|
|
|
|
#define PIN_PERH0 GPIO_NUM_6
|
|
#define PIN_PERH1 GPIO_NUM_5
|
|
#define PIN_PERH2 GPIO_NUM_4
|
|
#define PIN_PERH3 GPIO_NUM_2
|
|
#define PIN_PERH4 GPIO_NUM_1
|
|
|
|
#endif /* PERH_H */ |