Adafruit LIS331 Arduino Driver
|
#include "Adafruit_LIS331.h"
Go to the source code of this file.
Classes | |
class | Adafruit_H3LIS331 |
Class that stores state and functions for interacting with Adafruit_H3LIS331. More... | |
Enumerations | |
enum | h3lis331dl_range_t { H3LIS331_RANGE_100_G = 0x0, H3LIS331_RANGE_200_G = 0x1, H3LIS331_RANGE_400_G = 0x03 } |
This is a library for the Adafruit H3LIS331 Accel breakout board
Designed specifically to work with the Adafruit H3LIS331 High-G Triple-Axis Accelerometer (+-100g/200g/400g)
This sensor communicates over I2C or SPI (our library code supports both) so you can share it with a bunch of other sensors on the same I2C bus.
Adafruit invests time and resources providing this open source code, please support Adafruit andopen-source hardware by purchasing products from Adafruit!
Bryan Siepert for Adafruit Industries BSD license, all text above must be included in any redistribution
enum h3lis331dl_range_t |