Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to main for RC2-1 #13

Merged
merged 12 commits into from
Feb 2, 2023
2 changes: 1 addition & 1 deletion Source/CTempHum15/Driver/CTempHum15.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Meadow.Foundation.Sensors.Atmospheric;
using Meadow.Hardware;

namespace Meadow.Foundation.mikroBUS
namespace Meadow.Foundation.mikroBUS.Sensors.Atmospheric
{
/// <summary>
/// Represents a mikroBUS Temp and Hum 15 Click board
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\Meadow.Core\Source\implementations\f7\Meadow.F7\Meadow.F7.csproj" />
<PackageReference Include="Meadow.Foundation.mikroBUS.Sensors.Atmospheric.CTempHum15" Version="0.*" />
<ProjectReference Include="..\..\Driver\CTempHum15.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Source/CTempHum15/Sample/CTempHum15_Sample/MeadowApp.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Meadow;
using Meadow.Devices;
using Meadow.Foundation.mikroBUS;
using Meadow.Foundation.mikroBUS.Sensors.Atmospheric;
using System;
using System.Threading.Tasks;

Expand Down