Adafruit ADXL343 Library
Adafruit_ADXL343.cpp File Reference
#include "WProgram.h"
#include <Wire.h>
#include <limits.h>
#include "Adafruit_ADXL343.h"

Detailed Description

Author
Bryan Siepert and K.Townsend (Adafruit Industries)

BSD License (see license.txt)

The ADXL343 is a digital accelerometer with 13-bit resolution, capable of measuring up to +/-16g. This driver communicates using I2C.

This is a library for the Adafruit ADXL343 breakout -—> https://www.adafruit.com/product/4097 or the Adafruit ADXL343 + ADT7410 FeatherWing -—> https://www.adafruit.com/product/4147

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

v1.0 - First release