EDF - OnePIC MCU  v1.1.0
source/base/OnePIC_led.c File Reference

inits the LEDs on the board and translates POT values to LED bar graph More...

#include "OnePIC_led.h"
#include "Compiler.h"
#include "bsp.h"
Include dependency graph for OnePIC_led.c:

Go to the source code of this file.

Functions

void EDF_LEDInit ()
 init all LEDs by turning them all OFF
void EDF_LEDSet (EDF_LED d)
 set a single LED
void EDF_LEDClr (EDF_LED d)
 clear a single LED
void EDF_pot2bar (uint16_t n)
 Displays POT value on the LEDs.
void EDF_LEDBarSet (uint8_t bf)
 light up the bar display

Detailed Description

inits the LEDs on the board and translates POT values to LED bar graph

Definition in file OnePIC_led.c.