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

Fifo accessors #50

Closed Andrei-Basarab closed 3 months ago

Andrei-Basarab commented 3 months ago

Length field and Address field and now indeed optional - automatic field handling is done based on transceiver configuration

image

dsvensson commented 3 months ago

Aha, didn't think of length/address being part of the radio protocol, assumed it was on the application layer. Nice!

Andrei-Basarab commented 3 months ago

@dsvensson this PR is ready for merge from my side. Thank you!

dsvensson commented 3 months ago

Forgot to click merge when I commented :)