1 Star 0 Fork 0

云中君/p10屏幕控制51单片机

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
p10ctrl.h 352 Bytes
一键复制 编辑 原始数据 按行查看 历史
云中君 提交于 2023-04-30 15:22 . p10滚动优化完成
#ifndef _P10CTRL_H_
#define _P10CTRL_H_
#include <STC12C5A60S2.H>
#include "intrins.h"
#define uchar unsigned char
#define uint unsigned int
#define NOP _nop_()
sbit oe=P1^0;
sbit AL=P1^1;
sbit BL=P1^2;
sbit clk=P1^3;
sbit lat=P1^4;
sbit dat=P1^5;
sbit test=P1^7;
void init();
void showtext(uchar* word);
void playInWhile();
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yun-zhongjun/p10_bod.git
git@gitee.com:yun-zhongjun/p10_bod.git
yun-zhongjun
p10_bod
p10屏幕控制51单片机
master

搜索帮助