代码搜索:LED_DISPLAY

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

代码结果 1,437
www.eeworm.com/read/316610/13520087

c main.c

#include #include #include "Target\44b.h" #include "Target\44blib.h" static int UartNum=0; void myUart_Init(int whichuart, int baud)//对Uart进行初始化,以所需要的波特率为输入参数 { if
www.eeworm.com/read/316610/13520101

c main.c

#include #include #include "Target\44blib.h" #include "Target\Def.h" #include "Target\44b.h" #include "iictest\iic.h" void * function[][2]= { (void *)Test_Iic, "II
www.eeworm.com/read/316610/13520190

c main.c

#include "Target\44blib.h" #include "Target\44b.h" /********************************************/ // ARMSYS实验一:Helloworld // 描述:连接PC机串口,观察超级终端输出 /**********************
www.eeworm.com/read/316610/13520252

c main.c

#include #include #include "Target\44blib.h" #include "Target\44b.h" #include "timertest\timer.h" void * function[][2]= { (void *)Test_Timer, "Test PWM Timer. ",
www.eeworm.com/read/313017/13598308

qmsg alarm_clock.map.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/313017/13598330

qmsg prev_cmp_alarm_clock.map.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/310181/13656842

c test44x_key_int_time.c

#include "msp430x44x.h " //------------------------------------------------------------- // //MSP-Test44x Demo lcd ,led dishplay the timer // // MSP430F449 //
www.eeworm.com/read/309050/13683064

m51 rs232.m51

BL51 BANKED LINKER/LOCATER V5.03 11/06/2006 10:15:55 PAGE 1 BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY: D:\KEIL\C51\BIN\BL51.EXE .\STAR
www.eeworm.com/read/307227/13726279

c led.c

#include #include "..\inc\def.h" #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\led.h" void Test_Led(void) { rSYSCFG=SYSCFG_8KB; #if (PLLON==1) Cha
www.eeworm.com/read/305517/13766828

c main.c

#include #include #include "Target\44blib.h" #include "Target\44b.h" #include "timertest\timer.h" /********************************************/ // ARMSYS实验八:定时器应用测试 /