-
serial-port
单片机程序,关于串口通信方面的。计算机通过串口和单片机通信。单片机数码管显示数据。(SCM procedures, on aspects of serial communication. Computer and the microcontroller through the serial port communication. Single-chip digital display data.)
- 2011-11-17 21:23:43下载
- 积分:1
-
cJSON-test
JSON脚本C语言使用的案例,包括C语言对JSON脚本的输入和输出。(JSON scripting language used C cases, including the C language for JSON script input and output.)
- 2015-03-31 09:47:38下载
- 积分:1
-
liveMedia
live media This library is free software you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation
- 2014-09-30 14:26:10下载
- 积分:1
-
MySlide
自绘的滑块控件。显示进度等信息。。汽车仪表(Since the painting of the slider control. Display progress and other information. . Auto Meter)
- 2014-01-25 13:27:32下载
- 积分:1
-
HW-GMS-Project20140513
BlueCore4 Datasheet BC417143
·APF有源滤波控制器程序,因为改代码
·利用51单片机实现DS1302的驱动,以C
·利用STM8L实现诺基亚5110液晶的驱动
·盛群单片机指令集:简体中文,PDF格
·SHT11 程序,I2C总线方式。写I2C时
·7寸彩屏 STM32的固件库3.5 FSMC驱动
·一种伺服电机的PID控制算法,可以完
·基于Atmega16单片机的机器人行走、
·51单片机驱动2.6英寸触摸液晶屏幕,
·stm32 pwm 固件库 大连理工大学 信
·无线传感网络基础 wireless sensor
·LPC11u14芯片的系统时钟驱动
- 2020-11-24 16:09:33下载
- 积分:1
-
51mcuand1602
51单片机加1602显示计算器C语言源码
可以实现加减乘除,有负数计算
(51 MCU plus 1602 display calculator C language source code
Can have negative calculation add, subtract, multiply and divide.)
- 2016-04-05 18:00:29下载
- 积分:1
-
12-RS232
rs232实验 可以看看是综合实验 需要的人
是51的板子 用keil编译(the rs232 experiment to see people in need of comprehensive experimental 51 board keil compiler)
- 2012-07-30 21:34:34下载
- 积分:1
-
jianpansaomiao
对矩阵键盘的程序编写,详细地讲述了如何扫描键盘的输入!(The matrix keyboard programming, detailed tells the story of how to scan the keyboard input!)
- 2013-09-29 09:29:23下载
- 积分: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
-
stm32-study5
stm32学习
十三:RS485总线的使用
十四:TFT屏的图片,中文和字符显示(stm32 learning 13: RS485 bus use 14: TFT screen pictures, Chinese, and character)
- 2012-07-12 20:17:52下载
- 积分:1