Library for using the ADXL343 accelerometer with the Raspberry Pi Pico SDK
Download pico_adxl343.cmake
and add it to your project.
Update your projects CMakeLists.txt
to include the line:
include(pico_adxl343.cmake)
And lastly, don't forget to link to the library in your CMakeLists.txt
:
target_link_libraries(my_cool_pico_project adxl343)