Component: Potentiometer (Slider) (Analog Input)
From Flowcode Help
(Redirected from Component: ID 3d8f329f 3bf9 4c90 8797 05100f6419f8)
Jump to navigationJump to searchAuthor | 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 | |
- BYTE | NumSamples |
- BYTE | DelayUs |
- BYTE | Return |
GetAverageInt
GetAverageInt | |
Read the ADC at full bit depth | |
- BYTE | NumSamples |
- BYTE | DelayUs |
- UINT | Return |
GetByte
GetByte | |
Read the ADC as a byte | |
- BYTE | Return |
GetInt
GetInt | |
Read the ADC at full bit depth | |
- UINT | Return |
GetString
GetString | |
Reads the ADC as a direct voltage | |
- STRING | Return |
GetVoltage
GetVoltage | |
Reads the ADC as a direct voltage | |
- FLOAT | Return |