almusil / rfm69

A generic rust driver to support RFM69 family wireless chips.
Apache License 2.0
9 stars 9 forks source link

Update to embedded-hal 1.0. #37

Closed qwandor closed 9 months ago

qwandor commented 9 months ago

The biggest change here is that the new SpiDevice trait explicitly manages the CS pin, so we never need to manage it manually.