# rs-ovpinergy
[](https://github.com/reneca/rs-ovpinergy)
[](https://crates.io/crates/rs-ovpinergy)
[](https://docs.rs/rs-ovpinergy)
This Rust library is use to handle an [OVPinergy](https://www.overware.fr/ovpinergy/) card.
## Examples
There is several example available to test the card.
### Leds
This a a simple test to light the leds on the card:
```
cargo run --example leds
```
### Consumption (Amps clamp)
To test the first amp meter, there is a consumption example:
```
cargo run --example consumption
```