代码搜索:ledflash
找到约 142 项符合「ledflash」的源代码
代码结果 142
www.eeworm.com/read/190618/8440303
c ledflash.c
#include
#define outw(a,v) (*((volatile Ulong *)(a))=(v))
#define LED_BASE 0xbe000020
int ledseq[] = {1,2,4,8,0x10,0x20,0};
int ledval[] = {
~(1|2|4|8|0x10|0x20), /* 0 */
~(2|4), /
www.eeworm.com/read/431211/8699969
c ledflash.c
#include "config.h"
// a subroutine that implements a delay via loops
// Note that the compile option used will alter this delay!
// Always use -O compile option
void a_delay(void){
unsi
www.eeworm.com/read/431209/8700488
c ledflash.c
#include "config.h"
// a subroutine that implements a delay via loops
// Note that the compile option used will alter this delay!
// Always use -O compile option
void a_delay(void){
unsi
www.eeworm.com/read/178126/9417932
h ledflash.h
#define RedLed P36
LedFlash()
{
WDTC.byte=0x05;
if (LedFlashNumber>=1)
{
if (LedWorkingFlag)
{
LedWorkingFlag=false;
if (LedOn_OffFlag)
{
RedLed
www.eeworm.com/read/356240/10234204
c ledflash.c
/*
* Funny AVR demonstration. Controls 8 LEDs which are directly
* connected to VCC. Additional to the nice illumination this
* program demonstrates the usage of the async timer and the
* sle
www.eeworm.com/read/274450/10871341
mcp ledflash.mcp
www.eeworm.com/read/446810/7564526
bmp ledflash.bmp
www.eeworm.com/read/446810/7564527
dsn ledflash.dsn
www.eeworm.com/read/442197/7657200
mcp ledflash.mcp
www.eeworm.com/read/143112/12898366