Open mehmetalianil opened 2 years ago
The backing vector library micromath
only supports 2D and 3D vectors at the moment
I see, how do we position the method Accelerometer::sample_rate()
, then?
The only use cases that I can think of are associated with series of measurements.
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.