[![Build Status](https://travis-ci.org/adeschamps/lsm303.svg?branch=master)](https://travis-ci.org/adeschamps/lsm303) # LSM303 Accelerometer and Magnetometer This is a driver for the LSM303DLHC digital accelerometer and magnetometer. - [Datasheet](http://www.st.com/resource/en/datasheet/lsm303dlhc.pdf) - [Application notes](http://www.st.com/content/ccc/resource/technical/document/application_note/e6/f0/fa/af/94/5e/43/de/CD00269797.pdf/files/CD00269797.pdf/jcr:content/translations/en.CD00269797.pdf) ## Getting started ```rust $ cargo run --example read ```