eldruin / mlx9061x-rs

Platform-agnostic Rust driver for MLX90614/MLX90615 Infrarred thermometer
Apache License 2.0
6 stars 5 forks source link

Make PEC optional #4

Open David-OConnor opened 3 years ago

David-OConnor commented 3 years ago

Hi. If hardware supports SMBUS PEC, it would be nice to tell the software not to send or check PEC, and perhaps even not even bring in the related dependency. For example, if you enable SMBUS PEC support in hardware, it should send and check PEC automatically.