drv_adc.h 358 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2021-01-03 iysheng first release
  9. */
  10. #ifndef __DRV_ADC_H__
  11. #define __DRV_ADC_H__
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18. #endif /* __DRV_ADC_H__ */