I am implementing IIS3DWB for this crate as an exercise to get used to embedded Rust.
I am wondering whether RawAccelerometer can work with Vectors (time series) of Vectors (timestamp, acc_x, y, z)
IIS3DWB has an interrupt and wake up mechanism and a FIFO of 3kB. I was wondering whether there can be a way to utilize this.