6 releases
0.0.5 | Sep 6, 2023 |
---|---|
0.0.4 | Apr 10, 2022 |
0.0.2 | Feb 5, 2022 |
0.0.0 | Jan 15, 2022 |
#412 in Embedded development
14KB
364 lines
mp2667
Platform agnostic Rust driver for the MP2667, highly integrated, single-cell, Li-ion/Li-polymer battery charger IC.
Documentation
The documentation can be found at docs.rs.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
A platform agnostic Rust driver for the MP2667, based on the
embedded-hal
traits.
The Device
The MP2667 is a highly integrated, single-cell, Li-ion/Li-polymer battery charger with system power path management for space-limited portable applications.
Dependencies
~1.5MB
~39K SLoC