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

Unify the read/write functions #9

Open dsvensson opened 6 years ago

dsvensson commented 6 years ago

(read|write|modify)_register, _strobe, _burst takes narrowly typed as arguments. This is somewhat annoying as the only difference is that they or in some access offset to the address, and transfer buffers of various sizes. Probably quite a few loc's to remove.