-
AMBA_3_AHB-Lite
AMBA_3_AHB-Lite协议中文第一版,适合初学者(AMBA_3_AHB-Lite protocol Chinese first edition, suitable for beginners)
- 2020-12-08 16:39:21下载
- 积分:1
-
2401SPI3
SPI3完整代码适用2401的2.4G通信(SPI3 complete code for 2401 of 2.4 G communication SPI3 complete code for 2401 of 2.4 G communications)
- 2014-09-12 08:46:13下载
- 积分: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
-
read-ssdt
读取ssdt函数当前地址,详见源码中、。。。。(Ssdt function reads the current address, see the source code. . . .)
- 2013-11-13 12:37:17下载
- 积分:1
-
VByu18b20
单片机通信,vb与18b20温度传感器通信资料,包括上位机和下位机程序(Single-chip communication, vb and 18b20 temperature sensor communication data, including upper and lower machine program)
- 2012-08-05 14:00:06下载
- 积分:1
-
I2C--EEPROM
STC12C5A60S2 IIC读取EEPROM:I2C读取E2PROM(STC12C5A60S2 IIC reading EEPROM: I2C read E2PROM)
- 2016-03-23 20:03:56下载
- 积分:1
-
hs108-MC44BS373CA
hs108单片机控制两个MC44BS373CA实现载频为30MHz和50MHz的I2C通信(hs108 MCU control two MC44BS373CA achieve carrier frequency of 30MHz and 50MHz of I2C communication
)
- 2015-01-26 13:03:16下载
- 积分:1
-
jiaotongdeng
关于交通灯的单片机课程设计,内含程序代码以及Proteus的使用资料。(Information on traffic lights using microcontroller curriculum design, including the program' s code, and Proteus.)
- 2014-05-04 16:29:40下载
- 积分:1
-
RC500
51单片机考勤系统下位机程序,可以配合上位机软件实现考勤功能,将hex文件下载到51单片机即可使用(51 MCU control procedures can be achieved with the PC software attendance function, the hex file into the microcontroller 51 can be used)
- 2013-11-07 21:16:47下载
- 积分:1
-
ADC
利用cc2430自带的adc实现模数转换(Achieved by cc2430 own adc analog to digital conversion)
- 2011-01-08 20:07:38下载
- 积分:1