-
IIC
使用C语言写的IIC读写程序(测试成功)(Using the C language to write the IIC literacy program (tested successfully))
- 2010-08-23 12:01:15下载
- 积分:1
-
IRIG_B
IRIG_B码的实现产生和解码。毕业设计开题报告原件。(IRIG_B implementation code generation and decoding. Graduation Project.)
- 2021-04-06 14:39:03下载
- 积分:1
-
PG
说明: 汇编程序(cygnal c8051f021)(assembler (cygnal c8051f021) Oh)
- 2006-02-17 22:23:48下载
- 积分:1
-
jornada720_lcd
LCD driver for HP Jornada 700 series (710 720 728).
- 2015-06-16 12:30:33下载
- 积分:1
-
User
适用于韦根26与34的通讯,基于stm32开发,自动切换,方便,兼容性强(It is suitable for communication between Wigan 26 and 34. It is developed based on stm32. It has automatic switching, convenience and strong compatibility.)
- 2019-04-25 13:08:33下载
- 积分:1
-
AdvanAI
调用研华PCL数据采集卡进行采集数据例程,很容易理解,舍弃了繁琐功能!(Call Advantech PCL data acquisition card for data collection routines, it is easy to understand, abandoning the cumbersome features!)
- 2015-04-13 15:59:50下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
doc1456
Digital Sound Recorder
with AVR® and DataFlash
- 2011-05-30 17:48:30下载
- 积分: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
-
步进电机
编制MCS-51程序使步进电机按照规定的转速和方向进行旋转,并将已转动的步数显示在数码管上。
步进电机的转速分为两档,当按下S1开关时,加速旋转,速度从10转/分加速到60转/分。当松开开关时,减速旋转,速度恢复为10转/分。当按下S2开关时,按照逆时针旋转;当松开时,按照顺时针旋转。
本程序要求使用定时器中断来实现,不准使用程序延时的方式。(The MCS-51 program is programmed to rotate the stepper motor according to the specified speed and direction, and the number of steps that have been rotated is displayed on the digital tube.
Stepper motor speed is divided into two gears. When the S1 switch is pressed, the speed is accelerated from 10 rpm to 60 rpm. When the switch is loosened, the speed will be reduced to 10 rpm. When pressing the S2 switch, rotate counterclockwise; when loosening, rotate clockwise.
This procedure requires the use of timer interrupt to achieve, do not use the way of program delay.)
- 2020-06-16 09:40:02下载
- 积分:1