Skip to content

Latest commit

 

History

History

accelerometer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Accelerometer (ADXL345)

demo.mp4

This accelerometer is a 3-axis accelerometer and can be wired via I2C or SPI, this example uses I2C.

There was some extra functions provided by the hardware like single tap, double tap, activity, inactivity, free fall detection etc. which were not implemented in this example.

Features

How to Run

To run the example, use the following command:

cargo run -p accelerometer

Notes