代码搜索结果
找到约 10,000 项符合
LED 的代码
led.lst
C51 COMPILER V7.50 LED 07/23/2007 16:30:23 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
led.h
#ifndef _led_h_
#define _led_h_
#include
#include "mytype.h"
#define LedIO P2
sbit LED1 = LedIO^0;
sbit LED2 = LedIO^1;
sbit LED3 = LedIO^2;
sbit LED4 = LedIO^3;
sbit LED5 =
led.lnp
"fw.obj",
"periph.obj",
"dscr.obj",
".\Ezusb.lib",
".\Usbjmptb.obj"
TO "led"
RAMSIZE(256)
led.hex
:1003ED00E4F52DF52CF52BF52AC203C200C202C28D
:1003FD000112084E7E057F978E0A8F0B750C0575C1
:10040D000DA9750F067510067508057509D2EE5400
:10041D00E0700302050A752E00752F808E308F3126
:10042D00C374569FFF7
led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (HID
led.c
/*
*********************************************************************************************************
* Embedded Systems Building Blocks
*
led.h
/*
*********************************************************************************************************
* Embedded Systems Building Blocks
*
led.h
#define LED_INIT PTD_PTD0=1; DDRD_DDRD0=1; /* LED off, LED pin is output */
#define LED_SW_ON PTD_PTD0=0;
#define LED_SW_OFF PTD_PTD0=1;
#define LED_SW_TOGGLE PTD_PTD0^=1;
#define
led.h
/*************************************************************************************
* Copyright (c) 2005 by National ASIC System Engineering Research Center.
* PROPRIETARY RIGHTS of ASIC are invo