24c16读写驱动程序
24c16读写驱动程序,//=-------------------------------------------------------------------------------/*模块调用...
24c16读写驱动程序,//=-------------------------------------------------------------------------------/*模块调用...
C51控制并口打印机实例:/* 沈阳新荣达电子 *//* 2004-12-7 */#include <reg52.h>#define uchar unsigned char#define ...
微型打印机的C语言源程序:微型打印机的C51源程序#define uchar unsigned char#define uint unsigned int#include <reg52.h>...
16 16点阵显示汉字原理及显示程序 #include "config.h" #define &nbs...
51单片机驱动步进电机(含电路图和源程序代码) 源程序:stepper.c stepper.hex /* * STEPPER.C * sweeping stepper's rotor cw and c...
1 /**————————————————————2 〖说明〗I2C总线驱动程序(用两个普通IO模拟I2C总线)3 包括100Khz(T=10us)的标准模式(慢速模式)选择,4 和400Khz(T=...
EEPROM为ATMEL公司的AT24C01A。单片机为ATMEL公司的AT89C51。2. 软件说明 C语言为Franklin C V3.2。将源程序另存为testi2c.c,用命令C51...
PIC系列单片机手册 第1 章 简介 1-1简介 ..............................................................................
多远程二极管温度传感器-Design Considerations for pc thermal management Multiple RDTS (remote diode temperature ...
1.1 我如何决定使用那种整数类型? 如果需要大数值(大于32, 767 或小于¡32, 767), 使用long 型。否则, 如果空间很重要(如有大数组或很多结构), 使用short 型...