代码搜索结果
找到约 2,053 项符合
Relay 的代码
relay.c
#include "config.h"
void Relay()
{
uint32 i;
for(i=0;i
relay.h
/* =============================================================================
*
* Description: This is a C++ header file for Thread Relay
*
* ----------------------------------------------
relay.cpp
/* =============================================================================
*
* Description: This is a C++ implementation for Thread Relay
*
* -------------------------------------------
relay.c
#include
#include
#include
#include
#include
#define BUFSIZE 32
static int
max(int a, int b)
{
return a>=b?a:b;
}
int
relay(int fd1, int fd
relay.php
回复评论
function CheckForm()
{
if(
relay.cpp
// relay.cpp : implementation file
//
#include "stdafx.h"
#include "dxmanger.h"
#include "relay.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
relay.h
#if !defined(AFX_RELAY_H__07C4F03B_034A_4355_AA8B_F1B7764B8B0B__INCLUDED_)
#define AFX_RELAY_H__07C4F03B_034A_4355_AA8B_F1B7764B8B0B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
relay.h
#define Heigh() PORTB |= 0x01
#define Low() PORTB &= 0xFE
#define Test() PIND &= 0x80
#define RK_DDR DDRA
#define KEY_DATA_IN PINA
#define RELAY PORTB
#define ON_RELAY1() RELAY |= 0x01;
#