-
carF340elong
C8051f340 8位pwm波形输出 占空比可调节(C8051f340 8bit output )
- 2014-05-02 16:53:55下载
- 积分:1
-
analog-I2C-driver-MPU050
stm32芯片--用GPIO口模拟I2C驱动MPU6050陀螺仪(Stm32 chip- using GPIO port simulation I2C driver MPU6050 gyroscope)
- 2013-12-19 19:43:04下载
- 积分:1
-
Ccode
此代码是关于利用51单片机实现步进,滞留等程序的参考用。(This code is on the use of 51 single-chip stepper, detention and other procedures for reference.)
- 2016-05-08 19:08:59下载
- 积分:1
-
CRC16
CRC16校验计算小程序,有移位、取反等位操作函数可供参考(CRC16 checkout a small program with shift, the allelic operation function is available for reference
)
- 2017-05-04 14:44:37下载
- 积分:1
-
51watch-dog
通过51看门狗定时器的使用,了解看门狗定时器的功能(Through the use of the watchdog timer 51, the Watchdog Timer function
)
- 2014-03-30 13:16:43下载
- 积分:1
-
virtual-serial-port
单片机虚拟串口仿真图,里面有虚拟串口软件和串口调试助手,还有用proteus进行的仿真图,不用开发板一样进行仿真,只能说proteus太强大了。只要你想不到的,没有他做不到的!(Virtual serial port emulation chip chart, which has a virtual serial port software and serial debugging assistant, as well as performed with proteus simulation map, not the same simulation development board can only say proteus too strong. As long as you think, no he can not do!)
- 2013-07-31 16:19:11下载
- 积分:1
-
Pwm_trigger
AURIX平台实现PWM触发ADC采样,顺序采样(aurix complete pwm trigger function)
- 2016-02-16 11:52:22下载
- 积分:1
-
PT2314AUDIO
基于51单片机的PT2314音频功放程序,可实现MIC和音频输入切换及音量音调控制,并用5110显示(Based on 51 single-chip audio amplifier PT2314 program can achieve MIC and audio input switching and volume tone control and display with 5110)
- 2014-07-29 11:04:11下载
- 积分: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
-
将十进制数转换为二进制数和16进制数 CONVERT
将十进制数转换为二进制数和16进制数,可用于单片机初值设定时的计算(convert decimal to binary and hexadecimal ,Can be used to calculate the initial set of single chip microcomputer)
- 2014-05-02 16:41:06下载
- 积分:1