/ README.md
README.md
 1  # Adafruit LIS331 [![Build Status](https://github.com/adafruit/Adafruit_LIS331/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_LIS331/actions)[![Documentation](https://github.com/adafruit/ci-arduino/blob/master/assets/doxygen_badge.svg)](http://adafruit.github.io/Adafruit_LIS331/html/index.html)
 2  
 3  <a href="https://www.adafruit.com/products/4XXX"><img src="" width="500px" /></a>
 4  
 5  This is the Arduino library for the Adafruit LIS331 family of 3-axis Accelerometers.
 6  
 7  ## Supported Hardware
 8  * [LIS331HH High-g 3-Axis Accelerometer](https://www.adafruit.com/products/4XXX)
 9  * [H3LIS331 Very High-g 3-Axis Accelerometer](https://www.adafruit.com/products/4XXX)
10  
11  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.
12  There's an address selection pin so you can have two accelerometers share an I2C bus.
13  
14  # Dependencies
15   * [Adafruit BusIO](https://github.com/adafruit/Adafruit_BusIO)
16   * [Adafruit Unified Sensor Driver](https://github.com/adafruit/Adafruit_Sensor)
17  
18  # Contributing
19  
20  Contributions are welcome! Please read our [Code of Conduct](https://github.com/adafruit/Adafruit_LIS331/blob/master/CODE_OF_CONDUCT.md>)
21  before contributing to help this project stay welcoming.
22  Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
23  ## Documentation and doxygen
24  Documentation is produced by doxygen. Contributions should include documentation for any new code added.
25  
26  Some examples of how to use doxygen can be found in these guide pages:
27  
28  https://learn.adafruit.com/the-well-automated-arduino-library/doxygen
29  
30  https://learn.adafruit.com/the-well-automated-arduino-library/doxygen-tips
31  
32  Written by Bryan Siepert / K. Townsend / Limor Fried for Adafruit Industries.
33  BSD license, check license.txt for more information
34  All text above must be included in any redistribution
35  
36  To install, use the Arduino Library Manager and search for "Adafruit LIS331" and install the library.