Tweet

Yesterday I implemented the FIFO queue on our LIS2DW accelerometer, and I have to say it looks pretty rad! Most serial plots stream data in real time. This is streaming as a batch transfer: the accelerometer stores 25 data points for us, then we burst them out once a second. 😎

(original)