misc adjustment of esp32 component

This commit is contained in:
morris
2019-03-26 16:30:43 +08:00
committed by suda-morris
parent 30e3e26834
commit f5b03c9ea3
62 changed files with 146 additions and 302 deletions

View File

@@ -21,7 +21,7 @@ extern "C" {
#include "freertos/FreeRTOS.h"
#include "esp_types.h"
#include "esp_intr.h"
#include "esp_intr_alloc.h"
#include "esp_err.h"
#include "gpio.h"

View File

@@ -19,7 +19,7 @@
#include "soc/soc.h"
#include "driver/gpio.h"
#include "driver/periph_ctrl.h"
#include "esp_intr.h"
#include "esp_intr_alloc.h"
#include "esp_intr_alloc.h"
#ifdef __cplusplus

View File

@@ -2,7 +2,7 @@
#define __PCNT_H__
#include <esp_types.h>
#include "esp_intr.h"
#include "esp_intr_alloc.h"
#include "esp_err.h"
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"

View File

@@ -17,7 +17,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#include "esp_intr.h"
#include "esp_intr_alloc.h"
#include "esp_err.h"
#include "esp_intr_alloc.h"
#include "soc/touch_channel.h"