I've seen them before. I want to select the data type before every program runs.
int the first use acc, gyro, and temp
in the second use, led, mag, gyro etc.
So what I want to do is not always acc and gyro. Something that can change all the time.
Acc, gyro, temp, pressure ...
I want to choose some of these
Comments
Yes. Again, you need to go through our tutorials: www.mbientlab.com/tutorials and our example code: https://github.com/mbientlab/MetaWear-SDK-Python/blob/master/examples/stream_acc_gyro.py
I've seen them before. I want to select the data type before every program runs.
int the first use acc, gyro, and temp
in the second use, led, mag, gyro etc.
So what I want to do is not always acc and gyro. Something that can change all the time.
Acc, gyro, temp, pressure ...
I want to choose some of these
There is no such sample application.