-
SPI_DAC7512_v2
TM4C123单片机SPI DAC模块,附带库程序,使用Keil(TM4C123 SPI DACmodule including other code used,using keil )
- 2020-09-05 14:58:05下载
- 积分: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
-
matlabworks
基于动态规划算法对混合动力汽车能量管理策略建模后进行问题计算(Based on dynamic programming algorithm to calculate the hybrid vehicle energy management strategy for problem modeling)
- 2020-11-12 16:19:43下载
- 积分:1
-
cvmx-helper-spi
Functions for SPI initialization, configuration, and monitoring.
- 2014-08-11 22:07:54下载
- 积分:1
-
SSV100
this file is prepared for gps setup method
- 2014-11-11 00:26:50下载
- 积分:1
-
ds18b20
使用89S52单片机对DS18B20进行驱动,在数码管上显示当前温度。(DS18B20 using 89S52 microcontroller to drive on, in the digital pipe display the current temperature.)
- 2010-08-03 15:22:19下载
- 积分:1
-
sunpinyin
基于语言模型的输入法程序,非常经典,适合研究自然出演处理的同学做学习(Based on the input method program language model, very classic, suitable for the study of natural starred treated students do learn)
- 2014-05-17 16:29:12下载
- 积分:1
-
fatgen103
Very useful description of FAT system
- 2012-05-04 23:55:44下载
- 积分:1
-
C51_Udisk
一个51单片机读写U盘的完整资料,包括硬件原理图(.sch格式)、芯片手册、应用说明及keil c源代码(A single-chip microcomputer 51 to read and write disk U complete information, including hardware schematics (. Sch format), chip manuals, application notes and keil c source code)
- 2020-10-30 19:09:56下载
- 积分:1
-
4、继电器
基于51单片机的继电器例程,常见问题:
1. 按下按键无效果
确保连线正确
换根杜邦线试试
将单片机拆下来重新安装下,重启开发板(Relay Routine Based on 51 Single Chip Microcomputer, Frequently Asked Questions:
1. Pressing the key has no effect
Make sure the connection is correct
Try changing the dobang line
Remove the microcontroller and reinstall it, restart the development board.)
- 2020-06-20 17:20:02下载
- 积分:1