My CLUE sensor data rate is 208HZ, which means that it generates 208 data per second.
Even though the accelerator sensor can generate 208 data per second, the while loop in python code only works about 50 times per second, which means that it only shows about 50 data.
I wonder whether there are any alternative solutions to collect 208 data per second.
Currently, it can only collect about 50 data per second.