代码搜索结果

找到约 10,000 项符合 Communication 的代码

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

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

usart.c

#define USART_C #include "includes.h" int usart_putchar(char c) { if (c == '\n') usart_putchar('\r'); while(UCSRA&(1

xipmsg.h

/* IP Messenger Communication Protocol version 1.0 define */ /* macro */ #define GET_MODE(command) (command & 0x000000ffUL) #define GET_OPT(command) (command & 0xffffff00UL) /* header */ #defin

control

Source: minicom Section: comm Priority: optional Maintainer: OLS3@B2D (MMM) Uploaders: Jordi Mallach Build-Depends: autotools-dev, gettext, libncurses5-dev, patch

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

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

motorctr.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------

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