代码搜索:drive 开发教程
找到约 10,000 项符合「drive 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/306713/13739817
gif drive.gif
www.eeworm.com/read/306713/13739891
bmp drive.bmp
www.eeworm.com/read/306713/13739904
gif drive.gif
www.eeworm.com/read/305299/13774503
bmp drive.bmp
www.eeworm.com/read/304409/13794895
asm drive.asm
DRIVE: PUSH 02H ; 保护现场
MOV R2,#08H ; 确定8路的输出状态
CLR A ;A清零
DRIVE1:CJNE @R1,#00H,DRIVE2 ; 该路是否触发完毕
SETB C ; 完毕则置高平
www.eeworm.com/read/303479/13815250
h drive.h
#include
//LED1 口线P5.7
#define LED1_DIR_OUT (P5DIR|=0x80)
#define LED1_OFF (P5OUT|=0x80)
#define LED1_ON (P5OUT&=0x7F)
//LED2 口线P5.6
#define LED2_DI
www.eeworm.com/read/303479/13815258
c drive.c
#include
#include"drive.h"
extern unsigned char comm_sys;
extern unsigned char address;
extern void P1_Init(void);
extern void st16c55x_res();
extern void chioce_com(unsigned cha
www.eeworm.com/read/152719/5667727
h drive.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/126074/6018349
c drive.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/126074/6018456
h drive.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*