Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 767 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 767 Bytes

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