MetaWear.CSharp.Win10 1.0.9

Requires NuGet 4.1 or higher.

dotnet add package MetaWear.CSharp.Win10 --version 1.0.9
NuGet\Install-Package MetaWear.CSharp.Win10 -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MetaWear.CSharp.Win10" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MetaWear.CSharp.Win10 --version 1.0.9
#r "nuget: MetaWear.CSharp.Win10, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MetaWear.CSharp.Win10 as a Cake Addin
#addin nuget:?package=MetaWear.CSharp.Win10&version=1.0.9

// Install MetaWear.CSharp.Win10 as a Cake Tool
#tool nuget:?package=MetaWear.CSharp.Win10&version=1.0.9

First, retrieve the BluetoothLEDevice object corresponding to the desired BLE device, then call GetMetaWearBoard to retrieve an IMetaWearBoard object for your device.

public async IMetaWearBoard macAddrToIMetaWearBoard(ulong mac) {
    var device = await BluetoothLEDevice.FromBluetoothAddressAsync(mac);
    return MbientLab.MetaWear.Win10.Application.GetMetaWearBoard(device);
}

After retrieving your IMetaWearBoard object, you can use the SDK features, as outlined in the SDK developers' guide.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 1,634 9/17/2018
1.0.5 1,101 5/14/2018
1.0.1 892 4/23/2018