dsvensson / cc1101

A platform agnostic driver to interface with the CC1101 (Sub-1GHz RF Transceiver)
Apache License 2.0
32 stars 18 forks source link

Create a low level SPI interaction owner #22

Closed dsvensson closed 6 years ago

dsvensson commented 6 years ago

The idea is to make the current cc1101::Cc1101 type a simple high level API on top of a low level API. The low level API should provide the basic hand holding and constraints that can be modelled in rust without making any radio module usage impossible. #21 moved all the raw types and register declarations to a sub module, this is the remaining work on top of that.