Component: Potentiometer (Slider) (Analog Input)
From Flowcode Help
Jump to navigationJump to search| Author | Matrix TSL |
| Version | 1.0 |
| Category | Analog Input |
Contents
Potentiometer (Slider) component
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Pot_Slider_Gdi.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Pot_Slider_Gdi.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetAverageByte
| GetAverageByte | |
| Read the ADC as a byte | |
| NumSamples | |
| DelayUs | |
| Return | |
GetAverageInt
| GetAverageInt | |
| Read the ADC at full bit depth | |
| NumSamples | |
| DelayUs | |
| Return | |
GetByte
| GetByte | |
| Read the ADC as a byte | |
| Return | |
GetInt
| GetInt | |
| Read the ADC at full bit depth | |
| Return | |
GetString
| GetString | |
| Reads the ADC as a direct voltage | |
| Return | |
GetVoltage
| GetVoltage | |
| Reads the ADC as a direct voltage | |
| Return | |