-
i2c-time
I2C总线协议应用,利用单片机中断实现可以记忆的时钟,程序自己已经调试过,绝对能用(I2C bus protocol applications, the use of the microcontroller interrupt memory clock, program debugging, and absolutely can)
- 2012-08-07 14:56:54下载
- 积分:1
-
K60ADC
K60实现16bitadc采集,可移植性强。(K60 achieve 16bitadc collection, portability.)
- 2021-03-24 09:19:15下载
- 积分:1
-
the-voltage-ad-collection
单片机1260Sc5a 的ad 采集电压,带详细注解,适合初学者哦!(The microcontroller 1260Sc5a ad collection voltage, with detailed notes, suitable for beginners Oh!)
- 2013-05-09 22:43:22下载
- 积分:1
-
WatchDog
关于MSP430F149的看门狗定时器系统开发例程。(About MSP430F149 watchdog timer system development routines.)
- 2016-11-23 19:04:52下载
- 积分: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
-
温湿度VB源码
温湿度串口检测程序,实现对数据的读取和检测(Temperature and Humidity Serial Port Detection Program for Data Reading and Detection)
- 2020-06-17 10:20:02下载
- 积分:1
-
suoxianghaun
飞思卡尔单片机锁相环程序,详细说明了锁相环的配置步骤以及计算方法(Freescale MCU PLL procedures, a detailed description of the PLL configuration steps and calculation methods)
- 2020-11-09 21:29:46下载
- 积分:1
-
dianzicheng
基于单片机的电子称实验 希望大家能够喜欢 用的是51系列单片机(Microcontroller-based electronics experiments hope you will enjoy with the 51 series)
- 2015-05-16 12:23:19下载
- 积分:1
-
wenduji
基于学习板的数字温度计设计程序,可以在数码管上动态显示实时温度,按键控制温度范围,可以使用蜂鸣器报警等。(Based on the study of the board, can design program digital thermometer in digital displays real-time temperature on the tube, button control temperature range, can use the buzzer alarm and etc.)
- 2010-07-19 17:51:50下载
- 积分:1
-
PSoC
PSoC(Programmable System-On-Chip,片上可编程系统)实验指导,内含5个实验,适合新手学习熟悉功能,希望给大家带来帮助(An instruction of PSoC, 5 samples included,suitable for beginners.May it be hopeful!)
- 2014-04-02 19:55:03下载
- 积分:1