Difference between revisions of "Component: Light Sensor (Grove 101020132) (101020132) (Light)"
From Flowcode Help
Jump to navigationJump to search| Line 48: | Line 48: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | |||
| Line 53: | Line 55: | ||
==Macro reference== | ==Macro reference== | ||
| + | ===GetString=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 66: | Line 69: | ||
| + | ===GetAverageByte=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 89: | Line 93: | ||
| + | ===GetAverageInt=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 112: | Line 117: | ||
| + | ===GetVoltage=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 125: | Line 131: | ||
| + | ===GetInt=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 138: | Line 145: | ||
| + | ===GetByte=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Revision as of 11:51, 3 February 2023
| Author | Matrix Ltd |
| Version | 1.0 |
| Category | Light |
Contents
Light Sensor (Grove 101020132) component
The Light sensor module is a simple analogue photo transistor. Used to detect the intensity of the indoor light.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Light_Sensor.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Light_Sensor.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetString
| GetString | |
| Reads the ADC as a direct voltage and returns as as tring | |
| Return | |
GetAverageByte
| GetAverageByte | |
| Function call to read the ADC as a byte average sample over time | |
| NumSamples | |
| DelayUs | |
| Number of micro seconds in between taking each sample | |
| Return | |
GetAverageInt
| GetAverageInt | |
| Function call to read the ADC as a full width average sample over time | |
| NumSamples | |
| DelayUs | |
| Number of micro seconds in between taking each sample | |
| Return | |
GetVoltage
| GetVoltage | |
| Reads the ADC as a direct voltage | |
| Return | |
GetInt
| GetInt | |
| Blocking call to read the ADC at full bit depth | |
| Return | |
GetByte
| GetByte | |
| Blocking call to read the ADC as a byte | |
| Return | |