代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/374336/9408958
c led.c
#include //预处理命令
void main(void) //主函数名
{
unsigned int a; //定义变量a 为unsigned int 类型
unsigned char b; //定义变量b 为unsigned char 类型
do
{
for (a=0; a
www.eeworm.com/read/374335/9408973
lst led.lst
C51 COMPILER V8.08 LED 09/10/2008 11:17:22 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN Led
www.eeworm.com/read/374335/9408980
obj led.obj
www.eeworm.com/read/374335/9408991
c led.c
#include //预处理文件里面定义了特殊寄存器的名称如P1 口定义为P1
void main(void)
{
//定义花样数据
const unsigned char design[32]={
0xFF,0xFE,0xFD,0xFB,0xF7,0xEF,0xDF,0xBF,
0x7F,0x7F,0xBF,0xDF,0xEF,0xF7,0
www.eeworm.com/read/178220/9413268
c led.c
/*****************************************************
* 文件名称:
* led.c
* 文件说明:显示的时候首先设置要显示的内容
* 然后使能相应的LED
*
*****************************************************/
#ifnd
www.eeworm.com/read/178122/9417955
exe led编码.exe
www.eeworm.com/read/178122/9417957
ini led.ini
[options]
a=0
b=1
c=2
d=3
e=4
f=5
g=6
h=7
connect=0
format=0
www.eeworm.com/read/178094/9418585
msm led.msm
www.eeworm.com/read/374161/9419402
c led.c
/* LED.C File
The LED driver
Created by Computer-lov. Date: 2005.5.25
Last edited date:2005.5.25
Copyright (c) 2005 Computer-lov
version 1.0
All rigths reserved
欢迎访问我的blog:
www.eeworm.com/read/374161/9419404
h led.h
/* LED.H File
The LED driver's head file
Created by Computer-lov. Date: 2005.5.25
Last edited date:2005.5.25
Copyright (c) 2005 Computer-lov
version 1.0
All rigths reserved