Hi,
I used to get real time sensor fusion in Swift by instantiating MBLMetawear, and then getting the data using something like: device.sensorFusion?.eulerAngle.startNotificationsAsync How is this achieved now? Thanks.
v3 of the Swift SDK wraps around the C++ library so you'll need to get acquainted with how the C++ SDK does it. https://mbientlab.com/cppdocs/0/sensor_fusion.html#data
Ok. Thank you for the link.
Comments
v3 of the Swift SDK wraps around the C++ library so you'll need to get acquainted with how the C++ SDK does it.
https://mbientlab.com/cppdocs/0/sensor_fusion.html#data
Ok. Thank you for the link.