paper_trail icon indicating copy to clipboard operation
paper_trail copied to clipboard

[driver] rewrite adns9800

Open TomSaw opened this issue 1 year ago • 2 comments

The Adns9800-driver was made of pure blocking SPI calls - fixed that, added some features and eventually were directed to some clean, fibers-only implementation.

Writing a driver without the RF limitations was a pleasure! By this chance I wanna ask, if there's a (solid) concept/thoughts how we transition drivers to fibers?

  • [ ] test Adns9800::captureFrame() in hardware
  • [x] finish update of examples/blue_pill_f103/adns9800
  • [x] cleanup adns9800_data.hpp
  • [ ] fix Resumable Functions variant

TomSaw avatar Jul 14 '24 19:07 TomSaw

Not intended to be a dizz, but i've stroken Sascha Schade from the copyright: There's nothing left from the previous driver-port but the lbuild firmware select option.

TomSaw avatar Jul 14 '24 20:07 TomSaw

Just wanna tell: I'll finish this in the beginning of September.

TomSaw avatar Aug 21 '24 07:08 TomSaw