-
TX-1
说明: 郭天祥TX-1C版的Proteus仿真 三个版本(Guo Tianxiang TX-1C Version of Proeus Simulation Three Versions)
- 2020-06-17 09:20:02下载
- 积分:1
-
USB—外部FLASH模拟U盘
说明: 此代码为stm32将外部flash如w25q32模拟成U盘,对内部数据进行读写操作,此工程已经验证通过,希望对大家用一定的帮助(This code is stm32, which simulates external flash such as w25q32 into a U disk to read and write internal data. This project has been verified and passed. I hope it will be of some help to you)
- 2020-12-30 13:58:59下载
- 积分:1
-
STM32F10xxx_FSMC_TFT_LCD
Interactive interfaces are more and more integrated into many applications such as medical
devices, process control, mobile phones and other hand-held devices. These interfaces are
based mainly on graphic HMIs (human machine interface) using color LCDs.
Worldwide, the desire for color support is growing dramatically. The purpose of this
application note is to address this aspect by describing how to use the STM32F10xxx FSMC
(flexible static memory controller) to drive a TFT color LCD. This document first describes
how to connect a color LCD to the FSMC, then it provides a TFT LCD interfacing example.
The demonstration firmware delivered with this application note, the STM32F10xxx
firmware library, and other such firmware are available for download the
STMicroelectronics website: www.st.com.
- 2016-02-18 19:37:05下载
- 积分:1
-
scp1000(0)
基于单片机的便携式高度计系统,可移植性高。(Microcontroller-based portable altimeter system, portable high.)
- 2011-08-09 21:35:58下载
- 积分:1
-
wind-turbine
基于pscad的双馈式风机模型的建立,风力发电机实现清洁能源的利用(Doubly-fed wind turbine model based on pscad)
- 2013-11-02 15:27:31下载
- 积分:1
-
microbial--fuel-cell
一些关于微生物燃料电池的英文文献,在网上不能免费下载。(Some of the English literature on microbial fuel cells can not be downloaded free of charge online.)
- 2020-10-21 11:57:23下载
- 积分:1
-
TI_DSP_DataSheet_编译器
说明: DSP28335数据手册,官方数据手册(c语言编译器部分)(DSP28335 data book, official data book (compiler part of C language))
- 2020-06-27 21:53:04下载
- 积分:1
-
18B20
温度传感器18B20稳定性很强的应用实例,兼容性很强,几乎各的种18B20的不同厂家。(
Temperature sensor 18B20 stability is very strong application examples, compatibility is very strong, almost all kinds of 18B20 different manufacturers.
)
- 2016-07-17 08:45:08下载
- 积分:1
-
ZStack-CC2530-2.5.1a-StepMotor
基于zigbee技术CC2530 开发控制步进电机(Development and Control of Stepping Motor Based on Zigbee Technology CC2530)
- 2020-06-22 23:00:01下载
- 积分: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