-
交通灯源程序,本人课程设计做的,具有参考价值!
交通灯源程序,本人课程设计做的,具有参考价值!-jiaotongdeng
- 2022-03-14 11:18:18下载
- 积分:1
-
用Samsung公司推出的ARM7TDMI系列S3C44B0作为监控网关的系统核心,外加西门子的39I和ZigBee节点组成监控网关。...
用Samsung公司推出的ARM7TDMI系列S3C44B0作为监控网关的系统核心,外加西门子的39I和ZigBee节点组成监控网关。 -Samsung Introduces with the series of S3C44B0 the ARM7TDMI core of the system as a gateway monitor, plus Siemens 39I and ZigBee nodes Monitoring Gateway.
- 2022-02-06 06:35:33下载
- 积分:1
-
lcd160*80的程序,汇编写,现在想到这里交换一个同类型的C程序驱动,...
lcd160*80的程序,汇编写,现在想到这里交换一个同类型的C程序驱动,-lcd160 procedures, the compilation was made, now I think here in exchange for a similar procedure C drive, thank you
- 2022-07-15 21:53:45下载
- 积分:1
-
本文档是信息twell8816芯片,我已经上传了驱动芯片…
此文档为twell8816芯片资料,我已经上传了这个芯片的驱动程序,自己搜一下吧,-This document is for information twell8816 chip, I have uploaded the driver chips that they found yourself,
- 2022-02-20 01:37:34下载
- 积分:1
-
基于DMX512协议的舞台LED灯光控制器
资源描述
1.使用的是Microchip的PIC18F2580的16位单片机;
2.使用的开发环境为MPLAB IDE,使用的编译器位MCC18;
3.主要是实现的功能是DMX512通信协议,应用于舞台灯光的控制以及和调光台的通信。
- 2022-04-21 15:16:15下载
- 积分:1
-
嵌入式linux入门的培训教程,自己曾经从中启蒙并受益很多。
嵌入式linux入门的培训教程,自己曾经从中启蒙并受益很多。-entry of embedded Linux training course that he has benefited from the Enlightenment and many.
- 2023-01-08 09:25:03下载
- 积分:1
-
VHDL paper prepared for the introduction of procedures and reports. Steps are as...
本文为采用VHDL编写的程序及报告。步骤如下:1设计三位二进制计数器程序
二:设计一驱动循环显示7位数字
2编写LED控制程序如下:
3设计采用原理图方式如下:
-VHDL paper prepared for the introduction of procedures and reports. Steps are as follows : Design of a binary counter three two procedures : Design of a drive cycle show seven figures prepared two LED control procedures are as follows : three designs diagram as follows :
- 2022-02-09 14:06:11下载
- 积分:1
-
摩托罗拉公司发布的QL4的Lin总线kit,freescale网站上花钱买的
摩托罗拉公司发布的QL4的Lin总线kit,freescale网站上花钱买的--QL4 s Lin bus kit from Motorola. It was bought from freescale website.
- 2022-08-03 05:50:26下载
- 积分:1
-
FIFO verilog achieve, enclosing testbench and documentation shows
FIFO的verilog实现,内附testbench和文档说明-FIFO verilog achieve, enclosing testbench and documentation shows
- 2022-03-25 20:37:45下载
- 积分:1
-
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{...
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
- 2023-08-22 17:30:02下载
- 积分:1