gregorij
About
- Username
- gregorij
- Joined
- Visits
- 15
- Last Active
- Roles
- Member
Comments
-
Eric, thanks for the replies. I actually did have a teardown included, just forgot to paste it into the code. It turned out the issue was related to something else. In my app, the user can connect and disconnect to sensors within the same app lif…
-
When done logging data, the following code would be called (few non-sensor related lines removed): public async Task StopLoggingAsync() { var sensorFusion = _metawear.GetModule(); sensorFusion.LinearAcceleration.Stop(); …