Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Jan 29, 2024
1 parent 6f214f7 commit ba83dc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace Meadow.Foundation.Sensors.Temperature;

/// <summary>
/// Represents a PCT2075 temperature sensor, implementing the ITemperatureSensor and II2cPeripheral interfaces.
/// Represents a PCT2075 temperature sensor
/// </summary>
public partial class Pct2075 : PollingSensorBase<Units.Temperature>, ITemperatureSensor, II2cPeripheral
{
Expand Down

0 comments on commit ba83dc4

Please sign in to comment.