代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.c
#include
#include "led.h"
unsigned char seg[]={
0x3f,0x06,0x5b,0x4f, /* 0 1 2 3*/
0x66,0x6d,0x7d,0x07, /* 4 5 6 7 */
0x7f,0x6f,0x77,0x7c, /* 8 9 A B */
0x39,0x5e,0x79,0x71 /*
led.__i
-c -mcpu=arm7tdmi -gdwarf-2 -MD -Wall -O -mapcs-frame -mthumb-interwork -IC:/Keil/ARM/INC/Philips/ -o led.o "led.c"
led.d
led.o: led.c C:/Keil/ARM/INC/Philips/LPC21xx.H
led.c
#include
#define LED 0x000001
typedef unsigned int uint32;
typedef unsigned char uint8;
void timer0_ISR (void) __attribute__ ((interrupt));
uint8 timer0Times = 0;
void timer0Init (vo
led.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
led.vhd
--//************************Copyright (c)**********************
--//** 广州周立功单片机发展有限公司
--//** 研 究 所
--//** 测控事业部
--//**
--//**
led时钟.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.h
#ifndef LED_H
#define LED_H
#include"def.h"
void Display();
extern unsigned char text[64];
#endif
led.lst
C51 COMPILER V8.05a LED 06/07/2008 17:49:22 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN Le