Skip to content

Commit

Permalink
Merge pull request #85 from WildernessLabs/jorge-cleanup
Browse files Browse the repository at this point in the history
Update Meadow.Core ref
  • Loading branch information
adrianstevens authored Jun 24, 2024
2 parents 2bc8277 + 56a43eb commit 4da9e23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Source/Meadow.Clima.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Logging", "..\..\Mea
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Contracts", "..\..\Meadow.Contracts\Source\Meadow.Contracts\Meadow.Contracts.csproj", "{6413D387-8218-493A-9354-34F2BCE1C76F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Core", "..\..\Meadow.Core\source\Meadow.Core\Meadow.Core.csproj", "{A79A5214-5F86-4BF3-B15F-70D5F2C85B16}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Core", "..\..\Meadow.Core\Source\Meadow.Core\Meadow.Core.csproj", "{A79A5214-5F86-4BF3-B15F-70D5F2C85B16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.F7", "..\..\Meadow.Core\source\implementations\f7\Meadow.F7\Meadow.F7.csproj", "{E80F63E4-3AE0-405B-9D98-F6377F159AE3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.F7", "..\..\Meadow.Core\Source\implementations\f7\Meadow.F7\Meadow.F7.csproj", "{E80F63E4-3AE0-405B-9D98-F6377F159AE3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Foundation.Core", "..\..\Meadow.Foundation\Source\Meadow.Foundation.Core\Meadow.Foundation.Core.csproj", "{E73D9A1A-F00E-4571-9A89-7BE7F2CC3242}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion Source/Meadow.Clima/Hardware/ClimaHardwareV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ClimaHardwareV2(IF7FeatherMeadowDevice device, II2cBus i2cBus)

I2cBus = i2cBus;

// See hack in Meadow.Core\source\implementations\f7\Meadow.F7\Devices\DeviceChannelManager.cs
// See hack in Meadow.Core\Source\implementations\f7\Meadow.F7\Devices\DeviceChannelManager.cs
// Must initialise any PWM based I/O first
GetRgbPwmLed();

Expand Down
2 changes: 1 addition & 1 deletion Source/Meadow.Clima/Hardware/ClimaHardwareV3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public ClimaHardwareV3(IF7CoreComputeMeadowDevice device, II2cBus i2cBus, Mcp230

I2cBus = i2cBus;

// See hack in Meadow.Core\source\implementations\f7\Meadow.F7\Devices\DeviceChannelManager.cs
// See hack in Meadow.Core\Source\implementations\f7\Meadow.F7\Devices\DeviceChannelManager.cs
// Must initialise any PWM based I/O first
GetRgbPwmLed();

Expand Down

0 comments on commit 4da9e23

Please sign in to comment.