-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathuser.h
16 lines (12 loc) · 793 Bytes
/
user.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/******************************************************************************/
/* User Level #define Macros */
/******************************************************************************/
/* TODO Application specific user parameters used in user.c may go here */
/******************************************************************************/
/* User Function Prototypes */
/******************************************************************************/
/* TODO User level functions prototypes (i.e. InitApp) go here */
void InitApp(void); /* I/O and Peripheral Initialization */
void initADC(void);
void __delay_us(unsigned int delay);
void __delay_ms(unsigned int delay);