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

Experiment with removing more defaults #5

Closed dsvensson closed 6 years ago

dsvensson commented 6 years ago

Most defaults should be removed in favor of adding proper API methods. As the primary user of this crate is my sparsnas-rs, investigate if it still works if I leave more registers at their default values. The original list of defaults were extracted from various other project, and many have been removed thanks to API methods, and general reasoning / docs reading.