-
39
说明: 时钟芯片PCF8563 C51程序,本人测试通过(Clock chip PCF8563 C51 program, I test through)
- 2013-01-14 11:01:16下载
- 积分:1
-
triangle
由单片机和DAC0832产生正弦波或三角波的程序。单片机和DAC0832可将频率进行分频的具体程序(Sine or triangle wave and DAC0832 procedures generated by the microcontroller. SCM and DAC0832 can divide the frequency of specific procedures)
- 2014-01-11 15:53:32下载
- 积分: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
-
CCPUTemp
通过EC获取CPU的运行温度,对CPU的运行温度进行实时监控,超过会自动报错,并可以设置监控时间(read CPU s temperture by EC)
- 2020-07-20 21:38:45下载
- 积分:1
-
stm32f407-OV2640
stm32f407使用OV2640摄像头进行拍照存储到sd卡中(stm32f407 using OV2640 camera to take pictures sd memory card)
- 2020-12-06 15:49:28下载
- 积分:1
-
CC
说明: 飞思卡尔智能车光电组核心代码,该队伍获得全国一等奖程序通过算法实现小车的循黑线,运用PID算法控制速度与舵机转弯。传感器方面运用一排红外管和一排激光管实现快速精确识别。(Freescale s intelligent optical core set of code car, the team won the national award program through the car through the algorithm black line, using PID algorithm controls the speed and steering turn. The use of a row of infrared sensors in a row of laser tubes and precision tubes for fast identification
)
- 2011-09-10 09:31:19下载
- 积分:1
-
dmx232_250
灯光协议的DMX12 的源代码,单片机编写(mifare)
- 2010-10-28 17:26:52下载
- 积分: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
-
Read_Ionex
本程序可以读取电离层IONEX数据,可以运行,程序流畅简洁,清楚易懂!!(The program can read the ionosphere IONEX data, you can run the program smoothly simple, clear and understandable!!)
- 2021-03-01 17:59:34下载
- 积分:1
-
blsj
自动化设备:玻璃升降器试验台程序,c++代码备份(Automation Equipment: glass hoist test rig program, c++ code for a backup)
- 2016-03-29 09:50:50下载
- 积分:1