cs2dsb / max31855.rs

Driver for MAX31855 SPI thermocouple converter
Apache License 2.0
4 stars 5 forks source link

Implements embedded-hal(-async) v1.0.0-rc.2 #4

Open jamesmunns opened 11 months ago

jamesmunns commented 11 months ago

This PR implements the new embedded-hal traits.

At the moment (until 2023-12-28), async functions in trait requires a nightly feature, which is why I've moved the async support behind a feature for now.

I haven't tested this yet (waiting for actual hardware), but wanted to share in case you'd like to discuss.

Closes #3