代码搜索结果
找到约 10,000 项符合
Button 的代码
button.htm
New Document
button.c
#include
#include
#include
#include
#include
#include
#include
#include
button.h
/*
* $Revision: 1.3 $
*/
#define BTN_SW1_DOWN 1
#define BTN_SW1_UP 2
#define BTN_SW2_DOWN 3
#define BTN_SW2_UP 4
#define BTN_SW3_DOWN 5
#define BTN_SW3_UP 6
#define BTN_SW4_DOWN 7
#def
button.lst
##############################################################################
# #
# IAR ARM ANSI C/C++ Compiler V4.42A/W32
button.pbi
This is an internal working file generated by the Source Browser.
07:49 22s
E:\AT91EBxx\button.c
E:\AT91EBxx\button.c
--fpu
None
-D
RAMCODE=1
-lCN
E:\AT91EBxx\ramcode-EBxx\List\
-o
E:\AT91E
button.c
/*
* $Revision: 1.4 $
*/
#include "config.h"
#include "button.h"
#include "uart.h"
static unsigned int(*button_function)();
int led_slow_speed = 0; // LED moving pattern speed f
button.c
/*
** $Id: button.c,v 1.56 2003/09/29 02:52:46 snig Exp $
**
** button.c: the Button Control module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
**
** Current