代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.lis
.module led.c
.area lit(rom, con, rel)
0000 _led_data::
0000 3F00 .word 63
0002 0600 .word 6
0004 5B00
led._h
/**********************************
** file_name led.h **
** describe 七段数码管头文件 **
** LED型号 ARK SR420361K **
** auther 古欣 www.avrvi.com **
** Time 2007-2-25
led._c
/**********************************
** file_name led.c **
** describe 七段数码管函数 **
** auther 古欣 www.avrvi.com **
** Time 200-2-25 **
** temp=(data*1000)%1; 这个
led.c
/**********************************
** file_name led.c **
** describe 七段数码管函数 **
** auther 古欣 www.avrvi.com **
** Time 200-2-25 **
** temp=(data*1000)%1; 这个
led.c
#include "2407c.h"
ioport unsigned int port8000;
ioport unsigned int port8005;
ioport unsigned int port8001;
ioport unsigned int port8002;
ioport unsigned int port8003;
iopor
led.cmd
-w
-stack 200
-heap 200
-l rts2xx.lib
MEMORY
{
PAGE 0:
VECS :o=0,l=40h
PRCT :o=40h,l=4
PROG :o=9000h,l=2000h
PAGE 1:
IDATA1:o=300h,l=100h
IDATA2:o=0c00h,l=400h
led.c
#include "2407c.h"
ioport unsigned int port8000;
ioport unsigned int port8005;
ioport unsigned int port8007;
void interrupt xint(void); /* 中断服务程序,外部中断调用 */
unsigned int uW
led.cmd
-w
-stack 200
-heap 200
-l rts2xx.lib
MEMORY
{
PAGE 0:
VECS :o=0,l=40h
PRCT :o=40h,l=4
PROG :o=9000h,l=2000h
PAGE 1:
IDATA1:o=300h,l=100h
IDATA2:o=0c00h,l=400h
REG