• 大小: 11KB
    文件类型: .c
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签:

资源简介

该代码是本人参加全国电子设计大赛时准备的程序,是51单片机的,再次和大家一起学习!

资源截图

代码片段和文件信息

//***************************************
// GY-29 ADXL345 IIC测试程序
// 使用单片机STC89C51 
// 晶振:11.0592M
// 显示:LCD1602
// 编译环境 Keil uVision2
// 参考宏晶网站24c04通信程序
// 时间:2011年3月1日
// www.61mcu.com
//****************************************
#ifndef xx
#define xx
#include  
#include      //Keil library  
#include     //Keil library
#include  
#define   uchar unsigned char
#define   uint unsigned int
#define   DataPort P0    //LCD1602数据端口
sbit   SCL=P1^0;      //IIC时钟引脚定义
sbit    SDA=P1^1;      //IIC数据引脚定义
sbit      LCM_RS=P2^0;   //LCD1602命令端口
sbit      LCM_RW=P2^1;   //LCD1602命令端口
sbit      LCM_EN=P2^2;   //LCD1602命令端口 

#define SlaveAddress   0xA6   //定义器件在IIC总线中的从地址根据ALT  ADDRESS地址引脚不同修改
                              //ALT  ADD

评论

共有 条评论

相关资源