搜索结果

找到约 624 项符合 INCLUDE 的查询结果

按分类筛选

显示更多分类

单片机编程 AVR单片机数码管秒表显示

#include<iom16v.h> #include<macros.h> #define uint unsigned int #define uchar unsigned char uint a,b,c,d=0; void delay(c) { for for(a=0;a<c;a++) for(b=0;b<12;b++); }; uchar tab[]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,
https://www.eeworm.com/dl/502/28551.html
下载: 25
查看: 1064

单片机编程 100个单片机实例

#include<reg51.h> //包含单片机寄存器的头文件 /******************************************************* 函数功能:主函数 (C 语言规定必须有也只能有1 个主函数) ********************************************************/ void main(void) { while(1) //无限循环 { P1=0xff; // P1=1111 1111B,熄灭LED ...
https://www.eeworm.com/dl/502/29018.html
下载: 119
查看: 1096

单片机编程 c51流水灯仿真与程序

对应程序: #include<reg52.h> #define uint unsigned int #define uchar unsigned char uchar code tab[]={ 0x81, 0x42, 0x24, 0x18, }; void delay(uint z) { uint i,j; for(i=z;i>0;i--) for(j=120;j>0;j--); } void init() { P0=0x00; }
https://www.eeworm.com/dl/502/29026.html
下载: 76
查看: 1052

单片机编程 51单片机实现的RS485通讯程序

  #ifndef __485_C__   #define __485_C__   #include   #include   #define unsigned char uchar   #define unsigned int uint   /* 通信命令 */   #define __ACTIVE_ 0x01 // 主机询问从机是否存在   #define __GETDATA_ 0x02 // 主机发送读设备请求   #define __OK_ 0x03 // 从机应答   #define ...
https://www.eeworm.com/dl/502/29134.html
下载: 131
查看: 1340

单片机编程 ds18b20程序

  /通过DS18B20测试当前环境温度, 并通过数码管显示当前温度值, 目前显示范围: 0.0~ +99.9度   #include   #include   #define uchar unsigned char   #define uint unsigned int   #define DATAPORT P0 //定义P0口为Led数据口   //#define SETTEMP P1 //定义P1口为设定温度   #define SELECT P2 //定义P2 ...
https://www.eeworm.com/dl/502/29456.html
下载: 128
查看: 1038

单片机编程 SN65LBC170,SN75LBC170,pdf(TRIP

The SN65LBC170 and SN75LBC170 aremonolithic integrated circuits designed forbidirectional data communication on multipointbus-transmission lines. Potential applicationsinclude serial or parallel data transmission, cabledperipheral buses with twin axial, ribbon, ortwisted-pair cabling. These devices ...
https://www.eeworm.com/dl/502/29512.html
下载: 115
查看: 1044

单片机编程 FET430PIF自制资料

The MSP-FET430PIF is a Parallel Port interface (does not include target board) that is used to program and debug MSP430 FET tools and test boards through the JTAG interface. This interface is included in our FET tools, but sold without the development board. This interface uses a Parallel PC Port to ...
https://www.eeworm.com/dl/502/29899.html
下载: 32
查看: 1073

单片机编程 lpc2478完全使用手册

NXP Semiconductor designed the LPC2400 microcontrollers around a 16-bit/32-bitARM7TDMI-S CPU core with real-time debug interfaces that include both JTAG andembedded Trace. The LPC2400 microcontrollers have 512 kB of on-chip high-speedFlash memory. This Flash memory includes a special 128-bit wide me ...
https://www.eeworm.com/dl/502/30319.html
下载: 65
查看: 1044

单片机编程 PICkit™ 2 Microcontrolle

PICkit™ 2 Microcontroller Programmer USER’S GUIDE This chapter contains general information that will be useful to know before using thePICkit™ 2 Microcontroller Programmer. Items discussed in this chapter include:• Document Layout• Conventions Used in this Guide• Warr ...
https://www.eeworm.com/dl/502/30386.html
下载: 142
查看: 1043

单片机编程 PCA9534—带中断的低功耗8位I2C和SMBus IO口

The PCA9534 is a 16-pin CMOS device that provide 8 bits of General Purpose parallel Input/Output (GPIO) expansion for I2C-bus/SMBus applications and was developed to enhance the NXP Semiconductors family of I2C-bus I/O expanders. The improvements include higher drive capability, 5 V I/O tolerance, l ...
https://www.eeworm.com/dl/502/30569.html
下载: 142
查看: 1090