-
ThreadSample
Thread Templete Class
Custom Thread
- 2013-12-25 01:31:09下载
- 积分:1
-
ADC0809
说明: 一个用于
AD采集的程序和电路,可以直接看到相应的作用(ADC0809)
- 2010-03-22 17:05:11下载
- 积分:1
-
SD-card
MSP430F149控制SD卡读写操作,支持FAT16文件系统(The MSP430F149 Control SD card read and write operations to support the FAT16 file system)
- 2013-05-15 10:09:44下载
- 积分:1
-
LIN6-i0P9999-int
PIC18F2420 用中断方式从0加到9999 采用四位工阳极数码管(PIC18F2420 interrupt from 0 added to the 9999 four workers anode digital tube)
- 2012-09-05 15:24:02下载
- 积分:1
-
sn8p2711b
松翰单片机源码例子sn8p2711b有需要的下载哦(Sonix SCM source code examples sn8p2711b need to download ah)
- 2015-11-05 00:00:30下载
- 积分:1
-
CodeWarrior
CodeWarrior仿真与调试要点,CodeWarrior仿真与调试要点,CodeWarrior仿真与调试要点(CodeWarrior simulation and debugging points, CodeWarrior simulation and debugging points, CodeWarrior point emulation and debugging)
- 2013-08-21 21:14:06下载
- 积分:1
-
ad7682
4通道ad7682驱动程序 在msp430单片机上调试成功(4-channel ad7682 driver debugging success msp430 microcontroller)
- 2020-12-03 14:39:24下载
- 积分:1
-
000
51单片机模拟一个USB键盘的代码,c语言编写的(51 USB keyboard microcontroller code that simulates a, c languages)
- 2010-12-14 19:25:58下载
- 积分: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
-
STC-MCU-10-11-12C5A-GUIDE
能够非常完美的在LED上显示漂亮的汉字和英文字母,很好啊(Can be perfectly nice in the LED display of Chinese characters and English letters, ah well)
- 2011-06-09 14:35:58下载
- 积分:1