| Crates.io | husb238 |
| lib.rs | husb238 |
| version | 0.1.1 |
| created_at | 2024-11-05 13:19:15.021428+00 |
| updated_at | 2024-11-06 10:04:44.325964+00 |
| description | A HUSB238 driver based on embedded-hal. Support `async` and `sync` features. The HUSB238 is a highly integrated USB Power Delivery (PD) controller as sink role for up to 100W power rating. |
| homepage | |
| repository | https://github.com/IvanLi-CN/husb238-rs |
| max_upload_size | |
| id | 1436541 |
| size | 17,878 |
This is a HUSB238 driver based on embedded-hal. Support async and sync features.
You can check out power-desk to see how to use this driver in your project.
To add the HUSB238 driver to your project, run the following command:
# sync
cargo add husb238
# async
cargo add husb238 --features async
Rand is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.