代码搜索:LED显示
找到约 10,000 项符合「LED显示」的源代码
代码结果 10,000
www.eeworm.com/read/412777/11184707
dyn scan led
www.eeworm.com/read/412706/11188563
led_display
www.eeworm.com/read/267216/11190288
c led.c
/*********************************************************************************************
* File: light.c
* Author: embest
* Desc: control board's two LEDs on or offf
* History:
**********
www.eeworm.com/read/267215/11190310
o led.o
www.eeworm.com/read/267215/11190316
c led.c
/*********************************************************************************************
* File: light.c
* Author: embest
* Desc: control board's two LEDs on or offf
* History:
**********
www.eeworm.com/read/266625/11216718
h led.h
//LED GPIO
#define GPBCON (*(volatile unsigned long *)0x56000010)
#define GPBDAT (*(volatile unsigned long *)0x56000014)
#define GPBUP (*(volatile unsigned long *)0x56000018)
void InitLed();
void LedP
www.eeworm.com/read/266625/11216731
c led.c
#include "./include/led.h"
void InitLed()
{
GPBCON = (GPBCON & ~0x3fc000) | 0x154000;
GPBUP &= ~0x780;
}
void LedPlay(int iLedVal)
{
GPBDAT=(GPBDAT | 0x780) &( ~(( iLedVal & 0x78)
www.eeworm.com/read/412049/11216793
v led.v
`timescale 1ns/1ps
module sm_led
(
Clk,Rst,
SM_CS1,SM_CS2, SM_db,
data1,data2
);
input Clk;
input Rst;
output SM_CS1;
output SM_CS2;
output[6:0] SM_db; //7段数码管(不包括小数点)
// M
www.eeworm.com/read/266377/11229639
c led.c
www.eeworm.com/read/266329/11231957
h led.h
///////////////////////////////////////////////////////////////////////////////
// Led.h : header file
// Visual Source Safe: $Revision: 1 $
//
// Led static control. Will display a LED in 4 diffe