24c16读写驱动程序
24c16读写驱动程序,//=-------------------------------------------------------------------------------/*模块调用...
24c16读写驱动程序,//=-------------------------------------------------------------------------------/*模块调用...
16 16点阵显示汉字原理及显示程序 #include "config.h" #define &nbs...
飞思卡尔智能车的舵机测试程序 #include <hidef.h> /* common defines and macros *...
c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/...
C语言库函数速查[CHM文档]是一个很好的C语言函数查询器.属于CHM文档. iscntrl 原型:extern int iscntrl(int c) 用法:#include ...
DA 输出地址0x20400000 由于DAC0832要求输出锁存保持1uS左右 但CPU在读写(对应nGCS4)写信号最大只能到100ns左右 所以外面加了一个地址锁存74573,573锁存下...
CRC16算法的Java实现,使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(b...
51单片连tcs230的源程序,绝对原创,可以记忆颜色。 #define uchar unsigned char #include <reg52.h> #include<mat...
CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data o...
VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sb...