1. 首页
  2. 移动开发
  3. bada
  4. x25045的读写程序用c51写的

x25045的读写程序用c51写的

上传者: 2020-09-20 08:39:41上传 DOC文件 21.5KB 热度 16次
/* x25045的读写程序 用c51写的 */ #define CS P2.7 /*单片机p2.7为片选 可以改为你的实际引脚 */ #define SO P2.6 /*数据输出 */ #define SK P2.5 /* 时钟 */ #define SI P2.4 /* 数据输入*/ /* here is the instrution of x25045*/ #define WREN 0x06 #define WRDI 0x04 #define RDSR 0x05 #define WRSR 0x01 #define READ0 0x03 #define READ1 0x0b #defi
用户评论