-
Notifications
You must be signed in to change notification settings - Fork 0
/
device_config.h
33 lines (22 loc) · 1.17 KB
/
device_config.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
28
29
30
31
32
33
/*
* File : device_config.h
* Author : Mohamed Ahmed Abdel Wahab
* LinkedIn : https://www.linkedin.com/in/mohamed-abdel-wahab-162413253/
* Github : https://github.com/moabdelwahab6611
* Created on May 21, 2023, 6:51 PM
*/
#ifndef DEVICE_CONFIG_H
#define DEVICE_CONFIG_H
/**************************Includes-Section*****************************/
/***********************************************************************/
/**********************Macro Declarations-Section***********************/
/* @Brief : Macro that defines Clock Frequency (FOSC) configuration. */
#define _XTAL_FREQ 8000000UL
/***********************************************************************/
/******************Macro Function Declarations-Section******************/
/***********************************************************************/
/********************Data Types Declarations-Section********************/
/***********************************************************************/
/**********Software Interfaces Functions Declarations-Section***********/
/***********************************************************************/
#endif /* DEVICE_CONFIG_H */