4 releases (2 breaking)

0.2.1 Sep 15, 2024
0.2.0 Sep 15, 2024
0.1.1 Sep 14, 2024
0.0.1 Jul 14, 2024

#453 in Hardware support

Download history 106/week @ 2024-07-14 7/week @ 2024-07-21 8/week @ 2024-07-28 108/week @ 2024-09-08 396/week @ 2024-09-15

504 downloads per month

MIT license

54KB
1.5K SLoC

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.

Dependencies

~1.5MB
~39K SLoC