-
key01
MSP430按键程序,用于检测按键的触发跳出睡眠模式(MSP430 key procedures for the detection of the trigger out of sleep mode button)
- 2011-05-20 13:12:25下载
- 积分:1
-
Drifter
this .rar contain source code in basic for avr microcontroller for making drifter device to measure water velocity on the sea surface
- 2015-02-01 14:59:11下载
- 积分: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
-
lib11(simple_RF)
奥斯电子zigbee无线传输点亮LED灯的源代码(zigbee wireless lighting source)
- 2021-04-28 16:48:44下载
- 积分:1
-
diandeng
点亮小灯,针对51单片机系统,简单实用,操作简单,具有可移植性(lighten the light)
- 2014-04-22 21:38:31下载
- 积分:1
-
zhongjile
通过51单片机设计一个电子时钟,精确到秒,可以通过按键调节时间(By 51 microcontroller design an electronic clock, accurate to seconds, you can adjust the time by pressing a button)
- 2013-11-14 09:56:13下载
- 积分:1
-
PCM_to_PWM
語音的16bit PCM Data 轉成PWM方式輸出(Voice of 16bit PCM Data converted into PWM mode output)
- 2020-07-01 20:00:02下载
- 积分:1
-
RPDP-PCILVDS
买的一块开发板的开发文档、原理图还有PCB板,并且附有PCI9054的驱动程序及上位机测试应用程序,调试时需要安装Windriver。(Development board to buy a piece of the development of documents, there are PCB board schematics, and with the PCI9054 PC drivers and test applications, when the need to install debug Windriver.)
- 2009-06-11 21:24:56下载
- 积分:1
-
RDA5807M
实现STM32单片机使用RDA5807M型号的芯片收音机,代码通过简单的移植,就可以使用。(Implement STM32 MCU chip radio RDA5807M model code by simply transplant, it can be used.)
- 2021-04-25 20:38:46下载
- 积分:1
-
Frequency-calculate
用于水文频率计算的目估适线法,程序基于φ值表查询计算(Mesh used to calculate estimates of hydrological frequency fitting method)
- 2013-12-31 11:14:37下载
- 积分:1