-
对STM8L151各个功能模块测试程序
对STM8L151各个功能模块测试程序,十分方便初学STM8L151各个功能有IO中断,中断唤醒,定时中断,串口接收发送,AD转换程序,SLEEP模式(STM8L151 each function module test program, very convenient beginners STM8L151 each function is IO interruption, interrupt, timer interrupt, serial port receive send, AD converter, the SLEEP mode)
- 2015-02-24 13:27:19下载
- 积分:1
-
msp430-csb
使用MSP430F5438单片机和HC-SR04超声波模块实现测距的源码。( Using the MSP430F5438 microcontroller and HC-SR04 ultrasonic ranging module source.)
- 2015-04-19 12:04:35下载
- 积分:1
-
AD9851驱动程序 STM32-AD9851-driver
AD9851驱动程序,采用串行写入方式,STM32写入频率控制字。(AD9851 driver, using serial write mode, STM32 write frequency control word.)
- 2020-07-07 18:38:57下载
- 积分:1
-
dianji
超再生遥控-遥控步进电机正反转AB的程序(Superregeneration Remote- remote control stepper motor program AB)
- 2013-07-23 20:00:21下载
- 积分:1
-
Dot-Matrix-LED
编写程序,通过8255 单元控制点阵的扫描显示,使8×8LED 点阵到小循环显示号
“□”(Programming, through the 8255 unit control the scanning dot matrix display, the 8 × 8LED dot matrix display number to small cycles " □" )
- 2011-06-13 10:39:55下载
- 积分:1
-
Tabrizi
AVR files example that drive Interrupt and LCD and others
- 2015-08-18 20:00:05下载
- 积分:1
-
fengniqi
说明: 单片机蜂鸣器 对初学单片机的你有很好的帮助(SCM SCM buzzer for beginners to help you have a good)
- 2011-03-09 17:15:02下载
- 积分: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
-
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
-
hantek3064-Code-Demo-VBDSO
hantek3064仪表上位机监控的示例程序,仅供大家参考(hantek3064 Meter PC monitoring sample program, only for your reference)
- 2021-04-25 18:48:46下载
- 积分:1