bq24195 0.1.2

Platform-agnostic Rust driver for the Texas Instruments BQ24195 Li-Ion/Li-Po battery charge management IC.
Documentation
[package]
name = "bq24195"
description = "Platform-agnostic Rust driver for the Texas Instruments BQ24195 Li-Ion/Li-Po battery charge management IC."
repository = "https://github.com/keithduncan/bq24195"
keywords = ["BQ24195", "embedded-hal-driver"]
categories = ["embedded", "no-std", "hardware-support"]
license = "MIT"
version = "0.1.2"
authors = ["Keith Duncan <keith_duncan@me.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
embedded-hal = "~0.2"
bitfield = "0.13"