Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Apr 30, 2024
1 parent 61eab3f commit 24339fe
Show file tree
Hide file tree
Showing 80 changed files with 183 additions and 158 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.11.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand All @@ -23,6 +23,6 @@
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Adxl3xx" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Adxl3xx" Version="1.11.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Driver\3-AxisDigitalAccelerometer16g.csproj" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.11.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand All @@ -23,6 +23,6 @@
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Mma7660fc" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Mma7660fc" Version="1.11.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<ProjectReference Include="..\..\Driver\3-AxisDigitalAccelerometer1_5g.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.11.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand All @@ -23,6 +23,6 @@
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Hmc5883" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Hmc5883" Version="1.11.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<ProjectReference Include="..\..\Driver\3-AxisDigitalCompass.csproj" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions Source/4-ChannelSpdtRelay/Driver/4-ChannelSpdtRelay.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.11.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand All @@ -10,10 +10,10 @@
<TargetFramework>netstandard2.1</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<OutputType>Library</OutputType>
<AssemblyName>4ChannelSpdtRelay</AssemblyName>
<AssemblyName>4-ChannelSpdtRelay</AssemblyName>
<Company>Wilderness Labs, Inc</Company>
<PackageProjectUrl>http://developer.wildernesslabs.co/Meadow/Meadow.Foundation/</PackageProjectUrl>
<PackageId>Meadow.Foundation.Grove.Relays.4ChannelSpdtRelay</PackageId>
<PackageId>Meadow.Foundation.Grove.Relays.4-ChannelSpdtRelay</PackageId>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation.Grove</RepositoryUrl>
<PackageTags>Meadow.Foundation,Grove,relay,relays,spdt</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -25,6 +25,6 @@
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation" Version="1.11.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions Source/4-ChannelSpdtRelay/Driver/Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Meadow.Foundation.Grove.Relays.4ChannelSpdtRelay
# Meadow.Foundation.Grove.Relays.4-ChannelSpdtRelay

**Grove I2C 4-Channel SPDT Relay**

The **4ChannelSpdtRelay** library is included in the **Meadow.Foundation.Grove.Relays.4ChannelSpdtRelay** nuget package and is designed for the [Wilderness Labs](www.wildernesslabs.co) Meadow .NET IoT platform.
The **4-ChannelSpdtRelay** library is included in the **Meadow.Foundation.Grove.Relays.4-ChannelSpdtRelay** 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.Grove.Relays.4ChannelSpdtRelay`
`dotnet add package Meadow.Foundation.Grove.Relays.4-ChannelSpdtRelay`
## Usage

```csharp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class PinDefinitions : IPinDefinitions
/// <summary>
/// The controller for the pins
/// </summary>
public IPinController Controller { get; set; }
public IPinController? Controller { get; set; }

/// <summary>
/// List of pins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<ProjectReference Include="..\..\Driver\4-ChannelSpdtRelay.csproj" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions Source/4-DigitDisplay/Driver/4-DigitDisplay.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.11.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand All @@ -10,10 +10,10 @@
<TargetFramework>netstandard2.1</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<OutputType>Library</OutputType>
<AssemblyName>4DigitDisplay</AssemblyName>
<AssemblyName>4-DigitDisplay</AssemblyName>
<Company>Wilderness Labs, Inc</Company>
<PackageProjectUrl>http://developer.wildernesslabs.co/Meadow/Meadow.Foundation/</PackageProjectUrl>
<PackageId>Meadow.Foundation.Grove.Displays.4DigitDisplay</PackageId>
<PackageId>Meadow.Foundation.Grove.Displays.4-DigitDisplay</PackageId>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation.Grove</RepositoryUrl>
<PackageTags>Meadow.Foundation, Grove, display, digit, digital</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -23,6 +23,6 @@
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Foundation.Displays.Tm1637" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation.Displays.Tm1637" Version="1.11.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions Source/4-DigitDisplay/Driver/Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Meadow.Foundation.Grove.Displays.4DigitDisplay
# Meadow.Foundation.Grove.Displays.4-DigitDisplay

**Grove GPIO 4 digit display**

The **4DigitDisplay** library is included in the **Meadow.Foundation.Grove.Displays.4DigitDisplay** nuget package and is designed for the [Wilderness Labs](www.wildernesslabs.co) Meadow .NET IoT platform.
The **4-DigitDisplay** library is included in the **Meadow.Foundation.Grove.Displays.4-DigitDisplay** 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.Grove.Displays.4DigitDisplay`
`dotnet add package Meadow.Foundation.Grove.Displays.4-DigitDisplay`
## Usage

```csharp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<ProjectReference Include="..\..\Driver\4-DigitDisplay.csproj" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Source/Button/Driver/Button.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.11.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand All @@ -23,6 +23,6 @@
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Foundation" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation" Version="1.11.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Source/Button/Sample/Button_Sample/Button_Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<ProjectReference Include="..\..\Driver\Button.csproj" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Source/Buzzer/Driver/Buzzer.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.11.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand All @@ -23,6 +23,6 @@
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Foundation" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation" Version="1.11.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Source/Buzzer/Sample/Buzzer_Sample/Buzzer_Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<ProjectReference Include="..\..\Driver\Buzzer.csproj" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Source/FlameSensor/Driver/FlameSensor.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.11.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand All @@ -23,6 +23,6 @@
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Foundation" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation" Version="1.11.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<ProjectReference Include="..\..\Driver\FlameSensor.csproj" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Source/LCD/Driver/LCD.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.11.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand All @@ -23,6 +23,6 @@
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Foundation.Displays.Lcd.CharacterDisplay" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation.Displays.Lcd.CharacterDisplay" Version="1.11.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Source/LCD/Samples/LCD_Sample/LCD_Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<ProjectReference Include="..\..\Driver\LCD.csproj" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Source/LEDButton/Driver/LEDButton.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.11.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand All @@ -23,6 +23,6 @@
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Foundation" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation" Version="1.11.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<ProjectReference Include="..\..\Driver\LEDButton.csproj" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Source/LEDSocket/Driver/LEDSocket.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.11.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand All @@ -23,6 +23,6 @@
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Foundation" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation" Version="1.11.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<ProjectReference Include="..\..\Driver\LEDSocket.csproj" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Source/LightSensor/Driver/LightSensor.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.9.0</Version>
<Version>1.11.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand All @@ -23,6 +23,6 @@
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Foundation" Version="1.9.0" />
<PackageReference Include="Meadow.Foundation" Version="1.11.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.9.0" />
<PackageReference Include="Meadow.F7" Version="1.11.0" />
<ProjectReference Include="..\..\Driver\LightSensor.csproj" />
</ItemGroup>
</Project>
12 changes: 11 additions & 1 deletion Source/LineFinder/Driver/LineFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,17 @@ public class LineFinder
/// <summary>
/// Returns Line Color
/// </summary>
public enum LineColor { White, Black }
public enum LineColor
{
/// <summary>
/// White lines
/// </summary>
White,
/// <summary>
/// Black lines
/// </summary>
Black
}

/// <summary>
/// Last state of the Line Finder
Expand Down
Loading

0 comments on commit 24339fe

Please sign in to comment.