EDF - OnePIC MCU
v1.1.0
|
#include "Compiler.h"
#include <stdint.h>
Go to the source code of this file.
enum | EDF_LED { LED_UP, LED_DOWN, LED_LEFT, LED_RIGHT, LED_ENTER, LED_1, LED_2, LED_3, LED_4, LED_5, LED_6, LED_7, LED_8 } |
Contains all LEDs on board. More... | |
void | EDF_LEDSet (EDF_LED d) |
Turns on an LED. | |
void | EDF_LEDClr (EDF_LED d) |
Turns off an LED. | |
void | EDF_pot2bar (uint16_t n) |
Displays POT value on the LEDs. | |
void | EDF_LEDBarSet (uint8_t bf) |
Displays a bit pattern on the LEDs. | |
void | EDF_LEDInit (void) |
Initializes the LEDs. |
Definition in file OnePIC_led.h.
enum EDF_LED |
Contains all LEDs on board.
Definition at line 47 of file OnePIC_led.h.