eldruin / mlx9061x-rs

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

Update to embedded_hal 1.0 #8

Closed ShakenCodes closed 4 months ago

ShakenCodes commented 4 months ago

This updates to use the embedded_hal 1.0, which has breaking changes in the i2c and digital::OutputPin interfaces. Also updates to the matching versions of linux_embedded_hal, and embedded_hal_mock. Cargo edition pulled forward to 2021.

Fixes #7

ShakenCodes commented 4 months ago

All feedback is incorporated!

The auto-formatter added linefeeds to CHANGELOG.md around header lines. I hope this is not objectionable.