代码搜索结果
找到约 10,000 项符合
LED 的代码
led.c
#define LED_G
#include "sysincludes.h"
void LedPortInit(void)
{
rGPECON &= (~((3
led.h~
/* This is the header file of led type robot handheld ckt. */
void EEWrite(unsigned char Adr,unsigned char Data)
{
//while (EECR&0x02);
while (1) {
if ( (EECR&0x02)==0x00 ) break;
led.h
/* This is the header file of led type robot handheld ckt. */
void EEWrite(unsigned char Adr,unsigned char Data)
{
//while (EECR&0x02);
while (1) {
if ( (EECR&0x02)==0x00 ) break;
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