代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/391308/8410254
bs2 ex06 - las vegas.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex06 - Las Vegas.BS2
' Purpose... Stamp Game
' Author.... Parallax
' E-mail.... sta
www.eeworm.com/read/391308/8410324
bs2 ex05 - led graph.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex05 - LED Graph.BS2
' Purpose... LED Bar Graph
' Author.... Parallax
' E-mail....
www.eeworm.com/read/391308/8410327
bs2 ex03 - led counter.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex03 - LED Counter.BS2
' Purpose... Binary Counter
' Author.... Parallax
' E-mail..
www.eeworm.com/read/191410/8429957
c 877_i2~1.c
/*===========================================================================
Written in HI-TEC PIC C COMPILER 8.6.01
by
Michael Alon - MICROCHIP FAE
www.eeworm.com/read/288903/8595859
c main.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/432518/8597413
asm lfmem.asm
;*********************************************************************
; File Name: lfmem.asm
; Target System: C240x Evaluation Board
;
; Description: This program checks the memory location
www.eeworm.com/read/431983/8640621
v diglab1.v
module diglab1(
// Clock Input (50 MHz)
input CLOCK_50,
// Push Buttons
input [3:0] KEY,
// DPDT Switches
input [17:0] SW,
// 7-SEG Displays
output [6:0] HEX0, HEX1,
www.eeworm.com/read/287032/8731322
c main.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/285815/8815932
c main.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/285157/8864447
c init.c
// init.c
#include "at17c.h"
void Init(void) {
// P0 = SDA - bidirectional
// P1 = SCL - output
// P2 = SER_EN - output
// P7, P6, P5, P4, P3, P2, P1, P0
// O O