gx21m15

Crates.iogx21m15
lib.rsgx21m15
version0.1.1
sourcesrc
created_at2024-09-15 04:11:49.194078
updated_at2024-11-06 10:10:30.744543
descriptionA GX21M15 driver based on embedded-hal. Support `async` and `sync` features.
homepage
repositoryhttps://github.com/IvanLi-CN/gx21m15-rs
max_upload_size
id1375221
size15,515
Ivan Li (IvanLi-CN)

documentation

README

GX21M15

This is a GX21M15 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.

Usage

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

# sync
cargo add gx21m15

# async
cargo add gx21m15 --features async

License

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.

Commit count: 9

cargo fmt