You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ BLE stack and file i/o code specific for their target environment by implementin
9
9
The C# SDK is distributed via NuGet and can be installed with the package manager console:
10
10
11
11
```bat
12
-
PM> Install-Package MetaWear
12
+
PM> Install-Package MetaWear.CSharp
13
13
```
14
14
15
-
MbientLab has provided Windows 10 specific implementations of the aforementioned interfaces, which can be installed alongside the ``MetaWear`` package.
15
+
MbientLab has provided Windows 10 specific implementations of the aforementioned interfaces, which can be installed alongside the ``MetaWear.Csharp`` package.
16
16
17
17
```bat
18
-
PM> Install-Package MetaWear.Win10
18
+
PM> Install-Package MetaWear.CSharp.Win10
19
19
```
20
20
21
21
# Usage
@@ -33,4 +33,4 @@ public async IMetaWearBoard macAddrToIMetaWearBoard(ulong mac) {
33
33
Developers only using the ``MetaWear`` package will need to implement the
34
34
[IBluetoothLeGatt](https://mbientlab.com/documents/metawear/csharp/1/interfaceMbientLab_1_1MetaWear_1_1Impl_1_1Platform_1_1IBluetoothLeGatt.html) and
35
35
[ILibraryIO](https://mbientlab.com/documents/metawear/csharp/1/interfaceMbientLab_1_1MetaWear_1_1Impl_1_1Platform_1_1ILibraryIO.html) interfaces, and pass
36
-
those implementations to the **MetaWearBoard** constructor.
36
+
those implementations to the **MetaWearBoard** constructor.
0 commit comments