sw3526

Crates.iosw3526
lib.rssw3526
version0.2.1
sourcesrc
created_at2024-07-14 10:59:11.010869
updated_at2024-09-15 04:34:43.414256
descriptionA SW3526 driver based on [embedded-hal](https://crates.io/crates/embedded-hal). Support `async` and `sync` features.
homepage
repositoryhttps://github.com/IvanLi-CN/sw3526-rs
max_upload_size
id1302909
size56,980
Ivan Li (IvanLi-CN)

documentation

README

SW3526 Driver Documentation

This is a driver for the SW3526, built on the embedded-hal framework. It supports both async and sync features and is designed for no_std environments.

Usage

To add the SW3526 driver to your project, run the following command:

# sync
cargo add sw3526

# async
cargo add sw3526 --features async

For an example of how to use this driver in your project, you can check out power-desk.

License

This project is licensed under the MIT license.

Commit count: 0

cargo fmt