代码搜索结果
找到约 10,000 项符合
LED 的代码
led.h
/**********************************************************************
*
* Filename: led.h
*
* Description: Header file for LED-related functionality.
*
* Notes: The constants i
led.c
/**********************************************************************
*
* Filename: led.c
*
* Description: LED-related functionality.
*
* Notes: The constants in this file are
led.cpp
/**********************************************************************
*
* Filename: led.cpp
*
* Description: A memory-mapped PCB version of the LED functions.
*
* Notes: The co
led.cpp
/**********************************************************************
*
* Filename: led.cpp
*
* Description: A memory-mapped PCB version of the LED functions.
*
* Notes: The co
led.c
#include
//#include
#define BLKN 2
sbit G=0x97;
sbit R_CLK=0x96;
sbit SCLR=0x95;
void delay(unsigned int);
unsigned char data dispram[32];
/*-----------------------------