📄 4003a2aae5aa001d1a939ae1edb83f32
字号:
#ifndef _MOUSE_H_
#define _MOUSE_H_
/******************************************************************************
* Header files and global variables
*
*/
#include "system.h"
#include "basic_io.h"
#include "sys/alt_irq.h"
#include "altera_avalon_pio_regs.h"
#include "alt_types.h"
#include "priv/alt_busy_sleep.h"
#include <stdio.h>
#include "type.h"
#include <math.h>
static I32 MOUSE_MaxMin(I32 no, I32 max, I32 min);
static void MOUSE_LedDisplay(U32 pX);
static void MOUSE_SegDisplay(U32 pX, U32 pY, I8 B);
static void MOUSE_PlayMenu(I8 X, I8 Y, I8 B);
static void MOUSE_Play(U32 addr);
void MOUSE(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -