15 lines
192 B
C
15 lines
192 B
C
|
|
/*
|
||
|
|
* drv_adc.h
|
||
|
|
*
|
||
|
|
* Created on: Mar 31, 2023
|
||
|
|
* Author: gxms0
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef BSP_DRV_ADC_H_
|
||
|
|
#define BSP_DRV_ADC_H_
|
||
|
|
|
||
|
|
#include "ch32v20x.h"
|
||
|
|
#include "debug.h"
|
||
|
|
|
||
|
|
#endif /* BSP_DRV_ADC_H_ */
|