4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-21 11:53:31 +08:00

13 lines
207 B
C
Raw Normal View History

#ifndef __DRV_ADC_H__
#define __DRV_ADC_H__
#include <rtthread.h>
#include "rtdevice.h"
#include <rthw.h>
#include "bflb_adc.h"
#include "bflb_core.h"
int rt_hw_adc_init(void);
#endif /* __DRV_ADC_H__ */