Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/devices/Amg88xx/StatusFlagBit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ namespace Iot.Device.Amg88xx
internal enum StatusFlagBit : byte
{
/// <summary>
/// Interrupt occured
/// Interrupt occurred
/// </summary>
INTF = 1,

/// <summary>
/// Temperature output overflow occured for one or more pixel
/// Temperature output overflow occurred for one or more pixel
/// </summary>
OVF_IRS = 2,

/// <summary>
/// Thermistor output overflow occured
/// Thermistor output overflow occurred
/// Note: the bit is only menthioned in early versions of the reference specification.
/// It is not clear whether this is a specification error or a change in a newer
/// revision of the sensor.
Expand Down
Loading