|
|
| Line 1: |
Line 1: |
| 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
| |