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

Derive common traits for enums. #34

Closed qwandor closed 9 months ago

qwandor commented 9 months ago

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