代码搜索:CS2
找到约 499 项符合「CS2」的源代码
代码结果 499
www.eeworm.com/read/389945/8491933
asm ocmj5x10d.asm
;****************************************************
BUSY EQU P3.0
INT EQU P3.1
CS1 EQU P3.2 ;L有效
CS2 EQU P3.3 ;H有效
RS EQU P3.4 ;L:存取缓存器,H:存取DDRAM
WR EQU P3.5 ;L有效
RD EQU P3.6
www.eeworm.com/read/389945/8491951
asm ocmj4x15d.asm
;****************************************************
BUSY EQU P3.0
INT EQU P3.1
CS1 EQU P3.2 ;L有效
CS2 EQU P3.3 ;H有效
RS EQU P3.4 ;L:存取缓存器,H:存取DDRAM
WR EQU P3.5 ;L有效
RD EQU P3.6
www.eeworm.com/read/286571/8758372
c cursor.c
#define _cursor_
#include "general.h"
#include "state.h"
//常量
//#define CEN 2000 //中心
#define STEP 65 //步长
//定义硬件引脚
sbit cs1=P3^2;
sbit cs2=P3^3;
sbit PD=P3^7;
sbit PC=P3^6;
s
www.eeworm.com/read/182814/9190476
txt hd61202源程序(asm).txt
;连线表: CPU=89C52 *
;RS=P2.0 R/W=P2.1 CS1=P2.7 CS2=P2.6 *
;FOSC=12MHz D0-D7=P0.0-P0.7 E=/(WR*RD) /RSET=/(CPU RSET) *
;***************************************************************************
D1 E
www.eeworm.com/read/354611/10342353
h drive_functions.h
#define uchar unsigned char
#define uint unsigned int
#define RST P20
#define E P21
#define RW P22
#define DI P23
#define CS2 P24
#define CS1 P25
uchar chip_select=1;
uchar color=0x00;
www.eeworm.com/read/351522/10644132
h drive_functions.h
#include
#define uchar unsigned char
#define uint unsigned int
#define RST P20
#define E P21
#define RW P22
#define DI P23
#define CS2 P24
#define CS1 P25
uchar color=0x00;
www.eeworm.com/read/351518/10644381
h drive_functions.h
#define uchar unsigned char
#define uint unsigned int
#define RST P20
#define E P21
#define RW P22
#define DI P23
#define CS2 P24
#define CS1 P25
uchar chip_select=1;
uchar color=0x00;
www.eeworm.com/read/274034/10890715
h drive_functions.h
#define uchar unsigned char
#define uint unsigned int
#define DI P03
#define RW P04
#define CS1 P05
#define CS2 P06
#define E P07
uchar chip_select=1;
uchar color=0x00;
bit black_flag=0;
www.eeworm.com/read/274034/10890747
h drive_functions.h
#define uchar unsigned char
#define uint unsigned int
#define DI P03
#define RW P04
#define CS1 P05
#define CS2 P06
#define E P07
uchar chip_select=1;
uchar color=0x00;
bit black_flag=0;
www.eeworm.com/read/274361/7070881
h consts.h
#ifndef _CONST_H_
#define _CONST_H_
//on travaille sans PIC
//#define SANS_PIC_BASIC
#define CS1 PIN_C0
#define CS2 PIN_C1
#define PS PIN_C2
#define BRAKE_LMD PIN_C3
#define WR PIN_C4