We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9026dd commit b0d0fb2Copy full SHA for b0d0fb2
CMakeLists.txt
@@ -1,5 +1,5 @@
1
set(COMPONENT_ADD_INCLUDEDIRS include)
2
set(COMPONENT_SRCDIRS ".")
3
+set(COMPONENT_REQUIRES "driver")
4
set(COMPONENT_PRIV_REQUIRES "esp32-smbus")
5
register_component()
-
i2c-lcd1602.c
@@ -93,6 +93,7 @@
93
#include "freertos/task.h"
94
#include "esp_system.h"
95
#include "esp_log.h"
96
+#include "rom/ets_sys.h"
97
98
#include "i2c-lcd1602.h"
99
@@ -624,4 +625,4 @@ esp_err_t i2c_lcd1602_XXX(i2c_lcd1602_info_t * i2c_lcd1602_info)
624
625
}
626
return err;
627
-#endif
628
+#endif
0 commit comments