diff options
Diffstat (limited to 'components/axs15231b/CMakeLists.txt')
| -rw-r--r-- | components/axs15231b/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/axs15231b/CMakeLists.txt b/components/axs15231b/CMakeLists.txt new file mode 100644 index 0000000..033a05e --- /dev/null +++ b/components/axs15231b/CMakeLists.txt | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | idf_component_register(SRCS "axs15231b.c" | ||
| 2 | INCLUDE_DIRS "include" | ||
| 3 | REQUIRES driver esp_timer) | ||