代码搜索结果

找到约 72,433 项符合 LED Matrix 的代码

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

sparse-matrix.edp

// sparse matrix test --- // example of the new matrix feature in version 1.40 // ------------------------------------------------- mesh TH = square(3,4); mesh th = square(2,3); mesh Th = square(

led.c

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