16 lines
206 B
C
16 lines
206 B
C
|
/*
|
|||
|
* adc.h
|
|||
|
*
|
|||
|
* Created on: 2025<EFBFBD><EFBFBD>2<EFBFBD><EFBFBD>25<EFBFBD><EFBFBD>
|
|||
|
* Author: Cerlink
|
|||
|
*/
|
|||
|
|
|||
|
#ifndef INIT_INC_ADC_H_
|
|||
|
#define INIT_INC_ADC_H_
|
|||
|
|
|||
|
#include "ch32l103_conf.h"
|
|||
|
|
|||
|
void all_adc_init(void);
|
|||
|
|
|||
|
#endif /* INIT_INC_ADC_H_ */
|