mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 19:14:37 +01:00
7 lines
118 B
CMake
7 lines
118 B
CMake
idf_component_register(
|
|
SRCS
|
|
"ssd1306.c"
|
|
INCLUDE_DIRS "include"
|
|
PRIV_REQUIRES
|
|
i2c-main
|
|
) |