Skip to content

Commit

Permalink
Merge pull request #12 from WildernessLabs/temphum_namespace
Browse files Browse the repository at this point in the history
Fix Temp Hum 15 Click namespace
  • Loading branch information
patridge committed Feb 1, 2023
2 parents 2a06237 + df6b0fa commit fdc6507
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit fdc6507

Please sign in to comment.