almusil / rfm69

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

Make read and write functions public #20

Closed almusil closed 3 years ago

almusil commented 3 years ago

Some use cases are not covered by this library.

Make read and write functions public, this allows any user to configure anything that is not implemented yet (Some corner cases might not be covered for a long or ever).