Skip to content

Commit

Permalink
Merge pull request #869 from WildernessLabs/comms_namespace
Browse files Browse the repository at this point in the history
Update bus com classes namespaces
  • Loading branch information
adrianstevens authored Dec 24, 2023
2 parents 61ea208 + ececc5a commit 7dff4a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using Meadow.Hardware;
using System;

namespace Meadow.Hardware
namespace Meadow.Foundation
{
/// <summary>
/// Helper class for I2C communications, handles registers, endian, etc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using Meadow.Units;
using Meadow.Hardware;
using Meadow.Units;
using System;

namespace Meadow.Hardware
namespace Meadow.Foundation
{
/// <summary>
/// Helper class for SPI communications, handles registers, endian, etc.
Expand Down

0 comments on commit 7dff4a3

Please sign in to comment.