|
Adafruit ADXL375 Library
|
#include "Arduino.h"#include <Adafruit_ADXL343.h>Go to the source code of this file.
Classes | |
| class | Adafruit_ADXL375 |
Macros | |
| #define | ADXL375_ADDRESS (0x53) |
| #define | ADXL375_MG2G_MULTIPLIER (0.049) |
BSD license (see license.txt)
This is a library for the Adafruit ADXL375 breakout board -—> https://www.adafruit.com
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
| #define ADXL375_ADDRESS (0x53) |
Assumes ALT address pin low
| #define ADXL375_MG2G_MULTIPLIER (0.049) |
49mg per lsb
1.8.13