-
MODBUS
说明: 基于MODBUS协议的单片机通信系统,上位机+下位机(MODBUS Protocol-based communication system microcontroller)
- 2011-03-28 10:17:22下载
- 积分:1
-
ad7682
4通道ad7682驱动程序 在msp430单片机上调试成功(4-channel ad7682 driver debugging success msp430 microcontroller)
- 2020-12-03 14:39:24下载
- 积分:1
-
Ti杯运送平台(加屏幕)
两个12V的电机驱动履带式底盘完成到制定目标运动的任务,可以通过点触屏进行无线控制。(Two 12V motor-driven crawler chassis complete the task of setting the target motion, which can be controlled by wireless touch screen.)
- 2020-06-25 17:40:02下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
03-多路ADC转换-模拟串口发送
在stc51单片机上实现对多路ADC、串口的控制例程(Stc51 MCU in the realization of multi-channel ADC, serial control routines)
- 2017-06-24 09:43:15下载
- 积分:1
-
11
说明: NUAA微机实验课设:1.密码确认。2.数据采集控制系统。3.数码管显示(NUAA Computer Lab located: a password confirmation. 2 Data acquisition and control system. 3 digital display)
- 2014-01-16 23:02:47下载
- 积分:1
-
BH1750P12864
BH1750FVI光照度传感器在12864液晶上的显示(BH1750FVI light sensor on the 12864 LCD display)
- 2020-11-16 23:39:40下载
- 积分:1
-
CSparse.tar
direct sparse solver for linear equations
- 2014-01-02 20:05:09下载
- 积分:1
-
Building-of-a-Speech-Corpus-Optimised-for-Unit-Se
The paper deals with the process of designing a phonetically and prosodically rich speech corpus for unit selection speech synthesis. The
attention is given mainly to the recording and verification stage of the process.
- 2014-03-01 22:14:41下载
- 积分:1
-
2014730mfc1kinect-
环境vs2010,kinect for wondows sdk v1.8
MFC 编写的显示人体骨骼,串口发送数据控制机械臂(Environment vs2010, kinect for wondows sdk v1.8
MFC write the display of human bones, serial transmit data control arm)
- 2014-08-11 11:21:12下载
- 积分:1