Difference between revisions of "Component: Infrared Array AMG88xx (Light)"
From Flowcode Help
Jump to navigationJump to search|  (Created page with "{| style="width:50%"  |-  | width="20%" style="color:gray;" | Author  | Matrix TSL  |-  | width="20%" style="color:gray;" | Version  | 1.0  |-  | width="20%" style="color:gray...") | |||
| Line 20: | Line 20: | ||
| ==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| ''No detailed description exists yet for this component'' | ''No detailed description exists yet for this component'' | ||
| ==Examples== | ==Examples== | ||
| + | |||
| + | |||
| ''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
Revision as of 14:39, 16 January 2023
| Author | 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 for the component source code: FC_Comp_Source_AMG88.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
|   | SetMovingAverageMode | 
| Set the moving average mode on or off. | |
|  - BOOL | Mode | 
| 0 = Off, 1 = On | |
|  - VOID | Return | 
|   | ClearInterrupt | 
| Clear any triggered interrupts | |
|  - VOID | Return | 
|   | SetInterruptMode | 
| Set the interrupt to either absolute value or difference mode | |
|  - BOOL | Mode | 
| 0 = Difference / 1 = Absolute | |
|  - VOID | Return | 
|   | SetInterrupt | 
| Allows the interrupt pin to be enabled or disabled. | |
|  - BOOL | Mode | 
| 0 = Disabled / 1 = Enabled | |
|  - VOID | Return | 
|   | SamplePixels | 
| Reads Infrared sensor values | |
|  - VOID | Return | 
|   | ReadThermistor | 
| Reads the onboard thermistor Returns the temperature in degrees Celsius as a floating point value | |
|  - FLOAT | Return | 
|   | ReadPixel | 
| Reads the temperature of a single pixel value from the last SamplePixels call. | |
|  - BYTE | Index | 
| Pixel to read. Range: 0 - 63 | |
|  - FLOAT | Return | 
|   | Initialise | 
| Sets up the I2C interface and initialises the sensor. | |
|  - VOID | Return | 







