-
shanshuoyi
51单片机的闪烁灯代码一,非常适合初学者的使用,在这分享给大家。(51 MCU flashing lights code, very suitable for beginners to use, in this share to everyone. )
- 2014-04-07 08:19:35下载
- 积分:1
-
Sin_Signal_Producing
正弦信号发生程序。使用声卡产生正弦信号输出,可以用来调音!(Sinusoidal signal procedures. Sinusoidal signal generated using the sound card output, can be used to tuning!)
- 2007-11-29 09:05:29下载
- 积分:1
-
12C5A60S2EEPROM
12C5A60S2 EEPROM 的读写操作(12C5A60S2 EEPROM read_write)
- 2013-09-24 14:41:56下载
- 积分:1
-
19.fengmingqi
此为51单片机的正弦波产生c程序,可将hex文件烧录到单片机内使用。(This is a 51 microcontroller sine wave generator c program, you can burn the hex file into the MCU.)
- 2015-10-16 16:16:04下载
- 积分:1
-
PMAC 中文手册(推荐详细)
说明: PMAC 中文手册(推荐详细)PMAC(可编程多轴运动控制器),是美国Delta Tau Data System 公司于推出的PC 机平台上的运动控制器,是一个完全开放的系统。(PMAC Chinese Manual (Recommended Details))
- 2020-07-02 08:00:02下载
- 积分: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
-
taxp
基于单片机的出租车计价器,其中包括protues图和C++程序(Taxi meter, including protues map and C++ program)
- 2011-11-10 20:14:24下载
- 积分:1
-
STM32ser
基于STM32的双串口通信程序,能实现两个串口的收发,程序默认采用串口2接收数据,串口1发送(Based on the STM32 dual serial communication procedures, can achieve two serial transceivers, the program defaults to the serial port 2 receives the data, send the serial port 1)
- 2021-04-28 14:58:43下载
- 积分:1
-
1286418B20
开关记忆和18B20在12864显视和读写24C20(Switch Memory and 18B20 were in the TV and read 24C20 12864)
- 2011-02-11 07:05:42下载
- 积分:1
-
stm32f4-usb-mouse-host
stm32f4 的usb鼠标主机程序,简单的修改即可成为自己的工程(stm32f4 usb mouse host)
- 2015-11-20 20:22:08下载
- 积分:1