-
rs485
通过RS485端口不停地发送数据0xaa用示波器观察RS485端口A、B信号线上的波形或者用RS485接收器接收发送的字符。(Through the RS485 port to send data continuously 0xaa observed with an oscilloscope RS485 ports A, B signal waveforms or use the RS485 line receiver sends characters.)
- 2013-08-02 08:59:55下载
- 积分:1
-
doc6
一个单片机程序,是关于LED数码显示的比较简易(a SCM process, the LED digital display on the relatively simple)
- 2006-11-20 15:43:52下载
- 积分:1
-
Saleae
对于学习分析时序很有帮助,是一款逻辑分析仪的软件,很有用的。(Timing analysis is useful for learning, is a logic analyzer software, very useful.)
- 2015-04-26 21:01:18下载
- 积分:1
-
2401-FOR-xs128
助赢无线发射模块24l01调试程序for xs128(24l01 debugger to help win wireless transmitter module for xs128)
- 2013-04-08 09:20:01下载
- 积分:1
-
lib11(simple_RF)
奥斯电子zigbee无线传输点亮LED灯的源代码(zigbee wireless lighting source)
- 2021-04-28 16:48:44下载
- 积分:1
-
sine_demo
本程序的功能是在TI的32位单片机LM3S9D96官方开发板上,基于IAR软件平台的,在触屏上显示一个动态的正弦波的C程序。用的是官方的开发板,液晶屏也是官方的。本程序是自己原创。程序非常规范,有详尽英语代码注释。
本程序是该单片机的一个高级液晶显示应用。(The function of the program is a dynamic sine wave C program in TI' s 32 the microcontroller LM3S9D96 official development board, based on the the IAR software platform, touch screen display. Official development board, the LCD screen is also an official. This program is original. The program is very standardized, detailed English code comments. This program is an advanced LCD microcontroller applications.)
- 2013-04-11 10:01:51下载
- 积分:1
-
TFT480800-32-initial-code
Himax LCD Initialization code
- 2011-06-23 18:44:55下载
- 积分:1
-
shuruliuwei
通过阵列键盘输入数字 数码管显示 六位数字(Six-figure through the array of keyboard input alphanumeric display)
- 2012-07-06 10:37:18下载
- 积分:1
-
10GenericMFC
电子时钟程序,通过VC++编程,实现电子时钟程序,方便编程爱好者交流学习。(Electronic clock procedures, through VC++ programming, electronic clock procedures to facilitate the exchange of learning programming enthusiasts.)
- 2013-07-11 14:29:17下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1