代码搜索:LED_DISPLAY

找到约 1,437 项符合「LED_DISPLAY」的源代码

代码结果 1,437
www.eeworm.com/read/494196/1161576

h utils.h

#ifndef __UTILS_H__ #define __UTILS_H__ #define LED_ON 0xa #define LED_OFF 0x0 #ifdef __cplusplus extern "C" { #endif void Port_Init(void); void Led_Display(int data); void Delay(voi
www.eeworm.com/read/389154/2543310

h utils.h

#ifndef __UTILS_H__ #define __UTILS_H__ #define LED_ON 0xa #define LED_OFF 0x0 #ifdef __cplusplus extern "C" { #endif void Port_Init(void); void Led_Display(int data); void Delay(voi
www.eeworm.com/read/426900/6339198

h 2410library.h

#ifndef __2410library_h_ #define __2410library_h_ //外围数码灯以及数码管 void Led_Display(int data); void Seg7_Display(unsigned char mask, unsigned char * pdata); void Delay(int time); void Delay_ms(int
www.eeworm.com/read/17522/735345

hier_info led_display.hier_info

|LED_DISPLAY L1 7493:inst1.CLKA L2
www.eeworm.com/read/476527/1368991

hier_info led_display.hier_info

|LED_DISPLAY L1 7493:inst1.CLKA L2
www.eeworm.com/read/386476/8745109

asm led_display.asm

LED_DISPLAY: PUSH DPH PUSH DPL PUSH ACC MOV 3FH,#00H MOV 3EH,#00H MOV 3DH,#00H MOV 3CH,#00H MOV R5,#3FH MOV A,#81H ;写8255控制字 MOV DPTR,#7F03H MOVX @DPTR,A ;C口为
www.eeworm.com/read/205728/15308663

c 51接收.c

#include #define uchar unsigned char #define uint unsigned int code uchar display[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; void led_display(); data uchar time[4]={0,0,0,0};