mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 21:48:05 +08:00
refactor(gpio): Refactor gpio driver for esp8266 idf
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "rom/ets_sys.h"
|
||||
|
||||
#if 0
|
||||
#include "gpio.h"
|
||||
#include "i2c_master.h"
|
||||
|
||||
@ -315,3 +315,5 @@ void i2c_master_writeByte(uint8_t wrdata)
|
||||
i2c_master_wait(5);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user