Skip to content

Commit

Permalink
Fix units
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Feb 3, 2024
1 parent ffbdabc commit 0a43409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Meadow.Peripherals.Sensors.Weather;
/// <summary>
/// Represents a rain gauge to measure accumulated rainfall depth.
/// </summary>
public interface IRainGauge : ISamplingSensor<Speed>
public interface IRainGauge : ISamplingSensor<Length>
{
/// <summary>
/// Gets the total accumulated rainfall depth.
Expand Down

0 comments on commit 0a43409

Please sign in to comment.