Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 403 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 403 Bytes

pico-adxl343

Library for using the ADXL343 accelerometer with the Raspberry Pi Pico SDK

Usage

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)