代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/198515/7932515
hex led.hex
:030000000204DE19
:0C04DE0078FFE4F6D8FD75810D020423C0
:10000300FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
:10001300FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
:10002300EFDFEF3FE8FF0000EDFFFEFDEFF3EC0F26
:10003300
www.eeworm.com/read/198515/7932520
opt led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/198515/7932522
obj led.obj
www.eeworm.com/read/398564/7936950
c led.c
// 包含必要的头文件
#include "LED.H"
#include
#include
#include
#include
#include
#include
// 将较长的标识符定义成较短的形式
#de
www.eeworm.com/read/398564/7936952
h led.h
#ifndef _LED_H_
#define _LED_H_
// 定义LED名称
#define LED1 0x01
#define LED2 0x02
#define LED3 0x04
// 初始化指定的LED
extern void LED_Init(unsigned char ucLED);
www.eeworm.com/read/398564/7936981
c led.c
// 包含必要的头文件
#include "LED.H"
#include
#include
#include
#include
#include
#include
// 将较长的标识符定义成较短的形式
#de
www.eeworm.com/read/398564/7936985
h led.h
#ifndef _LED_H_
#define _LED_H_
// 定义LED名称
#define LED1 0x01
#define LED2 0x02
#define LED3 0x04
// 初始化指定的LED
extern void LED_Init(unsigned char ucLED);
www.eeworm.com/read/398452/7945616
c led.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
sbit dr0=P2^0;
sbit dg0=P0^7;
sbit db0=P2^1;
sbit dr1=P0^6;
sbit dg1=P2^2;
sbit db1=P0^5;
sbit dr
www.eeworm.com/read/198225/7946880
h led.h
/*
* led.h: header file for memory.c
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o