lsm303dlhc 0.2.0

A platform agnostic driver to interface with the LSM303DLHC (accelerometer + compass)
Documentation
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "A platform agnostic driver to interface with the LSM303DLHC (accelerometer + compass)"
documentation = "https://docs.rs/lsm303dlhc"
keywords = ["embedded-hal-driver", "accelerometer", "compass", "MEMS"]
license = "MIT OR Apache-2.0"
name = "lsm303dlhc"
repository = "https://github.com/japaric/lsm303dlhc"
version = "0.2.0"

[dependencies]
embedded-hal = "0.2.0"
generic-array = "0.11.0"

[dependencies.cast]
default-features = false
version = "0.2.2"