da.h
上传用户:wealth48
上传日期:2022-06-24
资源大小:1701k
文件大小:1k
- /***************************************************************************
- Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
- by threewter 2004.4.26
- ***************************************************************************/
-
- /***************************************************************************
- #说明: s3c2410 板DA 函数头文件定义
- ---------------------------------- Bug --------------------------------------
- ---------------------------------- TODO list ----------------------------------
- ----------------------------------修正--------------------------------------
- 2004-11-4 创建,测试通过
- ----------------------------------使用说明--------------------------------
- ***************************************************************************/
- #ifndef __AD_H__
- #define __AD_H__
- #include "../inc/drv/reg2410.h"
- void init_DAdevice();
- void DA_Set(int channel, int value);
- void DA_test(void);
- #endif //#define __AD_H__