Kamcho Library 02.00.03  lib.kamcho.02.00.03.287
Functions | Variables
led_sfrs.c File Reference
#include <stdint.h>
#include "irq_sfrs.h"
#include "clough_core.h"
#include "core_cm0.h"
#include "led_sfrs.h"

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...
 

Variables

static uint8_t status
 

Detailed Description

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.

Function Documentation

void f_LED_Off ( uint8_t  pos)

Turn off LED.

Parameters
posThe pin position on the LED port.
void f_LED_On ( uint8_t  pos)

Turn on LED.

Parameters
posThe pin position on the LED port.
void f_LED_SetLightLevel ( uint8_t  pos,
uint8_t  level 
)

Set LED light level.

Parameters
posThe pin position on the LED port.
levelThe light level.

Variable Documentation

uint8_t status
static