📄 dac6_1.h
字号:
//************************************************************************
//************************************************************************
//
// DAC6_1.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_1_OFF 0
#define DAC6_1_LOWPOWER 1
#define DAC6_1_MEDPOWER 2
#define DAC6_1_FULLPOWER 3
#pragma fastcall DAC6_1_Start
#pragma fastcall DAC6_1_SetPower
#pragma fastcall DAC6_1_WriteBlind
#pragma fastcall DAC6_1_WriteStall
#pragma fastcall DAC6_1_Stop
extern void DAC6_1_Start(char cPowerSetting);
extern void DAC6_1_SetPower(char cPowerSetting);
extern void DAC6_1_WriteBlind(char cOutputValue);
extern void DAC6_1_WriteStall(char cOutputValue);
extern void DAC6_1_Stop(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -