drv_tlc2543_cnfg.h
来自「12位ADC芯片TLC2543的驱动程序」· C头文件 代码 · 共 40 行
H
40 行
/*************************************************************************
*
* Used with ADS1.2.
*
* (c) Copyright ARM Systems 2008
*
* File name : drv_tlc2543_cnfg.h
* Description : TLC2543芯片驱动配置文件
*
* History :
* 1. Data : 07-06, 2008
* Author : SuperLJM
* Description : Create
*
* $Revision: 1.1 $
**************************************************************************/
#ifndef __DRV_TLC2543_CNFG
#define __DRV_TLC2543_CNFG
#include "includes.h"
#define AD_8BIT 0x04
#define AD_12BIT 0x08
#define AD_16BIT 0x09
#define AD_MSB_F 0x00
#define AD_LSB_F 0x02
#define AD_POL_UI 0x00 //无极性
#define AD_POL_BI 0x01 //有极性
#endif /* __DRV_TLC2543_CNFG */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?