代码搜索:senddata

找到约 2,248 项符合「senddata」的源代码

代码结果 2,248
www.eeworm.com/read/139361/13159894

cpp d61538ic-sl.cpp

/***************************************************/ /* yhy program for Qisheng AV1307 2005-04-08 */ /* 只选择了SL左环绕通道,请你帮忙,谢谢! */ /***************************************************/
www.eeworm.com/read/239612/13266974

c input.c

#include #define IN_INPUT // --------------------------------------------------- void input_initialize(void) { } bit key1_allow = 0x00; //四个按键,按键容许标志为1后才能检测
www.eeworm.com/read/239612/13267039

lst input.lst

C51 COMPILER V8.05a INPUT 10/25/2006 17:36:38 PAGE 1 C51 COMPILER V8.05a, COMPILATION OF MODULE INPUT OBJECT MODULE PLACED IN
www.eeworm.com/read/136376/13380948

c keyboard_pc.c

/**********************************Copyright (c)********************************* ;** 西南科技大学计算机学院 ;** http://cs.swust.edu.cn ;** ;**
www.eeworm.com/read/494454/6376614

h ocmj8x15d.h

/******************************************* 型号:OCMJ8X15B(带触摸屏) MCU :MSP430x 功能:头文件 编写:木偶 日期:2009年1月20日17:52:37 ********************************************/ #ifndef __ocmj8x15d #define __ocmj
www.eeworm.com/read/494454/6376617

c msp430_ocmj8x15d.c

/******************************************* 型号:OCMJ8X15B(带触摸屏) MCU :MSP430F1612 功能:演示 编写:roger 日期:2007/4/14 ********************************************/ #include #include "O
www.eeworm.com/read/487778/6508689

c nrf_main.c

#include #include #include "nrf905.h" #include "lcd.h" #include "delay.h" void led_on( void ) { DDRD |= ( 1
www.eeworm.com/read/407924/11408249

c rw24cc.c

/**************************************************************** AT24c02的读写和6位数码管动态显示的KEIL C语言演示程序 程序首先写入24C02中6位数据,然后从24C02中读出这6位数据并在数码管上显示 作者:郑州远博科技 王兴民 0371-6949037 0371-7256036 139491
www.eeworm.com/read/404680/11480444

c hc595.c

#include "config.h" void hc595SendData(uint8 toSend) { uint8 i; IO0CLR=1
www.eeworm.com/read/346366/11753059

txt msp430monichuankou-2.txt

/*********************************************** 软件模拟msp430串口,发送端 硬件资源:Timer_A,CCR0,UP Mode 时钟选择:MCLK=4.9MHz, ACLK32768Hz 数据发送端口:p3.7 发送数据帧:开始位(1b)+数据位(8b)+ 停止位(1b) 时间:2006.12.7 作者:Backe