refactor(gpio): Refactor gpio driver for esp8266 idf

This commit is contained in:
Xu Chun Guang
2018-06-10 22:39:40 +08:00
committed by XiongYu
parent 7c46284f50
commit 8fdffe47ad
12 changed files with 1022 additions and 337 deletions

View File

@ -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