rust-iot / radio-hal

Embedded rust radio abstraction crate
https://ryan.kurte.nz/notes/2020-01-05-rust-radio
MIT License
69 stars 13 forks source link

Update existing drivers to 0.10.0 #22

Open ryankurte opened 2 years ago

ryankurte commented 2 years ago

with the updated register trait (#19) we need to go and write out the registers for existing radios to use this new API. this is basically just a bunch of wrote-copying from datasheets, see radio-at86rf23x [1, 2] for an updated example.