-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.h
27 lines (19 loc) · 937 Bytes
/
main.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**
* @file main.h
* @date 1/30/20
* @brief This module includes some standard libraries
*/
//***********************************************************************************
// Include files
//***********************************************************************************
#include <stdint.h>
#include <stdbool.h>
//***********************************************************************************
// defined files
//***********************************************************************************
//***********************************************************************************
// global variables
//***********************************************************************************
//***********************************************************************************
// function prototypes
//***********************************************************************************