-
18B20
18B20电路图,温度传感器,汇编版与C语言版共有及51开发板上的连线(The 18B20 schematic, temperature sensor, assembly version of the C language version of Total and 51 development board of the connection)
- 2012-04-30 20:27:30下载
- 积分:1
-
include
ATMEGA48 头文件 适用于 ICCAVR7.0 有些版本没有ATMEGA48的头文件(ATMEGA48 )
- 2013-08-08 22:45:19下载
- 积分:1
-
udp-with-8051
UDP with an aim to send/receive packets using 8051 microcontroller
- 2011-07-03 18:49:54下载
- 积分:1
-
FifoQueue
说明: 针对stm32裸机的先入先出队列,在串口接收缓存中有很大作用(First in first out queue for STM32 bare metal)
- 2020-05-27 17:41:51下载
- 积分:1
-
lingyangdanpianji
关于凌阳16位单片机编程的pdf文档,里面包含了指令集和硬件说明(About Sunplus 16-bit single-chip programming pdf document, which contains the instruction set and hardware description)
- 2008-03-19 20:21:53下载
- 积分:1
-
BIN
BIN转换问HEX格式工具,使用宇单片机开发人员学习(BIN conversion asked the HEX format tool, to use the Yu microcontroller developers learning)
- 2013-03-22 16:38:46下载
- 积分:1
-
project
使用51系列单片机(AT89S52)控制LCD(12864),全菜单化操作控制初始时间输入,并以指针+数字形式或纯数字形式显示当前时间(年月日周时分秒)及温度(±XXX.XXXX),工程需要环境为keil Uvision2,其中包含以下各模块的C语言驱动程序:x5045,8255c,ATM12864,ds1302,ds1820,8键键盘(74LS164控制)(The use of 51 series single-chip microcomputer (AT89S52) control LCD (12864), the entire menu of operational control of the initial time input, and to guide+ Digital form or pure digital form displays the current time (day of week, minutes and seconds) and temperature ( ± XXX.XXXX), works for the needs of the environment keil Uvision2, which includes the following modules of the C language driver: x5045, 8255c, ATM12864, ds1302, ds1820, 8 keys keyboard (74LS164 control))
- 2020-06-26 03:20:02下载
- 积分:1
-
12864zb
msp430 带字库12864zb的并行显示程序(Parallel with character display program 12864zb)
- 2010-08-05 19:37:13下载
- 积分:1
-
STC
我花3000块钱在深圳买的一个电动车控制器方案,有图纸有源代码,也有PCB文件。功能也很齐全欢迎大家下载。(I spent 3000 yuan in Shenzhen to buy an electric vehicle control program, there are drawings, source code, there are PCB files. Function is also fully welcome to download.)
- 2010-12-30 00:35:18下载
- 积分:1
-
IO_SOFT_UART_USE_TIMER
说明: 1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简化程序。实际应用中应防止缓冲区溢出。
6. 由接收转换到发送时要先调用 soft_send_enable ();
由发送转换到接收时要先调用 soft_receive_enable ()。
7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕
while ( rs_f_TI == 0) // 等待最后一个字节发送完毕(err)
- 2008-09-16 13:37:34下载
- 积分:1