代码搜索结果

找到约 35,557 项符合 LED 的代码

led-clock.c

#include #include "ds1302.h" //包含DS1302头文件 #define leddata P0 //定义LED数据口 #define sec 0x80 //1302秒寄存器地址 #define min 0x82 //1302分寄存器地址 #define hou 0x84 //1302时寄存器地址 #define re

led.dp2

led.o: C:/icc/include/iom16v.h C:/icc/include/macros.h

led._c

#include #include /* This seems to produce the right amount of delay for the LED to be * seen */ void Delay() { unsigned char a, b; for (a = 1; a; a++) for (b

led.c

#include #include /* This seems to produce the right amount of delay for the LED to be * seen */ void Delay() { unsigned char a, b; for (a = 1; a; a++) for (b

led.c

/***************************************************** * 文件名称: * led.c * 文件说明:显示的时候首先设置要显示的内容 * 然后使能相应的LED * *****************************************************/ #ifnd

led.mak

CC = iccavr CFLAGS = -ID:\icc\include\ -ID:\avrvi\AVRVi_m128_Starter_Kit\LED\source -e -DATMEGA -DATMega128 -l -g -Mavr_enhanced ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LD:\icc\lib\ -g -ucrtatmega