代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/463491/7179558
c led.c
#include
#include
#include
#include
int main(int argc, char **argv)
{
int on;
int led_no;
int fd;
if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=
www.eeworm.com/read/456797/7339488
c display.c
// display.c
// Tom Perme
// Microchip Technology Inc.
// 2007
#include "main887.h"
/*....................................................................
. ClearK_LEDs()
.
. Clears the
www.eeworm.com/read/456153/7356528
c led.c
#include
#include
#include
#include
int main(int argc, char **argv)
{
int on;
int led_no;
int fd;
if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=
www.eeworm.com/read/455501/7370588
c ledtest.c
#define GPBCON (*(volatile unsigned long *)0x56000010) //控制LED灯输入/输出寄存器地址
#define GPBDAT (*(volatile unsigned long *)0x56000014) //控制LED亮灭寄存器地址
#define LEDS (1
www.eeworm.com/read/446912/7562935
c led_flash.c
#include
#include
#include
#include
int main(void)
{
int fd;
fd=open("/dev/leds",0);
if(fd
www.eeworm.com/read/446910/7562955
c led_test.c
#include
#include
#include
#include
int main(int argc, char **argv)
{
int on;
int led_no;
int fd;
if(argc!=3 || sscanf(argv[1],"%d",&
www.eeworm.com/read/440805/7680963
asm lfmem.asm
;*********************************************************************
; File Name: lfmem.asm
; Target System: C240x Evaluation Board
;
; Description: This program checks the memory location
www.eeworm.com/read/434564/7859348
ucf loopback.ucf
NET "clk" TNM_NET = "clk";
TIMESPEC "TS_clk" = PERIOD "clk" 20 ns HIGH 50 %;
OFFSET = IN 7 ns BEFORE "clk" ;
OFFSET = OUT 7.5 ns AFTER "clk" ;
NET "clk" LOC = "c9" | IOSTANDARD = LVCMOS33 ;
www.eeworm.com/read/199166/7881194
ucf loopback.ucf
NET "clk" TNM_NET = "clk";
TIMESPEC "TS_clk" = PERIOD "clk" 20 ns HIGH 50 %;
OFFSET = IN 7 ns BEFORE "clk" ;
OFFSET = OUT 7.5 ns AFTER "clk" ;
NET "clk" LOC = "c9" | IOSTANDARD = LVCMOS33 ;
www.eeworm.com/read/298071/7975892
bs2 ex06 - las vegas.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex06 - Las Vegas.BS2
' Purpose... Stamp Game
' Author.... Parallax
' E-mail.... sta