Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 856 Bytes

examples.rst

File metadata and controls

35 lines (24 loc) · 856 Bytes

Simple test

Ensure your device works with this simple test.

../examples/adxl34x_simpletest.py

Motion detection

Use the accelerometer to detect motion.

../examples/adxl34x_motion_detection_test.py

Freefall detection

Use the accelerometer to detect when something is dropped.

../examples/adxl34x_freefall_detection_test.py

Tap detection

The accelerometer can also be configured to detect taps.

../examples/adxl34x_tap_detection_test.py