代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/19091/810624
obj led.obj
www.eeworm.com/read/19091/810628
serial led disp
www.eeworm.com/read/19091/810847
dyn scan led
www.eeworm.com/read/19092/811165
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/19092/811175
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/19092/811188
cce led.cce
www.eeworm.com/read/19092/811189
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/19092/811191
rlf led.rlf
www.eeworm.com/read/19092/811192
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/19092/811193