代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/264167/11326942
cpp led.cpp
#include "stdafx.h"
#include "Led.h"
#include "..\resource.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
#define LED_BLINK_TIMER
www.eeworm.com/read/263833/11339126
led595
www.eeworm.com/read/263754/11344616
elf led.elf
www.eeworm.com/read/263754/11344617
o led.o
www.eeworm.com/read/263754/11344618
hex led.hex
:100000000C9446000C9463000C9463000C94630001
:100010000C9463000C9463000C9463000C946300D4
:100020000C9463000C9463000C9463000C946300C4
:100030000C9463000C9463000C9463000C946300B4
:100040000C9463000C9
www.eeworm.com/read/263754/11344620
c led.c
#include
int main(void)
{
unsigned char i,j,k,led=0;
DDRA = 0xff;
PORTA = 0xff;
while(1)
{
if(led)
PORTA |= 0x01;//黄灯灭
else
PORTA &= 0xfe;//黄灯亮
led = !led;
www.eeworm.com/read/263754/11344621
aps led.aps
led19-Nov-2007 14:27:4519-Nov-2007 14:32:48241019-Nov-2007 14
www.eeworm.com/read/409116/11345892
obj led.obj
www.eeworm.com/read/409116/11345908