代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/472665/6861917
c rp6base_leds_uncommented.c
// Uncommented Version of RP6Base_LEDs.c
// ------------------------------------------------------------------------------------------
// Just to show how short this program really is - here it is a
www.eeworm.com/read/387424/8684334
naf led_m8.naf
Clk i
Reset i
WR i
Addr[7] i
Addr[6] i
Addr[5] i
Addr[4] i
Addr[3] i
Addr[2] i
Addr[1] i
Addr[0] i
Mico8_Data[7] i
Mico8_Data[6] i
Mico8_Data[5] i
Mico8_Data[4] i
Mico8_D
www.eeworm.com/read/387031/8711022
h evmdm642_led.h
/*
* Copyright 2003 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*/
/*
* ======== evmdm642_led.h ========
*
* Interface for L
www.eeworm.com/read/430944/8717528
c main.c
// MemTestLib Demonstration Project
// For the Phytec Development Board with 87C591 phyCORE module
// using the Keil 8051 C Compiler or Raisonance 8051 C Compiler
// (C) Embedded Systems Academy 20
www.eeworm.com/read/285242/8858931
txt readme.txt
TMS320VC5402 DSK - BLINK DEMO
-----------------------------
This example program demonstrates the use of the three (3) user LED's on the DSK board. It
is a very simple blinking example that turn
www.eeworm.com/read/185226/9049383
prj pepextractor.prj
work "F:/xillinx/mywork/ledleft/left_right_leds.vhd"
www.eeworm.com/read/185226/9049472
rsp edntongd_tcl.rsp
set ADucfFile {left_right_leds.ucf}
set ADbmmFile {}
set ADcdcFile {}
www.eeworm.com/read/281526/9151510
c main.c
#include /* common defines and macros */
#include /* derivative information */
#pragma LINK_INFO DERIVATIVE "mc9s12dg128b"
int counter;
int flag;
void TimerOv
www.eeworm.com/read/180962/9278584
c main.c
#include
#pragma config WDT = OFF
void delay (void)
{
int i;
for (i = 0; i < 10000; i++)
;
}
void main (void)
{
/* Make all bits on the Port B (LEDs) output bit
www.eeworm.com/read/180962/9278586
c main.c
#include
#pragma config WDT = OFF
void main (void)
{
/* Make all bits on the Port B (LEDs) output bits.
* If bit is cleared, then the bit is an output bit.
*/
TRISB =