代码搜索结果
找到约 35,557 项符合
LED 的代码
led.err
Error[113] D:\C\PIC\LED.ASM 1 : Symbol not previously defined (STATUS)
Error[113] D:\C\PIC\LED.ASM 3 : Symbol not previously defined (TRISB)
Error[113] D:\C\PIC\LED.ASM 4 : Symbol not previous
led.plg
礦ision3 Build Log
Project:
E:\LPC2300\lcf\LPC2368资料_ICDEV\LPC236X例程\GPIO\LED.uv2
Project File Date: 03/18/2008
Output:
Build target 'Target 1'
led.d
led.o: led.c
led.o: f:\Keil\ARM\RV31\INC\stdio.h
led.o: f:\Keil\ARM\INC\Philips\LPC23xx.H
led.lnp
"lpc2300.o" "led.o" --strict --scatter "LED.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list ".\LED.map" -o "LED.axf"
led.tra
*** Creating Trace Output File 'LED.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"lpc2300.o"'
### List of Objects: adding '"led.o"'
### ADS-LD
led.plg
礦ision3 Build Log
Project:
E:\LPC2300\lcf\LPC2368资料_ICDEV\LPC236X例程\GPIO\LED.uv2
Project File Date: 03/18/2008
Output:
Build target 'Target 1'
led.d
led.o: led.c
led.o: f:\Keil\ARM\RV31\INC\stdio.h
led.o: f:\Keil\ARM\INC\Philips\LPC23xx.H
led.lnp
"lpc2300.o" "led.o" --strict --scatter "LED.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list ".\LED.map" -o "LED.axf"
led.tra
*** Creating Trace Output File 'LED.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"lpc2300.o"'
### List of Objects: adding '"led.o"'
### ADS-LD
led高地位交替闪烁程序.c
/*LED高低位交替闪烁程序*/
//==声明区===================================================
#include //定义寄存器的头文件
#define LED P1 //定义LED接至P2口
void delay(int); //声明延时函数