代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/278387/6966178
c led.c
#include
#include
#include
void LedFull(void)
{
unsigned char i,k;
unsigned char code Digit[10]={
0xFC, //0
0x60,
www.eeworm.com/read/469361/6973413
h led.h
#ifndef _LED_
#define _LED_
#include "pic.h"
static volatile bit YWCP @ (unsigned)&PORTB*8+0;
static volatile bit DS @ (unsigned)&PORTC*8+7;
static volatile bit SCCP @ (unsigned)&PORTC*8+6;
//st
www.eeworm.com/read/469361/6973423
lst led.lst
HI-TECH Software PICC Macro Assembler V8.05PL1
Serial number: HCPIC-16790 Sun Apr 26 12:44:14 2009
Licensed to: TWO
1 processor 16F8
www.eeworm.com/read/469361/6973436
cce led.cce
www.eeworm.com/read/469361/6973437
sdb led.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID CANREADCODE ]
"14 d:\HT-PIC\INCLUDE\pic168xa.h
[v _INDF `Vuc 1 s 1 @0 ]
"15
[v _TMR0 `Vuc 1 s 1 @1 ]
"16
[v _PCL `Vuc 1 s 1 @2 ]
"17
[v _STATUS
www.eeworm.com/read/469361/6973439
rlf led.rlf
www.eeworm.com/read/469361/6973440
c led.c
#include"LED.h"
bank1 unsigned char Display_addr[24]={ 0x04,0x03,0x02,0x01,0x08,0x07,0x06,0x05,
0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,
0x14,0x13,0x12,0x11,0x18,0x17,0x16,0x15
www.eeworm.com/read/469361/6973441
obj led.obj
www.eeworm.com/read/468869/6980765
obj led.obj
www.eeworm.com/read/468869/6980767