#embedded-hal-async #async #embedded-hal-driver #temperature-sensor #no-std

no-std gx21m15

A GX21M15 driver based on embedded-hal. Support async and sync features.

2 releases

0.1.1 Nov 6, 2024
0.1.0 Sep 15, 2024

#1317 in Hardware support

Download history 211/week @ 2024-09-14 17/week @ 2024-09-21 7/week @ 2024-09-28 1/week @ 2024-10-05 116/week @ 2024-11-02 16/week @ 2024-11-09 3/week @ 2024-11-16 1/week @ 2024-11-23

136 downloads per month

MIT/Apache

10KB
195 lines

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.

Dependencies

~2MB
~42K SLoC