Difference between revisions of "Component: Potentiometer (Panel) ()"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==Potentiometer (Panel) component== | ==Potentiometer (Panel) component== | ||
Analogue potentiometer with chicken head style pointer. | Analogue potentiometer with chicken head style pointer. | ||
+ | |||
+ | '''Note: The default Vref properties for AVR/Arduino is AREF.''' | ||
+ | '''If there is no voltage being applied to the AREF pin, then you must change Vref option from AREF to AVCC''' | ||
==Component Source Code== | ==Component Source Code== |
Revision as of 08:28, 21 December 2022
Author | Matrix Ltd |
Version | 1.4 |
Category |
Contents
Potentiometer (Panel) component
Analogue potentiometer with chicken head style pointer.
Note: The default Vref properties for AVR/Arduino is AREF. If there is no voltage being applied to the AREF pin, then you must change Vref option from AREF to AVCC
Component Source Code
Please click here for the component source code: FC_Comp_Source_pot_Panel.fcfx
Detailed description
No detailed description exists yet for this component
Examples
A simple example that shows how to use some common functions of the potentiometer in conjunction with an LCD.