代码搜索结果
找到约 10,000 项符合
Button 的代码
button.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
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.c
/*
* $Revision: 1.4 $
*/
#include "config.h"
#include "button.h"
static unsigned int(*button_function)();
int led_slow_speed = 0; // LED moving pattern speed flag.
static void butto
button.h
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998 Olivier Debon
//
// This program is free software; you can redistribute it and/or
// mod
button.cc
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998 Olivier Debon
//
// This program is free software; you can redistribute it and/or
// mod