Class Amg8833
Represents a Panasonic Grid-EYE infrared array sensor
Assembly: Amg8833.dll
View Source
public class Amg8833 : II2cPeripheral
Implements:
Meadow.Hardware.II2cPeripheral
Properties
DefaultI2cAddress
The default I2C address for the peripheral
View Source
public byte DefaultI2cAddress { get; }
Methods
ReadThermistor()
Reads the temperature of the on-board thermistor
View Source
public Temperature ReadThermistor()
Returns
Meadow.Units.Temperature
ReadRawPixels(Span<short>)
Reads the raw sensor data into the provided buffer.
View Source
public void ReadRawPixels(Span<short> buffer)
Parameters
Type | Name | Description |
---|---|---|
System.Span<System.Int16> | buffer | A span of 64 16-but values |
ReadPixels()
Reads the temperature of each pixel in the sensor
View Source
public Temperature[] ReadPixels()
Returns
Meadow.Units.Temperature[]
Implements
Meadow.Hardware.II2cPeripheral