代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/200737/15426324
c boardtest.c
/*
V0.1 Initial Release 10/July/2006 RBR
*/
//test board functions for leds, switches
#include "msstate_lrwpan.h"
void main (void){
UINT32 start_tick;
halInit();
halIni
www.eeworm.com/read/112429/15485838
c t1_timer.c
/*
** t1_timer.c
** Connect timer1 and timer2 together to make a
** 32 bit DOWN counter, and display some bits of this
** counter on the LEDs.
*/
#include
extern vo
www.eeworm.com/read/112429/15485845
c t2_timer.c
/*
** t2_timer.c
** Connect timer1 and timer2 together to make a
** 32 bit UP counter, and display some bits of this
** counter on the LEDs.
*/
#include
/* IMPORT f
www.eeworm.com/read/290943/8448577
txt abstract.txt
The HID project is a demo program for the Keil MCB2300 Board
using the NXP LPC23xx Microcontroller.
It demonstrates an USB HID (Human Interface Device):
- 8 LEDs (LED0..7)
- 1 Push Button (
www.eeworm.com/read/357659/10203788
h pbled_test.h
#ifndef _PBLED_TEST_H_
#define _PBLED_TEST_H_
///////////////////////// Constants ////////////////////////////////
typedef enum LEDS_tag{
LED1 = 0x01,
LED2 = 0x02,
L
www.eeworm.com/read/279097/10466686
c led.c
#include
/*
* Demo program
*
* Flashes LEDs on Port B, responds to switch press
* on RA1. Usable on PICDEM board.
*
* Copyright (C)1997 HI-TECH Software.
* Freely distributable.
*/
#
www.eeworm.com/read/208275/7120043
txt abstract.txt
The Blinky project is a simple program for the AT91SAM7S64
using Atmel AT91SAM7S Microcontroller Board.
It blinks the 4 LEDs on the board. Blinking speed
can be changed by the switch buttons on
www.eeworm.com/read/449425/7505439
txt abstract.txt
The Blinky project is an simple example program for the
LPC3250 using PHYTEC 'PCM-967' with 'PCM-1304.0' Board.
Example functionality:
- 2 LEDs blink (LED1, LED2)
Clocks: XTAL
www.eeworm.com/read/446882/7563184
makefile
# Makefile2.6
ifneq ($(KERNELRELEASE),)
#kbuild syntax. dependency relationship of files and target modules are listed here.
obj-m +=leds.o
else
PWD :=$(shell pwd)
KEVER ?=$(shell uname -r)
#K
www.eeworm.com/read/151104/5686242
s testrescue.s
/* $Id: testrescue.S,v 1.3 2001/10/03 17:15:15 bjornw Exp $
*
* Simple testcode to download by the rescue block.
* Just lits some LEDs to show it was downloaded correctly.
*
* Copyright (C) 1999