arduino icon indicating copy to clipboard operation
arduino copied to clipboard

Printing out FIFO Data to Serial Monitor

Open joshuaan7 opened this issue 3 years ago • 0 comments

Is there any example program to Serial print out FIFO data? I assume you would have to use the adxl372_Configure_FIFO() and adxl372_Get_FIFO_data() functions, but I'm not entirely sure how to use the adxl372_Get_FIFO_data() function to eventually print out the acceleration data values.

I would like to print out the 3 axes of acceleration data, so I realize I would only be able to print out 170 sample sets. Any guidance to help achieve this would be appreciated, thanks.

joshuaan7 avatar Mar 30 '21 20:03 joshuaan7