PIC24_DOG
user.h
gehe zur Dokumentation dieser Datei
1 /******************************************************************************/
2 /* User Level #define Macros */
3 /******************************************************************************/
4 
5 /* TODO Application specific user parameters used in user.c may go here */
6 
7 /******************************************************************************/
8 /* User Function Prototypes */
9 /******************************************************************************/
10 
11 /* TODO User level functions prototypes (i.e. InitApp) go here */
12 
13 void InitApp(void); /* I/O and Peripheral Initialization */
void InitApp(void)
Definition: user.c:32