Difference between revisions of "Component: Analogue LED (Outputs)"
From Flowcode Help
Jump to navigationJump to searchLine 80: | Line 80: | ||
Example Program showing how to show the temperature in Celsius and Fahrenheit and expected ADC pin voltage on an LCD. | Example Program showing how to show the temperature in Celsius and Fahrenheit and expected ADC pin voltage on an LCD. | ||
{{Fcfile|Analogue_Sensors_Example.fcfx|Analogue Sensors Example}} | {{Fcfile|Analogue_Sensors_Example.fcfx|Analogue Sensors Example}} | ||
+ | |||
+ | |||
Line 106: | Line 108: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
− | |||
− | |||
Revision as of 12:18, 3 February 2023
Author | |
Version | 1.0 |
Category | Outputs |
Contents
Analogue LED component
An LED with variable brightness. Simulation Only. Brightness can be set either by macro call or by connection to an analogue pin.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_temp/Analogue_LED.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_temp/Analogue_LED.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Example Program showing how to show the temperature in Celsius and Fahrenheit and expected ADC pin voltage on an LCD.
Analogue Sensors Example
Macro reference
SetBrightness
![]() |
SetBrightness |
Set the brightness of the LED. | |
![]() |
Brightness |
Brightness from 0.0 to 1.0 | |
[[File:]] - | Return |