?? micro.h
字號:
/* Copyright 1996, ESS Technology, Inc. */
/* SCCSID @(#)micro.h 1.6 5/26/98 */
/*
* $Log$
*/
#ifndef __MICRO_H__
#define __MICRO_H__
#define REMOTE_VALID (codeIR & 0x100)
extern int last_voice_clock;
/*------------------------------------------------------------------------
Function Prototypes
------------------------------------------------------------------------*/
void initMicroObject(void);
void microEngine(void);
int addMicroRing(int instruction);
int getMicroRing(int *data);
int micro_is_power_key(int ircode);
void VFD_update_calendar(int start_index, int end_index);
int get_keycode();
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -