代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/242777/12986117
c nrf24l01.c
void nrf24l01_init0()
{
IO0CLR = NRF_CE0; // 空闲模式,不进行数据传输
T_data[0] = 0x23; // SETUP_AW:设置地址宽度
T_data[1] = 0x03;
www.eeworm.com/read/390706/8452041
txt msp430f149simulateuart.txt
/***********************************************
软件模拟msp430串口,发送端
硬件资源:Timer_A,CCR0,UP Mode
时钟选择:MCLK=4.9MHz, ACLK32768Hz
数据发送端口:p1.3
发送数据帧:开始位(1b)+数据位(8b)+ 停止位(1b)
时间:2006.12.7
作者:BackerShu
*
www.eeworm.com/read/287701/8675862
c lcddisp.c
/*
管脚对应表
液晶模块 44b0开发板
4 4
5 5
6 6
其余都是电源,和信号无关,具体看说明
*/
/* File:LCDDISP.C
* 功能:使用硬件SPI接口输出LCD显示。
**********************************************
www.eeworm.com/read/282372/9098165
cpp proxydlg.cpp
// ProxyDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Proxy.h"
#include "ProxyDlg.h"
#include
#include "ExportFuncs.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#u
www.eeworm.com/read/281815/9132273
c lcddisp.c
/*
管脚对应表
液晶模块 44b0开发板
4 4
5 5
6 6
其余都是电源,和信号无关,具体看说明
*/
/* File:LCDDISP.C
* 功能:使用硬件SPI接口输出LCD显示。
**********************************************
www.eeworm.com/read/281318/9164850
~pas usms.~pas
unit USMS;
interface
uses
Windows,Forms,Messages,Dialogs,SysUtils,USComm;
type
TSMSSet = record
ChkNewMsg:boolean;
ChkEnCode:boolean;
ChkMsgDelay:word;
SMSCenter:s
www.eeworm.com/read/281318/9164904
pas usms.pas
unit USMS;
interface
uses
Windows,Forms,Messages,Dialogs,SysUtils,USComm;
type
TSMSSet = record
ChkNewMsg:boolean;
ChkEnCode:boolean;
ChkMsgDelay:word;
SMSCenter:s
www.eeworm.com/read/378073/9252453
bas mtmo.bas
Attribute VB_Name = "mtmo"
Option Explicit
'获取命令ID
Public Function GetID(Bins() As Byte) As Long
Dim Flag As Integer
Dim i As Integer
Dim R As Long
Flag = 1
If Bins(0) = &H80 Then Flag
www.eeworm.com/read/377955/9255472
-
Attribute VB_Name = "数据转换"
Option Explicit
Public sendcp As Boolean
'内存复制的API函数
Public Declare Sub CopyMemory Lib "KERNEL32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal L
www.eeworm.com/read/376850/9303644
c clock.c
#include "clock.h"
idata unsigned char aucDisplayBuff[8] = {0,0,10,0,0,10,0,0};
code unsigned char aucDisplayCode[12] = {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,0xbf,0xff};
void Tim