代码搜索:LED显示
找到约 10,000 项符合「LED显示」的源代码
代码结果 10,000
www.eeworm.com/read/403285/2313146
dni led.dni
[JTAGDriver]
WatchVectorCatch=_ 0
WatchCond=_ 0
Watch0=_ 0 "" 0 "" 0 "" 0 "" 0 0 0 0
Watch1=_ 0 "" 0 "" 0 "" 0 "" 0 0 0 0
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[StackPlugin]
Enabled=1
www.eeworm.com/read/403179/2314927
h led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
www.eeworm.com/read/403179/2314957
c led.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
#if (PLLON==1)
Cha
www.eeworm.com/read/398561/2376343
c led.c
// 包含必要的头文件
#include
// 将较长的标识符定义成较短的形式
#define SysCtlPeriEnable SysCtlPeripheralEnable
#define SysCtlPeriDisable SysCtlPeripheralDisable
#define GPIOPinTypeOut
www.eeworm.com/read/398561/2376345
h led.h
#ifndef _LED_H_
#define _LED_H_
// 定义LED名称
#define LED1 0x01
#define LED2 0x02
#define LED3 0x04
// 初始化指定的LED
extern void LED_Init(unsigned char ucLED);
www.eeworm.com/read/398510/2376876
h led.h
/*This file is prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief AT32UC3A EVK1100 board LEDs su
www.eeworm.com/read/398510/2376877
c led.c
/*This file is prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief AT32UC3A EVK1100 board LEDs su