-
DMX512
void DMX_SendPacket(void) //发送DMX512数据
{
//配置为普通IO
pDMX_buf = 0 发送起始码 00
GPIO_Tx_Config(0) //设置发送的引脚为普通IO
PA2 = 0 //输出低电平
delay_us(150) //延时150us
PA2 = 1 //输出高电平
delay_us(13) //延时13us
GPIO_Tx_Config(1) //设置发送的引脚为复用IO
//USART1->DR = 0x0100 | TXDData[0] //第0帧前导码(DMX512 receiving procedDMX512 receiving procedure ure DMX512 receDMX512 receiving procedure iving procedure DMX512 receiving procedure )
- 2016-02-19 09:23:42下载
- 积分:1
-
FileCopy
filte copy程序,能实现进度条的显示功能(filte copy procedures, to achieve progress bar display function)
- 2008-12-27 10:45:05下载
- 积分:1
-
dirlcyive
本程序实现一个功能强大的列表视控件, 整行加亮;对列自动排序用数字和文本序列(This procedure realize a powerful list view control, the entire line highlights )
- 2017-04-26 10:48:41下载
- 积分:1
-
sxesuvy
用VC开发的C语言编写的MD5程序源码,作为开发md5的参考(The source code of MD5 program written in C language developed by VC is a reference for developing md5.)
- 2018-12-31 16:12:09下载
- 积分:1
-
MFC规则DLL的创建与使用技巧
MFC规则DLL的创建与使用技巧,,6步学会dll封装(6 steps to learn DLL encapsulation)
- 2018-04-07 14:39:48下载
- 积分:1
-
ADONET_datareader
printing example in csharp
- 2010-01-03 16:46:51下载
- 积分:1
-
Digital
四位数码管驱动tm1637程序,按键扫描程序(Digital Driving tm1637)
- 2020-12-31 14:08:59下载
- 积分:1
-
AESymbol
本文档介绍了AE+C#环境下符号化的使用,图层符号化内部接口的详细介绍及使用,适合初学者学习参考,有兴趣的可以下载(This document describes the AE+C# environment symbolic use of the internal interface layer symbology detailed description and use, suitable for beginners to learn, are interested can download)
- 2013-10-11 10:53:14下载
- 积分:1
-
19
说明: 在实现本实例之前先来简要了解一下加密的概念,加密是指通过 某种特殊的方法,更改已有信息的内容,使得未授权的用户即使得到 了加密信息,如果没有正确解密的方法,也无法得到信息的内容。谈 到加密的话题,一些读者一定非常感兴趣,而且会联想到复杂的加密 算法,本实例主要使用异或“^”运算符简单地实现了对数字加密的 功能(Take a brief look at the concept of encryption before implementing this example, encryption is defined by some special way, has changed the content of the information, the unauthorized users even get the encrypted information, if there is no correct decryption method can not get the information. When it comes to the topic of encryption, some readers will be very interested, and will associate the complex encryption algorithm. This example mainly uses XOR "^" operator to realize the function of digital encryption simply.)
- 2018-01-01 18:58:03下载
- 积分:1
-
Wm8731-音量调节程序
说明: WM873l是一款功能强大的低功耗立体声24位音频编解码芯片,这是它的的音量调节程序(Volume regulation program of wm8731 chip)
- 2020-12-03 02:49:25下载
- 积分:1