vdacc
About
- Username
- vdacc
- Joined
- Visits
- 9
- Last Active
- Roles
- Member
Comments
-
The Warble.NetStandard one from the MbientLab repositories. https://github.com/mbientlab/Warble.NET/tree/master/Warble.NetStandard
-
This helps with the errors in the console app but when I try to use await the InitializeAsync() in Unity it never returns to the main thread. This causes Unity to just freeze and eventually crash.
-
public InitSensor(string mac, string text) { metaWearBoard = Application.GetMetaWearBoard(mac); metaWearBoard.TimeForResponse = 1000; Console.WriteLine(Task.CurrentId); Task t = Task.Run(metaWe…