代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/296690/8081133
h led.h
VOID led_init ( VOID ) ;
VOID led_on ( INT nr ) ;
VOID led_off ( INT nr ) ;
VOID led_toggle ( INT nr ) ;
VOID led_run ( VOID ) ;
VOID tk_panic ( INT error ) ;
www.eeworm.com/read/296660/8083422
o led.o
www.eeworm.com/read/296660/8083516
c led.c
#include "sys.h"
void led_on()
{
rGPBDAT=0x00000000;//control IRDA led to light on
}
void led_off()
{
rGPBDAT=0x00000002;
}
www.eeworm.com/read/396884/8085095
h led.h
void Init_Port(void);
void SHCLK_Hi(void);
void SHCLK_Lo(void);
void STCLK_Hi(void);
void STCLK_Lo(void);
void DataOut(unsigned char nValue);
void Init_CLK(void);
www.eeworm.com/read/396884/8085099
c 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 /*
www.eeworm.com/read/396853/8087344
__i led.__i
-c -mcpu=arm7tdmi -gdwarf-2 -MD -Wall -O -mapcs-frame -mthumb-interwork -IC:/Keil/ARM/INC/Philips/ -o led.o "led.c"
www.eeworm.com/read/396853/8087365
o led.o
www.eeworm.com/read/396853/8087388
c 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
www.eeworm.com/read/296593/8090290
bsf 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