Herzog Library 00.00.01
rel_libdev.herzog.00.00.01.10606
|
Functions | |
void | f_LED_On (uint8_t pos) |
Turn on LED. More... | |
void | f_LED_Off (uint8_t pos) |
Turn off LED. More... | |
void | f_LED_SetLightLevel (uint8_t pos, uint8_t level) |
Set LED light level. More... | |
This file is proprietary to Indie Semiconductor. All rights reserved. Reproduction or distribution, in whole or in part, is forbidden except by express written permission of Indie Semiconductor.
void f_LED_Off | ( | uint8_t | pos | ) |
Turn off LED.
pos | The pin position on the LED port. |
void f_LED_On | ( | uint8_t | pos | ) |
Turn on LED.
pos | The pin position on the LED port. |
void f_LED_SetLightLevel | ( | uint8_t | pos, |
uint8_t | level | ||
) |
Set LED light level.
pos | The pin position on the LED port. |
level | The light level. |