Skip to main content

Class Amg8833

Represents a Panasonic Grid-EYE infrared array sensor

Assembly: Amg8833.dll​
View Source​
Declaration
public class Amg8833 : II2cPeripheral

Implements:
Meadow.Hardware.II2cPeripheral

Properties​

DefaultI2cAddress​

The default I2C address for the peripheral

View Source​
Declaration
public byte DefaultI2cAddress { get; }

Methods​

ReadThermistor()​

Reads the temperature of the on-board thermistor

View Source​
Declaration
public Temperature ReadThermistor()
Returns​

Meadow.Units.Temperature

ReadRawPixels(Span<short>)​

Reads the raw sensor data into the provided buffer.

View Source​
Declaration
public void ReadRawPixels(Span<short> buffer)
Parameters​
TypeNameDescription
System.Span<System.Int16>bufferA span of 64 16-but values

ReadPixels()​

Reads the temperature of each pixel in the sensor

View Source​
Declaration
public Temperature[] ReadPixels()
Returns​

Meadow.Units.Temperature[]

Implements​

  • Meadow.Hardware.II2cPeripheral