stusb4500

Crates.iostusb4500
lib.rsstusb4500
version0.1.0
sourcesrc
created_at2020-07-13 20:47:14.908587
updated_at2023-04-01 16:30:05.890319
descriptionSTUSB4500 USB-PD Sink controller driver
homepagehttps://github.com/Atmelfan/stusb4500-rs
repositoryhttps://github.com/Atmelfan/stusb4500-rs
max_upload_size
id264817
size32,032
Atmelfan (Atmelfan)

documentation

README

STUSB4500

This is a platform agnostic Rust driver for the for STUSB4500 I2C USB-PD Sink controller using the embedded-hal traits.

This driver allows you to:

  • Read and write sink PDO's (Power Data Object) from the controller.
  • Negotiate a power contract with the source.
  • Query current source capabilities.

Still under development. Only basic PDO control has been tested (set_pdo & soft_reset) as working

License

Licensed under either of

at your option.

Contributing

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.

Commit count: 14

cargo fmt