dac6_2.h

来自「Application Note Abstract The unique co」· C头文件 代码 · 共 31 行

H
31
字号
//************************************************************************
//************************************************************************
//
// DAC6_2.h (from DAC6.h user module template)
//  Rev C, 2002 July 25
// 
// C declarations for the DAC6 user module interface.
//
// Copyright (c) Cypress MicroSystems 2001-2002. All Rights Reserved.
//
//************************************************************************
//************************************************************************

#define DAC6_2_OFF         0
#define DAC6_2_LOWPOWER    1
#define DAC6_2_MEDPOWER    2
#define DAC6_2_FULLPOWER   3

#pragma fastcall DAC6_2_Start
#pragma fastcall DAC6_2_SetPower
#pragma fastcall DAC6_2_WriteBlind
#pragma fastcall DAC6_2_WriteStall
#pragma fastcall DAC6_2_Stop


extern void DAC6_2_Start(char cPowerSetting);
extern void DAC6_2_SetPower(char cPowerSetting);
extern void DAC6_2_WriteBlind(char cOutputValue);
extern void DAC6_2_WriteStall(char cOutputValue);
extern void DAC6_2_Stop(void);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?