-
03,test_USART3_库
说明: 基于stm32f103c8t6单片机串口1与串口3实现透传(Single-chip Serial Port 1 and Serial Port 3 Transmission Based on stm32f103c8t6)
- 2020-06-16 05:20:02下载
- 积分:1
-
capture
本程序是STM32系列单片机的输入捕获功能的实现,可以完成对边沿的检测,并且能通过串口将捕获的数据发送到电脑上位机上(This program is a STM32 MCU input capture function, you can complete the detection of the edge, and through the serial port to send the captured data to a computer PC)
- 2021-04-23 15:18:47下载
- 积分:1
-
实验5 外部中断实验
说明: 正点原子STM32F103精英板按键外部中断例程(Punctual Atom STM32F103 Elite Panel Key External Interruption Routine)
- 2020-06-21 11:00:02下载
- 积分:1
-
LectureRobotics
Trajectory generation and robot programming
- 2016-11-17 21:16:48下载
- 积分:1
-
PLCPROFIBUSFANUC
这是我自己原创的关于西门子PLC 与FANUC机器人之间的PROFIBUS通信方式。任何部分皆为第一次上传到网上。(all the file are make by my self,thankyou!)
- 2021-02-22 09:29:42下载
- 积分:1
-
PCF8591
说明: AD模数转换,基础lcd1602显示屏。。。。。。(AD analog-to-digital conversion, basic LCD 1602 display screen...)
- 2020-06-19 22:20:02下载
- 积分:1
-
ESP8266_BASE_12_10_15_ESP_part3
mq135 sesnor used with arduino nd esp8266 for iot to transmitt data in wireless
- 2016-03-17 21:56:15下载
- 积分:1
-
cPP-programing
这本C++程序设计书籍由清华大学郑莉所编写是目前C++程序入门的不错书籍。(This C++ programming books written by Tsinghua University Zheng Li is a good introductory book C++ program.)
- 2013-11-25 08:53:02下载
- 积分:1
-
mega16_cymometer
avrmega16的频率计源码,在2m以内误差为1-3hz,1602显示(avrmega16 the frequency of source, in less than 2m error 1-3hz, 1602 show)
- 2009-02-19 14:36:41下载
- 积分: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