搜索结果

找到约 1,697 项符合 time-window 的查询结果

单片机编程 P90CL301 I2C driver routines

This application note shows how to write an Inter Integrated Circuit bus driver (I²C) for the Philips P90CL301micro-controller.It is not only an example of writing a driver, but it also includes a set of application interface software routines toquickly implement a complete I²C multi-maste ...
https://www.eeworm.com/dl/502/31375.html
下载: 26
查看: 1090

单片机编程 Input Signal Rise and Fall Tim

All inputs of the C16x family have Schmitt-Trigger input characteristics. These Schmitt-Triggers are intended to always provide proper internal low and high levels, even if anundefined voltage level (between TTL-VIL and TTL-VIH) is externally applied to the pin.The hysteresis of these inputs, howeve ...
https://www.eeworm.com/dl/502/31376.html
下载: 184
查看: 1077

单片机编程 介绍C16x系列微控制器的输入信号升降时序图及特性

All inputs of the C16x family have Schmitt-Trigger input characteristics. These Schmitt-Triggers are intended to always provide proper internal low and high levels, even if anundefined voltage level (between TTL-VIL and TTL-VIH) is externally applied to the pin.The hysteresis of these inputs, howeve ...
https://www.eeworm.com/dl/502/31379.html
下载: 182
查看: 1064

单片机编程 XA-S3 I2C driver software

This application note demonstrates how to write an Inter Integrated Circuit bus driver (I2C) for the XA-S3 16-bitMicrocontroller from Philips Semiconductors.Not only the driver software is given. This note also contains a set of (example) interface routines and a smalldemo application program. All t ...
https://www.eeworm.com/dl/502/31380.html
下载: 56
查看: 1072

单片机编程 Using the 87LPC76X microcontro

I2C interface, is a very powerful tool for system designers. Theintegrated protocols allow systems to be completely software defined.Software development time of different products can be reduced byassembling a library of reusable software modules. In addition, themultimaster capability allows rapid ...
https://www.eeworm.com/dl/502/31392.html
下载: 60
查看: 1046

单片机编程 DS1820 C51 子程序 (一线数据传输)

//芯片资料请到www.elecfans.com查找 //DS1820 C51 子程序//这里以11.0592M晶体为例,不同的晶体速度可能需要调整延时的时间//sbit DQ =P2^1;//根据实际情况定义端口 typedef unsigned char byte;typedef unsigned int  word; //延时void delay(word useconds){  for(;useconds>0;useconds--);} //复位byte ow_re ...
https://www.eeworm.com/dl/502/31450.html
下载: 68
查看: 1047

单片机编程 采用18b20芯片的温度测量C51源程序

#include <reg51.h>#include<intrins.h> #define   BUSY1    (DQ1==0) sbit      DQ1    =  P0^4; unsigned char idata TMP; unsigned char idata TMP_d; unsigned char f; void wr_ds18_1(char dat);unsigned char rd_ds18_1(); /*************** ...
https://www.eeworm.com/dl/502/31456.html
下载: 137
查看: 1036

单片机编程 USB摄像头微处理器硬件设计

USB2.0 摄像头微处理器支持高速USB2.0 接口,内嵌强劲的图像后处理单元,JPEG 高速编译码器,支持高达200 万像素的CMOS 传感器接口和CCD 传感器接口,处理器设计的产品可以实现独特的运动监测功能与脸部追踪功能,这不仅大大加强了显示效果,提高了画面的品质,更拓展了PC 摄像头的应用领域,如增强的实时视频聊天功能和门 ...
https://www.eeworm.com/dl/502/31591.html
下载: 150
查看: 1089

单片机编程 PLC TM卡开发系统汇编程序(ATM8051)

PLC TM卡开发系统汇编程序(ATM8051) ;***************** 定义管脚*************************SCL BIT P1.0SDA BIT P1.1GC BIT P1.2BZ BIT P3.6LEDI BIT P1.4LEDII BIT P1.5OK BIT 20H.1OUT1 BIT P1.3OUT2 BIT P1.0OUT3 BIT P1.1RXD BIT P3.0TXD BIT P3.1PCV BIT P3.2WPC BIT P3.3RPC BIT P3.5LEDR BIT P3.4LEDL BIT P3.6TM B ...
https://www.eeworm.com/dl/502/31621.html
下载: 76
查看: 1080

单片机编程 用单片机配置FPGA—PLD设计技巧

用单片机配置FPGA—PLD设计技巧 Configuration/Program Method for Altera Device Configure the FLEX Device You can use any Micro-Controller to configure the FLEX device–the main idea is clocking in ONE BITof configuration data per CLOCK–start from the BIT 0􀂄The total Configuration time–e.g. ...
https://www.eeworm.com/dl/502/31633.html
下载: 56
查看: 1096