s480.h
来自「基于凌阳单片机数字电子钟的C语言源代码 基于凌阳单片机数字电子钟的C语言源代码」· C头文件 代码 · 共 26 行
H
26 行
#ifndef __SACM480_H__
#define __SACM480_H__
// write your header here
//////////////////////////////////////////////////////////////////////////////////////////
// Progarm: SACM-S480 C API external definition for sacmV25.lib
// Writen by: Andy
// Date: 2000/06/20
// Date: 2005/10/20 Edit by xinqiang For SACMV25.lib only
// V1.0
//////////////////////////////////////////////////////////////////////////////////////////
extern int SACM_S480_Initial(int); //
extern void SACM_S480_ServiceLoop(void); // For Auto Mode only
extern void SACM_S480_Play(int,int,int); // For Auto Mode only
extern void SACM_S480_Stop(void); //
extern void SACM_S480_Pause(void); //
extern void SACM_S480_Resume(void); //
extern void SACM_S480_Volume(int); //
extern unsigned int SACM_S480_Status(void); //
//========================================================================================
// End of S480.h
//========================================================================================
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?