Skip to content

Commit

Permalink
and more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ctacke committed Nov 9, 2024
1 parent 07b7de7 commit 9919d09
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
15 changes: 5 additions & 10 deletions Source/CThermo13/Driver/CThermo13.csproj
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>icon.png</PackageIcon>
<Authors>Wilderness Labs, Inc</Authors>
<TargetFramework>netstandard2.1</TargetFramework>
<OutputType>Library</OutputType>
<AssemblyName>CTempHum15</AssemblyName>
<AssemblyName>CThermo13</AssemblyName>
<Company>Wilderness Labs, Inc</Company>
<PackageProjectUrl>http://developer.wildernesslabs.co/Meadow/Meadow.Foundation/</PackageProjectUrl>
<PackageId>Meadow.Foundation.mikroBUS.Sensors.Atmospheric.CTempHum15</PackageId>
<PackageId>Meadow.Foundation.mikroBUS.Sensors.Atmospheric.CThermo13</PackageId>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow, Meadow.Foundation, MikroBus, Mikroe, MikroElectronika, atmospheric, temperature, humidity</PackageTags>
<PackageTags>Meadow, Meadow.Foundation, MikroBus, Mikroe, MikroElectronika, atmospheric, temperature, , BH1900NUX</PackageTags>
<Version>0.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>MikroElectronika I2C Temp and Hum 15 temperature and humidity click board</Description>
<Description>MikroElectronika I2C Thermo 13 temperature click board</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation.Displays.MicroGraphics" Version="*" />
<PackageReference Include="Meadow.Foundation.ICs.IOExpanders.Is31fl3731" Version="*" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Bh1900Nux" Version="1.15.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Sht4x" Version="*" />
</ItemGroup>
</Project>
37 changes: 23 additions & 14 deletions Source/mikroBUS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sensors.Light.Bh1750", "..\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Audio.MicroAudio", "..\..\Meadow.Foundation\Source\Meadow.Foundation.Libraries_and_Frameworks\Audio.MicroAudio\Driver\Audio.MicroAudio.csproj", "{4DAC5C07-DE64-44AC-A0DD-57B06D464A84}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Foundation.MBus", "..\..\Meadow.Foundation.MBus\Source\Driver\Meadow.MBus.csproj", "{3A5FEC5F-EF83-4331-9377-6D6375B2B960}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PadPulsM2", "..\..\Meadow.Foundation.MBus\Source\Devices\RelayMBus\PadPulsM2\Driver\PadPulsM2.csproj", "{793CC278-FB45-4F37-8B65-7681B0C486AB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMBusMaster", "CMBusMaster", "{B86890B5-CB69-45AF-9C55-FEBD0E622E85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CMBusMaster", "CMBusMaster\Driver\CMBusMaster.csproj", "{1D20FDD0-1E04-4288-9011-D21378452536}"
Expand All @@ -175,6 +171,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{0AA519
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CMBusMaster_ProjectLab_Sample", "CMBusMaster\Sample\CMBusMaster_ProjectLab_Sample\CMBusMaster_ProjectLab_Sample.csproj", "{2AA6BB72-E03C-41C3-A3E4-D61F5A3ADFD0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CThermo13", "CThermo13", "{E600F207-5AED-494C-BACF-69A43A186700}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CThermo13", "CThermo13\Driver\CThermo13.csproj", "{4BCCF0F5-CB4C-470F-9373-BCE351083FC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{1573A485-9CE0-4614-80C5-578B6202449B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Thermo13_Sample", "CThermo13\Sample\CThermo13_Sample\Thermo13_Sample.csproj", "{3FB7C5B7-7C1F-444A-80DA-A4771A0001DD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -505,14 +509,6 @@ Global
{4DAC5C07-DE64-44AC-A0DD-57B06D464A84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DAC5C07-DE64-44AC-A0DD-57B06D464A84}.Release|Any CPU.Build.0 = Release|Any CPU
{4DAC5C07-DE64-44AC-A0DD-57B06D464A84}.Release|Any CPU.Deploy.0 = Release|Any CPU
{3A5FEC5F-EF83-4331-9377-6D6375B2B960}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A5FEC5F-EF83-4331-9377-6D6375B2B960}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A5FEC5F-EF83-4331-9377-6D6375B2B960}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A5FEC5F-EF83-4331-9377-6D6375B2B960}.Release|Any CPU.Build.0 = Release|Any CPU
{793CC278-FB45-4F37-8B65-7681B0C486AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{793CC278-FB45-4F37-8B65-7681B0C486AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{793CC278-FB45-4F37-8B65-7681B0C486AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{793CC278-FB45-4F37-8B65-7681B0C486AB}.Release|Any CPU.Build.0 = Release|Any CPU
{1D20FDD0-1E04-4288-9011-D21378452536}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D20FDD0-1E04-4288-9011-D21378452536}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D20FDD0-1E04-4288-9011-D21378452536}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
Expand All @@ -525,6 +521,18 @@ Global
{2AA6BB72-E03C-41C3-A3E4-D61F5A3ADFD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AA6BB72-E03C-41C3-A3E4-D61F5A3ADFD0}.Release|Any CPU.Build.0 = Release|Any CPU
{2AA6BB72-E03C-41C3-A3E4-D61F5A3ADFD0}.Release|Any CPU.Deploy.0 = Release|Any CPU
{4BCCF0F5-CB4C-470F-9373-BCE351083FC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BCCF0F5-CB4C-470F-9373-BCE351083FC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BCCF0F5-CB4C-470F-9373-BCE351083FC2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{4BCCF0F5-CB4C-470F-9373-BCE351083FC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BCCF0F5-CB4C-470F-9373-BCE351083FC2}.Release|Any CPU.Build.0 = Release|Any CPU
{4BCCF0F5-CB4C-470F-9373-BCE351083FC2}.Release|Any CPU.Deploy.0 = Release|Any CPU
{3FB7C5B7-7C1F-444A-80DA-A4771A0001DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FB7C5B7-7C1F-444A-80DA-A4771A0001DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FB7C5B7-7C1F-444A-80DA-A4771A0001DD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3FB7C5B7-7C1F-444A-80DA-A4771A0001DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FB7C5B7-7C1F-444A-80DA-A4771A0001DD}.Release|Any CPU.Build.0 = Release|Any CPU
{3FB7C5B7-7C1F-444A-80DA-A4771A0001DD}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -597,11 +605,12 @@ Global
{F3E61839-7F8D-46A2-B193-726AF510A18D} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{D1B4F0FE-41E4-4F85-A77E-0503D44559BA} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{4DAC5C07-DE64-44AC-A0DD-57B06D464A84} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{3A5FEC5F-EF83-4331-9377-6D6375B2B960} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{793CC278-FB45-4F37-8B65-7681B0C486AB} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
{1D20FDD0-1E04-4288-9011-D21378452536} = {B86890B5-CB69-45AF-9C55-FEBD0E622E85}
{0AA5196D-077C-4705-8675-2C810C133B89} = {B86890B5-CB69-45AF-9C55-FEBD0E622E85}
{2AA6BB72-E03C-41C3-A3E4-D61F5A3ADFD0} = {0AA5196D-077C-4705-8675-2C810C133B89}
{4BCCF0F5-CB4C-470F-9373-BCE351083FC2} = {E600F207-5AED-494C-BACF-69A43A186700}
{1573A485-9CE0-4614-80C5-578B6202449B} = {E600F207-5AED-494C-BACF-69A43A186700}
{3FB7C5B7-7C1F-444A-80DA-A4771A0001DD} = {1573A485-9CE0-4614-80C5-578B6202449B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF2FC8CE-57C6-468C-B82D-D8204E6D9360}
Expand Down

0 comments on commit 9919d09

Please sign in to comment.