Skip to content

Commit 1656762

Browse files
committed
Support gpio
1 parent e203d42 commit 1656762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/Arduino.h

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "freertos/FreeRTOS.h"
3434
#include "freertos/task.h"
3535
#include "freertos/semphr.h"
36+
#include "driver/gpio.h"
3637
//--//#include "esp32-hal.h"
3738
//--//#include "esp8266-compat.h"
3839
//--//#include "soc/gpio_reg.h"

0 commit comments

Comments
 (0)