代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.h
/* Timer.h
*
* Accurate timing.
*
* #define one of the following values to select the appropriate code
* based on your microcontroller and desired Timer/Counter (T/C) usage.
*
* define T/
timer.cpp
/* Timer.cpp
*
* Accurate timing.
*
* #define one of the following values to select the appropriate code
* based on your microcontroller and desired Timer/Counter (T/C) usage.
*
* define
timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
timer.h
// Copyright (C) 2002 Ultr@VNC Team Members. All Rights Reserved.
// Copyright (C) 2000-2002 Const Kaplinsky. All Rights Reserved.
// Copyright (C) 2002 RealVNC Ltd. All Rights Reserved.
// Cop
timer.cpp
// Copyright (C) 2002 Ultr@VNC Team Members. All Rights Reserved.
// Copyright (C) 2000-2002 Const Kaplinsky. All Rights Reserved.
// Copyright (C) 2002 RealVNC Ltd. All Rights Reserved.
// Cop
timer.c
#include "global.h"
//intTimerB0.c
uchar red_vector1;
ulong sumcount;
uint count=0;
uchar uart_flg=0;
long Q1[]={280,320,150,180,140,280,
150,600,100,230,100,280,
320,150