Flat detection
Hi,
I found that you can do flat detection with the bosch sensor: https://mbientlab.com/androiddocs/latest/accelerometer_bosch.html#flat-detection However, I cannot figure out how to do this on Python. I went through the documentation & code in: https://mbientlab.com/documents/metawear/cpp/0/accelerometer__bosch_8h_source.html
Can you give me an example please? I am currently also using orientation detection. Is it possible to enable both at once?
Comments
There is an example of this in our Swift example at the moment. You could look at that for reference: https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS/blob/master/MetaWearApiTest/MetaWearApiTest/DeviceDetailViewController.swift -> go to @IBAction func startOrientationPressed(_ sender: Any) {