2020-09-09 16:52:03 +08:00
|
|
|
idf_component_register(SRCS
|
|
|
|
|
"esp_exception.cpp"
|
|
|
|
|
"i2c_cxx.cpp"
|
2021-06-11 19:20:53 +08:00
|
|
|
"gpio_cxx.cpp"
|
2020-09-09 16:52:03 +08:00
|
|
|
"esp_event_api.cpp"
|
|
|
|
|
"esp_event_cxx.cpp"
|
|
|
|
|
"esp_timer_cxx.cpp"
|
2020-02-04 19:08:41 +01:00
|
|
|
INCLUDE_DIRS "include"
|
2020-09-09 16:52:03 +08:00
|
|
|
REQUIRES driver esp_event esp_timer)
|