代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/163383/10163129
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/456001/7359836
nc testperiodicp.nc
/*
* Copyright (c) 2005-2006 Rincon Research Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/446810/7564506
txt vbreadme.txt
Contents of VB folder
All vb projects require inpout32.dll , instructions in the zip file.
Files:
------
inpout.zip :- inpout dll for accessing printer port in Visual Basic
--------------
www.eeworm.com/read/443299/7634955
txt abstract.txt
The HID project is a demo program for the AT91SAM7S64
using Atmel AT91SAM7S-EK Microcontroller Board.
It demonstrates an USB HID (Human Interface Device):
- 4 LEDs (LED1..4)
- 4 Push Buttons
www.eeworm.com/read/299143/7886108
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/299143/7886116
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 =
www.eeworm.com/read/198206/7947460
txt mem_test.txt
------------------------------
Mem_test Software Application
Revision 1.00
------------------------------
Application Summary:
This program checks the memory locations B0, B1, B2, and externa
www.eeworm.com/read/141558/13000536
txt mem_test.txt
------------------------------
Mem_test Software Application
Revision 1.00
------------------------------
Application Summary:
This program checks the memory locations B0, B1, B2, and externa
www.eeworm.com/read/141093/13044452
c bsp.c
/*
*************************************************************************************************************
* Atmel ATmega128
*
www.eeworm.com/read/145504/5745463
c bsp.c
/*
*************************************************************************************************************
* Atmel ATmega128
*