# GX21M15 This is a GX21M15 driver based on [embedded-hal](https://crates.io/crates/embedded-hal). Support `async` and `sync` features. You can check out [power-desk](https://github.com/IvanLi-CN/power-desk?tab=readme-ov-file) to see how to use this driver in your project. ## Usage To add the GX21M15 driver to your project, run the following command: ```shell # 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.