代码搜索:LED_DISPLAY
找到约 1,437 项符合「LED_DISPLAY」的源代码
代码结果 1,437
www.eeworm.com/read/440197/7693103
c comload.c
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define puts Uart_Printf
#define printf Uart_Printf
#define getch Uart_Getch
#ifndef DEBUG_VERSION
#define USE_UART_INT
#endif
www.eeworm.com/read/434864/7800725
c comload.c
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define puts Uart_Printf
#define printf Uart_Printf
#define getch Uart_Getch
#ifndef DEBUG_VERSION
#define USE_UART_INT
#endif
www.eeworm.com/read/299850/7828349
c comload.c
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define puts Uart_Printf
#define printf Uart_Printf
#define getch Uart_Getch
#ifndef DEBUG_VERSION
#define USE_UART_INT
#endif
www.eeworm.com/read/299096/7889301
c comload.c
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define puts Uart_Printf
#define printf Uart_Printf
#define getch Uart_Getch
#ifndef DEBUG_VERSION
#define USE_UART_INT
#endif
www.eeworm.com/read/326285/13149798
c comload.c
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define puts Uart_Printf
#define printf Uart_Printf
#define getch Uart_Getch
#ifndef DEBUG_VERSION
#define USE_UART_INT
#endif
www.eeworm.com/read/323795/13317312
c comload.c
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define puts Uart_Printf
#define printf Uart_Printf
#define getch Uart_Getch
#ifndef DEBUG_VERSION
#define USE_UART_INT
#endif
www.eeworm.com/read/313017/13598290
vhd led_display.vhd
library ieee;
use ieee.std_logic_1164.all;
use work.p_alarm.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity led_display is
port ( displayseg: t_display;
clk :
www.eeworm.com/read/313017/13598387
bak led_display.vhd.bak
library ieee;
use ieee.std_logic_1164.all;
use work.p_alarm.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity led_display is
port ( displayseg: t_display;
clk :
www.eeworm.com/read/312365/13612723
c main.c
/******************************************************
* 文件名称:
* main.c
* 文件说明:
* 程序通过口线模拟IIC总线操作EEPROM,实验中在
* EEPROM的地址0x02写数据0x06,然后显示到LED[0],
* 读出的数据显示到LE
www.eeworm.com/read/309972/13661281
c comload.c
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define puts Uart_Printf
#define printf Uart_Printf
#define getch Uart_Getch
#ifndef DEBUG_VERSION
#define USE_UART_INT
#endif