-
msp430x20x1_ca_01
Msp430 LaunchPad s sound code that edited by Visual C++l.
- 2012-07-13 01:06:53下载
- 积分:1
-
MK60_port
说明: 基于IAR开发环境,野火GPIO 配置文件,包含C和H文件(Based on the IAR development environment, wildfire GPIO configuration file, including C and H files)
- 2020-06-16 21:20:02下载
- 积分:1
-
WigglerJTAG
Wiggler Clone .JTAG Schematic and PCB in Altium Designer Format
- 2009-07-17 19:27:27下载
- 积分:1
-
electronic-clock
本科毕业设计:将实时时钟液晶显示,采集温度,显示年月日时间温度到LCD,红外设置时间及闹钟,用蜂鸣器模拟闹钟。所用芯片采用ds18b20,ds1302,stc89c51rc,一体化 红外接收头(The system features: real-time clock LCD, collecting temperature display date time temperature to LCD, infrared set the time and alarm clock, alarm clock buzzer simulation using ds18b20, ds1302, integrated infrared receiver.)
- 2016-05-01 11:23:25下载
- 积分:1
-
mpu
MSP430F5529 MPU6050代码(MSP430F5529 MPU6050 code)
- 2020-10-12 10:57:32下载
- 积分:1
-
Minecraft-launcher-ec
Minecraft启动模块 和例子
。。。。模块源码没有
不过挺好用的(Minecraft startup module and examples
. . . . No source module
But very good use)
- 2014-09-08 16:29:15下载
- 积分:1
-
hongwaigooog
单片机红外遥控最全的资料,包含很多当前电视遥控专用芯片的解码方式,C语言和汇编语言编写的解码范例程序,看完了你就会了!(infrared remote control MCU most complete information, including many current television remote control decoder ASIC, C and Assembly Language prepared by the example of decoding procedures will be watching you!)
- 2020-06-26 05:00:02下载
- 积分:1
-
MSP430-
MSP430单片机常用模块连接原理的与操作实例(MSP430 microcontroller used to connect the module with the operating principles of instances)
- 2014-06-29 10:43:18下载
- 积分:1
-
8031Introduction
这是一篇有关8031单片机的介绍与应用,是入门,以及实践的良好教材(This is the introduction and application of an 8031 microcontroller, entry, and the practice of good teaching materials)
- 2012-02-04 21:57:33下载
- 积分:1
-
UART_TXaRX
单片机接收从电脑串口发送出来的一串字符串,却只能接收到第一个字符,其他的都丢失了或者是接收到的是乱码,却不知道是什么原因。其实,那是因为,虽然单片机的是全双工串口,但是串口的缓冲区(SBUF)却一般只有一个字节,即1Byte,远没有像电脑串口的缓冲区以KB计算那么大,并且,单片机的处理速度是很有限的,试想一下,假如要求一串字符串以9600bps的速率,一个起始位,一个结束位,无校正位,相当于960Byte/s传输到单片机,单片机要是能够全部接收的话,那么单片机接收和处理一个字节的时间仅为约1ms的时间。这说明了,如果单片机的处理速度不够快,还没有将接收到的上一帧数据及时转送到单片机的RAM中,而电脑串口又传输过来一帧新的数据,这帧新的数据就会把单片机的串口输入缓冲区的SBUF给刷新掉,或者说单片机压根就没有接收到新的一帧数据,造成了数据的丢失或接收到乱码。
如果需要单片机接收到从串口发送过来的一段很长的字符串,并且能够都正常接收和显示(TX&RX FUNCATION between PC and MCU)
- 2013-10-20 08:35:17下载
- 积分:1