-
Notifications
You must be signed in to change notification settings - Fork 0
/
hal_adc_cfg.h
32 lines (20 loc) · 1.06 KB
/
hal_adc_cfg.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
/*
* File : hal_adc_cfg.h
* Author : Mohamed Ahmed Abdel Wahab
* LinkedIn : https://www.linkedin.com/in/mohamed-abdel-wahab-162413253/
* Github : https://github.com/moabdelwahab6611
* Created on June 5, 2023, 4:32 PM
*/
#ifndef HAL_ADC_CFG_H
#define HAL_ADC_CFG_H
/**************************Includes-Section*****************************/
/***********************************************************************/
/**********************Macro Declarations-Section***********************/
/***********************************************************************/
/******************Macro Function Declarations-Section******************/
/***********************************************************************/
/********************Data Types Declarations-Section********************/
/***********************************************************************/
/**********Software Interfaces Functions Declarations-Section***********/
/***********************************************************************/
#endif /* HAL_ADC_CFG_H */