代码搜索:LEDS

找到约 3,223 项符合「LEDS」的源代码

代码结果 3,223
www.eeworm.com/read/153007/5654911

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/295094/8187412

c myc51.c

#define LEDS 6 #include //led灯选通信号 unsigned char code Select[]={0x01,0x02,0x04,0x08,0x10,0x20}; unsigned char code LED_CODES[]= { 0xc0,0xF9,0xA4,0xB0,0x99,//0-4 0x92,0x82,0
www.eeworm.com/read/295092/8187449

c c51_3.c

#define LEDS 6 #include "reg51.h" //led灯选通信号 unsigned char code Select[]={0x01,0x02,0x04,0x08,0x10,0x20}; unsigned char code LED_CODES[]= { 0xc0,0xF9,0xA4,0xB0,0x99,//0-4 0x92,0x82,0xF8,
www.eeworm.com/read/295088/8187514

c 51.c

#define LEDS 6 #include "reg51.h" //led灯选通信号 unsigned char code Select[]={0x01,0x02,0x04,0x08,0x10,0x20}; unsigned char code LED_CODES[]= { 0xc0,0xF9,0xA4,0xB0,0x99,//0-4 0x92,0x82,0xF
www.eeworm.com/read/292633/8344136

c main.c

#include #include #include #include int main(int argc, char **argv) { int on; int led_no; int fd; long int i = 0; fd = open("/dev/cyc_leds", 0); if
www.eeworm.com/read/268041/11156050

c exp9.c

#include #include #define LEDs PORTD //定义输出端口及灯的类型 #define red 0x03 #define green 0x05 #define yellow 0x06 #pragma vector=0x1C __interrupt void adc_
www.eeworm.com/read/266629/11216676

c main.c

/* ****************************************Copyright (c)************************************************** ** Guangzhou Zhiyuan Electronic Co.,LTD. **
www.eeworm.com/read/236267/14024003

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/202239/15388695

c led.c

#include "configLPC.h" #include "Led.h" typedef struct tagLEDCTL { unsigned long dwLenCon; volatile unsigned long* pIoPin; volatile unsigned long* pIoSet; volatile unsigned long* pIoClr; }LEDC
www.eeworm.com/read/200724/15427092

h avrcore.h

/*! \file avrcore.h \brief AVR-Core Board Driver Functions. */ //***************************************************************************** // // File Name : 'avrcore.h' // Title : AVR-Core Bo