代码搜索:串行信号
找到约 10,000 项符合「串行信号」的源代码
代码结果 10,000
www.eeworm.com/read/469431/6976744
txt 串行.txt
12864液晶(ST7920驱动)的3线串行驱动 MCU=ATMega16
/***********************************************************************
工 程:ST7920驱动的12864液晶的3线串行驱动模式
创建日期:2007年7月8日
创 建 人:朱海峰
邮 箱:ntzhf100@163.co
www.eeworm.com/read/482424/6624584
串行双工
www.eeworm.com/read/25269/945347
c 串行.c
#include "REG52.h"
#include "intrins.h"
//sbit LCD_PS = P2^6;
//sbit LCD_C86 = P2^5;
sbit LCD_CS = P2^4;
sbit LCD_RES = P2^3;
sbit LCD_A0 = P2^2;
sbit LCD_SDI = P0^7;//
sbit LCD
www.eeworm.com/read/128804/14278119
txt 程序说明.txt
程序流程说明:
用户通过键盘来实现功能选择:
1 开始取数
2 存 储
3 结 束
4 过去显示
1(取数):通过adc0831(串行)把电压信号采集 ,用单片机来进行
处理(显示)。
2(存储):单片机把从adc0831采集的电压信号存放在24c64里面,并
且进行实时显示。
3(结束) 退出。
4(过去显示)单片机把过去时间存储的 ...