代码搜索结果
找到约 10,000 项符合
Communication 的代码
interface.h
/*******************************************************************
* *
* This file is a part of the eXtremeDB-HA Application Framew
systeminit.c
/******** 石家庄智讯科技有限公司 ********/
/******** ShijiaZhuang Intelligence&Communication Scientific CO.,LTD. *******/
#include "config.h"
/**系统初始化程序,勿删**/
void
systeminit.c
/******** 石家庄智讯科技有限公司 ********/
/******** ShijiaZhuang Intelligence&Communication Scientific CO.,LTD. *******/
#include "config.h"
/**系统初始化程序,勿删**/
void
usart.c
#define USART_C
#include "includes.h"
int usart_putchar(char c)
{
if (c == '\n')
usart_putchar('\r');
while(UCSRA&(1
usart.c
#define USART_C
#include "includes.h"
int usart_putchar(char c)
{
if (c == '\n')
usart_putchar('\r');
while(UCSRA&(1
noname1.cfg
[COMPILER-CHIP]
Chip=0
XRAM=0
Waitstate=0
XA=0
Stacksize=32
Framesize=16
Sstack=8
[COMPILER-OUTPUT]
Report vars=0
Optimize=0
Binary File=1
Hexadecimal File=1
Report File=1
Debug File=1
noname1.cfg
[COMPILER-CHIP]
Chip=0
XRAM=0
Waitstate=0
XA=0
Stacksize=32
Framesize=16
Sstack=8
[COMPILER-OUTPUT]
Report vars=0
Optimize=0
Binary File=1
Hexadecimal File=1
Report File=1
Debug File=1
com_clos.m
function com_clos
%function to close all of communication blocks in the window.
% Wes Wang 1/5/94
% Copyright (c) 1994-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 19:33
command.h
//**** ATMEL AVR - A P P L I C A T I O N N O T E ************************
//*
//* Title: AVR068 - STK500 Communication Protocol
//* Filename: command.h
//* Version: 1.0
//* Last updated: 31
kb.h
// Keyboard communication routines
#ifndef __KB_INCLUDED
#define __KB_INCLUDED
#include
#define CLOCK 2
#define DATAPIN 3
#define ISC00 0
#define ISC01 1
void InitKeyBo