Skip to content

Commit

Permalink
Merge pull request #4 from WildernessLabs/fix-rotary-angle-sensor-nam…
Browse files Browse the repository at this point in the history
…espace

fix namespace to RotaryAngleSensor
  • Loading branch information
adrianstevens authored Apr 4, 2022
2 parents 5c99bcf + 01cda53 commit f2d66d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/RotaryAngleSensor/Driver/RotaryAngleSensor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Meadow.Units;
using System;

namespace Meadow.Foundation.Sensors.Rotary
namespace Meadow.Foundation.Grove.Sensors.Rotary
{
/// <summary>
/// Represents a rotary angle sensor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Meadow;
using Meadow.Devices;
using Meadow.Foundation.Sensors.Rotary;
using Meadow.Foundation.Grove.Sensors.Rotary;
using System;
using System.Threading.Tasks;

Expand Down

0 comments on commit f2d66d3

Please sign in to comment.