代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.lis
.module led.c
.area text(rom, con, rel)
0000 .dbfile D:\ICCTES~1\1128\led.c
0000 .dbfunc e light_0 _light_0 fV
led._h
//led.h
extern void ledinit(void);
extern void sub2(void);
extern void subled(void);
extern unsigned int LedShowLink;
led._c
//LED device
#include
#include
#include "main.h"
#include "modbus.h"
#include "timer2.h"
static char aloneD[4];
//led
void (*pcled[10])(); //定义函数指针数组.
unsigned i
led.c
//LED device
#include
#include
#include "main.h"
#include "modbus.h"
#include "timer2.h"
static char aloneD[4];
//led
void (*pcled[10])(void); //定义函数指针数组.
unsign
led.lst
HI-TECH Software PICC Macro Assembler V8.05PL1
Serial number: HCPIC-90508 Sat Nov 10 13:01:07 2007
Licensed to: ONE
1 processor 16F6
led.cce
Warning[000] D:\NewKeyBoard\led.c 88 : illegal conversion between pointer types
Warning[000] D:\NewKeyBoard\led.c 89 : illegal conversion between pointer types
Warning[000] D:\NewKeyBoard\led.c 90 :
led.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID ]
"13 c:\program files\HT-PIC\INCLUDE\pic16f62xa.h
[v _TMR0 `Vuc 1 s 1 @1 ]
"14
[v _PCL `Vuc 1 s 1 @2 ]
"15
[v _STATUS `Vuc 1 s 1 @3 ]
"16
[v _
led.c
#include "pic16f62xa.h"
#include "pic.h"
#include "typedefine.h"
#include "extern.h"
bank1 uchar aloneD[4];
//段码0-9端口驱动.
void lightled0(void)
{
RA4 = 1;
PORTB &= 0b00000110;
}