搜索资源列表
REG89LPx052
- Include file for ATMEL AT89LPx052 MCS-51 base instruction on enhanced CPU core that can fetch a single byte from memory every clock cycle, So may faster than classic 8051 architecture 6 to 12 times. These .h define SFR that not available in any
C51_Management_plane_procedures
- 管理机程序 小区楼宇对讲的管理机程序,它可以管理 成千上万个用户。-Procedures for the management of local residential property management intercom machine program that can manage tens of thousands of users.
sht10-c51
- SHT10数字温湿度传感器的读写程序 #include <reg51.h> #include <intrins.h> #define uchar unsigned char #define uint unsigned int uchar wendu,shidu,air //定义要发送的温度和湿度 空气质量-SHT10 digital temperature and humidity sensors to read and write pr
ch375
- ch375读写u盘C51示例源程序 #i nclude  "datatype.h"#i nclude  "console.h"#i nclude  "44b0x.h"#i nclude  <string.h> /*  以下定义的详细说明请看CH375HF9.H文件  */#define  LIB_CFG_FILE_IO 1 /*  文件读写的数据的复制方式,0为"外部子程序",1为"内部复制"  */#
AC-Timing-Characteristics-define
- C51读写nandflash源程序-C51 read and write nandflash oreng gram
SD-1602
- C51读写SD卡并且在LCD1602上显示是否成功与失败-#include<intrins.h> #include<reg52.h> #include <stdio.h> #include <string.h> #include"define.h" #include"Lcd1602.c" #include"SD.c"
lesson-baosheng
- 19264点阵字幕翻滚程序C51,//#pragma src 实现上翻滚的好程序20131221 #include<REG52.H> #include<math.h> #include<INTRINS.H> #define Uchar unsigned char -19264 C51 lattice subtitles rolling program.//#pragma src 实现上翻滚的好程序20131221
MHJQR
- 灭火机器人程序,C51,定义P1.1-P1.7脚,自己看源码去分析-Fire-fighting robot program, C51, define P1.1-P1.7 foot, to analyze the source code to look up
My60S2Demo
- STC12C5A60S2的工程模板 用于stc的51系列单片机C51 - Struction descr iption 1.BSP Board s config header a).IOconfig.h define extern component s IO pin
c51_stepMotor
- c51驱动步进马达的电路和程序代码 #include c:\mc51\8051io.h /* include i/o header file */ #include c:\mc51\8051reg.h register unsigned char j,flag1,temp; register unsigned int cw_n,ccw_n; unsigned char step[8]={0x80,0xc0,0x40,0x60,0x20,0x30,0x10,0x90} #
IIC_24C0x
- I2C的通用驱动,需要定义端口,适用于C51,延时长度是按照单周期指令的51芯片计算的(I2C's universal driver needs to define the port.)