| Crates.io | gx21m15 |
| lib.rs | gx21m15 |
| version | 0.1.1 |
| created_at | 2024-09-15 04:11:49.194078+00 |
| updated_at | 2024-11-06 10:10:30.744543+00 |
| description | A GX21M15 driver based on embedded-hal. Support `async` and `sync` features. |
| homepage | |
| repository | https://github.com/IvanLi-CN/gx21m15-rs |
| max_upload_size | |
| id | 1375221 |
| size | 15,515 |
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.
To add the GX21M15 driver to your project, run the following command:
# sync
cargo add gx21m15
# async
cargo add gx21m15 --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.