10af51ace5aa001d1a939ae1edb83f32

来自「nios ii sopc关于ISP1362和DM9000A的工程」· 代码 · 共 32 行

TXT
32
字号
#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 + =
减小字号Ctrl + -
显示快捷键?