Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Apr 16, 2024
1 parent 4422e55 commit 7e3afe0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Source/CACCurrent/Driver/Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Meadow.Foundation.mikroBUS.Sensors.Buttons.CACCurrent
# Meadow.Foundation.mikroBUS.Sensors.CACCurrent

**MikroElectronika SPI AC Current click board**

The **CACCurrent** library is included in the **Meadow.Foundation.mikroBUS.Sensors.Buttons.CACCurrent** nuget package and is designed for the [Wilderness Labs](www.wildernesslabs.co) Meadow .NET IoT platform.
The **CACCurrent** library is included in the **Meadow.Foundation.mikroBUS.Sensors.CACCurrent** nuget package and is designed for the [Wilderness Labs](www.wildernesslabs.co) Meadow .NET IoT platform.

This driver is part of the [Meadow.Foundation](https://developer.wildernesslabs.co/Meadow/Meadow.Foundation/) peripherals library, an open-source repository of drivers and libraries that streamline and simplify adding hardware to your C# .NET Meadow IoT applications.

Expand All @@ -14,7 +14,7 @@ To view all Wilderness Labs open-source projects, including samples, visit [gith

You can install the library from within Visual studio using the the NuGet Package Manager or from the command line using the .NET CLI:

`dotnet add package Meadow.Foundation.mikroBUS.Sensors.Buttons.CACCurrent`
`dotnet add package Meadow.Foundation.mikroBUS.Sensors.CACCurrent`
## Usage

```csharp
Expand Down
6 changes: 3 additions & 3 deletions Source/CLEM/Driver/Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Meadow.Foundation.mikroBUS.Sensors.Buttons.CLEM
# Meadow.Foundation.mikroBUS.Sensors.CLEM

**MikroElectronika SPI LEM AC Current click board**

The **CButton** library is included in the **Meadow.Foundation.mikroBUS.Sensors.Buttons.CLEM** nuget package and is designed for the [Wilderness Labs](www.wildernesslabs.co) Meadow .NET IoT platform.
The **CButton** library is included in the **Meadow.Foundation.mikroBUS.Sensors.CLEM** nuget package and is designed for the [Wilderness Labs](www.wildernesslabs.co) Meadow .NET IoT platform.

This driver is part of the [Meadow.Foundation](https://developer.wildernesslabs.co/Meadow/Meadow.Foundation/) peripherals library, an open-source repository of drivers and libraries that streamline and simplify adding hardware to your C# .NET Meadow IoT applications.

Expand All @@ -14,7 +14,7 @@ To view all Wilderness Labs open-source projects, including samples, visit [gith

You can install the library from within Visual studio using the the NuGet Package Manager or from the command line using the .NET CLI:

`dotnet add package Meadow.Foundation.mikroBUS.Sensors.Buttons.CLEM`
`dotnet add package Meadow.Foundation.mikroBUS.Sensors.CLEM`
## Usage

```csharp
Expand Down

0 comments on commit 7e3afe0

Please sign in to comment.