Component: Infrared Array AMG88xx (Light)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 1.0 |
Category | Light |
Contents
Infrared Array AMG88xx component
An 8x8 (64) Pixel infrared sensor array allowing basic none contact temperature detection.
Component Source Code
Please click here to view the component source code (Beta): FC_Comp_Source_AMG88.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
![]() |
SetMovingAverageMode |
Set the moving average mode on or off. | |
![]() |
Mode |
0 = Off, 1 = On | |
![]() |
Return |
![]() |
ClearInterrupt |
Clear any triggered interrupts | |
![]() |
Return |
![]() |
SetInterruptMode |
Set the interrupt to either absolute value or difference mode | |
![]() |
Mode |
0 = Difference / 1 = Absolute | |
![]() |
Return |
![]() |
SetInterrupt |
Allows the interrupt pin to be enabled or disabled. | |
![]() |
Mode |
0 = Disabled / 1 = Enabled | |
![]() |
Return |
![]() |
SamplePixels |
Reads Infrared sensor values | |
![]() |
Return |
![]() |
ReadThermistor |
Reads the onboard thermistor Returns the temperature in degrees Celsius as a floating point value | |
![]() |
Return |
![]() |
ReadPixel |
Reads the temperature of a single pixel value from the last SamplePixels call. | |
![]() |
Index |
Pixel to read. Range: 0 - 63 | |
![]() |
Return |
![]() |
Initialise |
Sets up the I2C interface and initialises the sensor. | |
![]() |
Return |
Property reference
==Macro reference==
![]() |
SetMovingAverageMode |
Set the moving average mode on or off. | |
![]() |
Mode |
0 = Off, 1 = On | |
![]() |
Return |
![]() |
ClearInterrupt |
Clear any triggered interrupts | |
![]() |
Return |
![]() |
SetInterruptMode |
Set the interrupt to either absolute value or difference mode | |
![]() |
Mode |
0 = Difference / 1 = Absolute | |
![]() |
Return |
![]() |
SetInterrupt |
Allows the interrupt pin to be enabled or disabled. | |
![]() |
Mode |
0 = Disabled / 1 = Enabled | |
![]() |
Return |
![]() |
SamplePixels |
Reads Infrared sensor values | |
![]() |
Return |
![]() |
ReadThermistor |
Reads the onboard thermistor Returns the temperature in degrees Celsius as a floating point value | |
![]() |
Return |
![]() |
ReadPixel |
Reads the temperature of a single pixel value from the last SamplePixels call. | |
![]() |
Index |
Pixel to read. Range: 0 - 63 | |
![]() |
Return |
![]() |
Initialise |
Sets up the I2C interface and initialises the sensor. | |
![]() |
Return |