EDF - OnePIC MCU
v1.1.0
|
inits the LEDs on the board and translates POT values to LED bar graph More...
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 |
inits the LEDs on the board and translates POT values to LED bar graph
Definition in file OnePIC_led.c.