Difference between revisions of "User:Admin"
From Flowcode Help
Jump to navigationJump to search (LED Component) |
(No difference)
|
Revision as of 19:48, 7 May 2013
LED Component
Allows a single light emitting diode (LED) to be connected to a port pin for use as an output.
Macros:
LED_On - Outputs a value to the port pin to switch on the LED.
Active High - Output 1 = On Active Low - Output 0 = On
LED_Off - Outputs a value to the port pin to switch off the LED.
Active High - Output 0 = Off Active Low - Output 1 = Off