Skip to content

C/C++ library for using the ADXL34x series of accelerometer with the Raspberry Pi Pico SDK

License

Notifications You must be signed in to change notification settings

PCJPL/pico-adxl34x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

C/C++ library for using the ADXL34x series of accelerometer with the Raspberry Pi Pico SDK

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published