代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/203643/15354030
c 3510i.c
#include
#include"delay.h"
#include"mytype.h"
#include"3510i.h"
#include"english_6x8_pixel.h"
#include"math.h"
uint8 LCD_BGColor; //设置背景色
uint8 LCD_PenColor; //设置画笔色
void Lcd
www.eeworm.com/read/110412/15534717
c uart.c
/*********************************************************************
* Copright(c) 2003,广州周立功单片机发展有限公司
* All rights reserved.
* http://www.zlgmcu.com
*
*文件名称: uart.c
*文件标识
www.eeworm.com/read/261013/11674672
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by SendData.rc
//
#define IDD_SENDDATA_DIALOG 102
#define IDP_SOCKETS_INIT_FAILED 103
#
www.eeworm.com/read/290996/8445566
c ocmj8x10b.c
/*******************************************
型号:OCMJ8X10B
MCU :89C52
功能:演示
编写:roger
日期:2007/4/14
********************************************/
#include
#include
#inclu
www.eeworm.com/read/188020/8579715
c uart_send.c
/***********************************************
软件模拟msp430串口,发送端
硬件资源:Timer_A,CCR0,UP Mode
时钟选择:MCLK=4.9MHz, ACLK32768Hz
数据发送端口:p3.7
发送数据帧:开始位(1b)+数据位(8b)+ 停止位(1b)
时间:2006.12.7
作者:BackerShu
*
www.eeworm.com/read/430115/8765577
c spidac.c
#include "Headfiles.h"
void SPI_Data_Output(unsigned char send_data)
{
unsigned char tmp;
tmp = SPI1BUF; //No meaning, avoid receive overflow
while (SPI1STATbits.SPIT
www.eeworm.com/read/384928/8833692
h includes.h
#ifndef _INCLUDES_H_
#define _INCLUDES_H_
#include"c8051f000.h"
sfr16 RCAP2 = 0xca;
sfr16 TMR2 = 0xcc;
sfr16 ADC0VAL=0xbe; //将ADC0H-ADC0L通过sfr16实现
sfr16 DAC0=0xd2;
sf
www.eeworm.com/read/384928/8833713
c main.c
#include"includes.h"
unsigned char ref=0x80;
extern unsigned char flag;
unsigned int add;
void main()
{
SYSCLK_Init();
PORT_Init();
T2_Init();
EA=0; //关总中断
ET2=1;
www.eeworm.com/read/384784/8843719
c 液晶调好的程序.c
#include
#define uint unsigned int
#define uchar unsigned char
uchar chushi[7]={0x08,0x10,0x17,0x05,0x22,0x55,0x23};
uchar xianshi[7];
void cs_high()
{
P4OUT |=0x01;
}
www.eeworm.com/read/185692/8991608
c display_ht1621.c
#include "display_ht1621.h"
void delay(unsigned char n);
char tab_disIcon[7][2] =
{
{0,4},//Heart,
{0,2},//Am,
{0,1},//Pm,
{15,4},//Timer,
{13,4},//Up
{16,4},//Down