代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/179912/9331609
#3 led.#3
#include
//------------------------------------------------------------------------------------
// 16-bit SFR Definitions for 'F02x
//-----------------------------------------------
www.eeworm.com/read/179912/9331650
#1 led.#1
#include
//------------------------------------------------------------------------------------
// 16-bit SFR Definitions for 'F02x
//-----------------------------------------------
www.eeworm.com/read/179912/9331653
obj led.obj
www.eeworm.com/read/376065/9333857
jpg led.jpg
www.eeworm.com/read/376065/9333986
c led.c
#include
#include
#define PORTBIT(adr, bit) ((unsigned)(&adr)*8+(bit))
volatile bit button @ PORTBIT(PORTB, 1);
const char Msg[] = {"This is a string\0"};
int sub1(int i,
www.eeworm.com/read/376058/9334147
exe led.exe
www.eeworm.com/read/179850/9334936
h led.h
///////////////////////////////////////////////////////////////////////////////
// Led.h : header file
// Visual Source Safe: $Revision: 1.1.1.1 $
//
// Led static control. Will display a LED in 4
www.eeworm.com/read/179850/9334948
cpp led.cpp
#include "stdafx.h"
#include "resource.h"
#include "Led.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////
www.eeworm.com/read/375987/9340425
h led.h
/*
LED.H file
LED基本操作——开LED,关LED
作者:lig
建立日期:2006-4-25
修改日期:2006-4-25
版本:V1.0
*/
#ifndef __LED_H__
#define __LED_H__
#define LED1 1 //P01
#define LED4 0 //P30
#define
www.eeworm.com/read/179548/9352475