dsvensson / cc1101

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

Derive common traits for enums. #34

Closed qwandor closed 11 months ago

qwandor commented 11 months ago

Copy and Clone make sense for small data types, Debug and Eq are useful for testing and debugging.