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

Add a simple Linux example #17

Open dsvensson opened 6 years ago

dsvensson commented 6 years ago

Add an example that transmits one packet, and another example that receives this packet using linux-embedded-hal.

dsvensson commented 6 years ago

...could start with only RX, and basing it on:

https://github.com/dsvensson/sparsnas-rs