User:Admin

From Flowcode Help
Revision as of 19:48, 7 May 2013 by Admin (talk | contribs) (LED Component)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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