代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.ini
[options]
a=0
b=1
c=2
d=3
e=4
f=5
g=6
h=7
connect=0
format=0
led.c
#include"reg51.h"
unsigned int brk,i;
#define UP2_CLK_DATA (*((volatile unsigned long xdata *)0x0f0f))
#define DOWN2_CLK_DATA (*((volatile unsigned long xdata *)0x1F1F))
#define UP1_CLK_DATA
led.hex
:10000E0000000000000000000000000000000000E2
:10001E000000000000000000000000F800000000DA
:10002E00000000F801000000000000F007000000D2
:10003E00000000E00F000000000000E00F000000D4
:10004E00000000C01F0
led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
led.c
/*****************************************************
* 文件名称:
* led.c
* 文件说明:显示的时候首先设置要显示的内容
* 然后使能相应的LED
*
*****************************************************/
#ifnd
led.c
#include
#include
#define PORTBIT(adr, bit) ((unsigned)(&adr)*8+(bit))
volatile bit button @ PORTBIT(PORTB, 1);
const char Msg[] = {"This is a string\0"};
int sub1(int i,
led.c
/*--------------------------------------------------------*/
/* WQ21ST SOFTWARE STUDIO. */
/*--------------------------------------------------------*/
/* LED test for EVM
led.h
/*--------------------------------------------------------*/
/* WQ21ST SOFTWARE STUDIO. */
/*--------------------------------------------------------*/
/*
LED test inclu