-
flashrwcode
说明: 针对两种flash所写的读写程序,公布我原来写的针对两种flash所写的读写程序,用的单片机是51系列!(against two flash reader written procedures, I was originally announced against two flash reader written procedures, the MCU is 51!)
- 2006-05-12 21:28:13下载
- 积分:1
-
C51-VBddl
VB 开发C51的动态链接库,可以拿来直接用的,(VB-C51 dynamic link library that can be used directly, and)
- 2013-11-17 22:19:39下载
- 积分: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
-
对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
-
I2C--EEPROM
STC12C5A60S2 IIC读取EEPROM:I2C读取E2PROM(STC12C5A60S2 IIC reading EEPROM: I2C read E2PROM)
- 2016-03-23 20:03:56下载
- 积分:1
-
FIFO-master
This is a generic FIFO buffer that can be used to store any kind of items. It is written in C language and can be compiled and used on almost any architecture. It was designed to be used on memory limited architectures such as microcontrollers. Examples of the applications that can be built with this library include:
- 2020-06-21 02:00:01下载
- 积分:1
-
image
基于msp430f2618的lcd的液晶图形显示程序(Based on msp430f2618 the lcd LCD graphics display program)
- 2012-07-26 17:22:40下载
- 积分:1
-
8-3
说明: MSP430系列单片机实用C语言程序设计行列式键盘程序(MSP430 Microcontroller C Programming Language determinant utility Keyboard Program)
- 2009-08-24 21:05:54下载
- 积分:1
-
jbrj
针对RN8209新型电表计量芯片的校表软件,使用DLT645-2007通讯协议(RN8209 for new electricity metering chip calibration software, communications protocols using DLT645-2007)
- 2021-02-01 14:40:00下载
- 积分:1
-
inductionmotorbeginner
感应电动机的启动小程序,可以模拟启动过程,自动计算启动的参数,帮助初学者理解感应电动机的结构(Induction motor start-up small program that can simulate the boot process, automatically calculates the start parameters and Help beginners understand the structure of induction motor.)
- 2010-06-08 10:27:21下载
- 积分:1