📄 vibrate.h
字号:
/* * @(#)vibrate.h 1.1 02/08/26 * * Copyright (c) 1996-2002 Sun Microsystems, Inc. All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. */#ifndef __VIBRATE_H__#define __VIBRATE_H__#ifdef __cplusplusextern "C" {#endif void stopVibrate(); int startVibrate(int samples); void clearVibrationFlag(); void mySleep(int millisecs); void playThreadDead(); int newThread(); void run();#ifdef __cplusplus}#endif#endif /* __VIBRATE_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -