a121-rs icon indicating copy to clipboard operation
a121-rs copied to clipboard

Acconeer's A121 Rust Bindings

Results 16 a121-rs issues
Sort by recently updated
recently updated
newest added

It -should- not be very hard since the difference is mainly that the CS line needs to be switched which is already done by the SpiDevice... But it hasn't been...

enhancement
help wanted

There needs to be an alternative to the current way interfacing is done that preferably doesn't necessitate nightly

help wanted

The calibrate and prepare functions both take in a buffer that is only useful for the duration of the calibration/preparation, their size can depend on the user's requirements, but we...

help wanted

Currently the CI only runs for the A121 Library, it needs to have a new job that tries to compile the examples

CI

Most of it can be taken from the C code and adapted to Rust

documentation

This commit https://github.com/Ragarnoy/a121-rs/commit/a8a83fdde4af043fa025e86c17b425e0804a96d6#diff-9b9a2e8f8cde474d39cf02cb5e826a46ed22bdbb147e76988b2ff095dad8c41aR64-R72 (possibly also others) break the examples (e.g. `radar::new()` now returns a `result`, not a` radar`). Apparently the nightly example is taken care of (at least for this...