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 092f315 commit 9fd5876Copy full SHA for 9fd5876
documentation/arduino_libs.md
@@ -19,7 +19,7 @@ Paste your library's source files like ``ADXL345.h`` and ``ADXL345.cpp`` in your
19
20
## Update CMakeLists
21
As we can see, there is a Top-level CMakelists which needs to be updated with your external library's source files.
22
-For example refer to the ADXL345 demo has ``ADXL345.cpp`` in it's CMakeLists.
+For example, we add `target_sources(app PRIVATE src/ADXL345.cpp)` to CMakeLists.txt.
23
24
## Update main.cpp
25
Finally, paste your required code using the library in ``main.c`` and include that library's header using
0 commit comments