搜索资源列表
Bmp2yuv. BMP转YUV源代码
- BMP TO YUV, 422 444 411,BMP TO YUV, 422 444 411
DMX512C.rar
- DMX512的发送程序 (附C程序) 另外:此程序用的晶振为8MHZ,AdcDataList 存入了模数转换的结果. 这是一个控制器的程序,AdcDataList对应一个MASTER的主通道,其它AdcDataList对应通道1,依次类推,其6个. ,Send DMX512 procedures (with procedure C) In addition: The procedure used for the crystal 8MHZ, AdcDataList into the anal
SDMXX512TrmttC
- DMX512在PIC单片机SCMM上的汇编发送程序源码 -DMX512 in the compilation of the PIC microcontroller SCMM to send a program source
wdmxx512_senni
- 用C51开发的符合DMX512通信协议的发送程序源码,为从事事或学习舞台灯光设计的朋友提供方便. 可直接使用。 已通过测试。 -C51 Development DMX512 communication protocol to send a program source, friends in the matter or learning stage lighting design for immediate use. Has been tested.
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 //USAR