Senior Project
 All Files Functions Variables Enumerations Enumerator Macros Pages
XPEBBL.h
Go to the documentation of this file.
1 
9 #ifndef XPEBBL_H_
10 #define XPEBBL_H_
11 
12 void XPEBBL_Initialize(void);
13 void XPEBBL_Set_Pin(unsigned char LED_Pin);
14 void XPEBLL_Change_LED(void);
15 
16 #endif /* XPEBBL_H_ */
void XPEBBL_Set_Pin(unsigned char LED_Pin)
Updates which led is on.
Definition: XPEBBL.c:26
void XPEBBL_Initialize(void)
Initialize the ports used for the LEDs.
Definition: XPEBBL.c:17
void XPEBLL_Change_LED(void)
Changes the LED that is on.
Definition: XPEBBL.c:35