代码搜索:LED8

找到约 130 项符合「LED8」的源代码

代码结果 130
www.eeworm.com/read/152080/12145274

asm led.asm

;实验名称:走马灯 ; 功能:LED从LED1循环到LED8。 ; 作者:http://www.mcuprog.com ; 05-02-01 ;*********************************************************** LED1_8 EQU 30H ;循环显示的内容 ORG 0000H AJMP MAIN
www.eeworm.com/read/253157/12241741

c led.c

#define IN_TGPIO #include "config.h" #define LEDS8 16 // P2[23:16] controle LED8~LED1 int main(void) { int fd; uint8 i, val; fd = open("/dev/P2", O_RDONLY); if(fd == -1) {
www.eeworm.com/read/337134/12389101

asm led.asm

;实验名称:走马灯 ; 功能:LED从LED1循环到LED8。 ; 作者:http://www.mcuyjf.com.cn ; 05-02-01 ;*********************************************************** LED1_8 EQU 30H ;循环显示的内容 ORG 0000H AJMP MAIN
www.eeworm.com/read/220141/14850570

h xing.h

#define uchar unsigned char #define uint unsigned int //#define LEDS8 0xFF
www.eeworm.com/read/220141/14850587

c zhouyi.c

#include #include #define uchar unsigned char #define uint unsigned int //#define LEDS8 0xFF
www.eeworm.com/read/295480/8159793

c led花样显示.c

/********************************** 实验名称:LED花样控制实验 实验日期:2008,3,30 排线连接:将P1[16..23]接到J3 作者: 刘启明 实验目的:熟悉GPIO口的控制 **********************************/ #include "iolpc2132.h" /* LED8~LED1 8个
www.eeworm.com/read/405225/11468522

c test004.c

/******************************************************************************************** * 文 件 名:test004.c * 功 能:利用IO口线模拟同步串口驱动74HC595控制LED1~LED8这八个LED灯进行花样流水灯显示。 * 硬件条件:1.CPU型号:AT89S52 *
www.eeworm.com/read/152080/12145305

c led.c

/*实验名称:走马灯 功能:LED从LED1循环到LED8。 作者:http://www.mcuprog.com 05-02-01 */ #include #include void delay(void) { unsigned char j,timea=0xfa; while(timea--) {
www.eeworm.com/read/339431/12236594

c test004.c

/******************************************************************************************** * 文 件 名:test004.c * 功 能:利用IO口线模拟同步串口驱动74HC595控制LED1~LED8这八个LED灯进行花样流水灯显示。 * 硬件条件:1.CPU型号:AT89S52 *
www.eeworm.com/read/337134/12389198

c led.c

/*实验名称:走马灯 功能:LED从LED1循环到LED8。 作者:http://www.mcuyjf.com.cn 05-02-01 */ #include #include void delay(void) { unsigned char j,timea=0xfa; while(timea--) {