ADXL362

Arduino Library for ADXL362 Micropower 3-axis accelerometer

Download .zip Download .tar.gz View on GitHub

How to use this library:

Download the zip, and makes sure it's in your /libraries folder. Rename the directory to "ADXL362". You'll want the following directory structure in your /libraries folder:

libraries/
    ADXL362/
        examples/
        ADXL362.cpp
        ADXL263.h

Be Aware:

The ADXL362 is a 3.3V Device. Please be sure that you supply 3.3V power, and 3.3V IO signals to it. You can do this by either using logic translation, or a 3.3V Arduino.

Tutorials