代码搜索结果

找到约 10,000 项符合 LED 的代码

led.c

#include "LED.h" void LED_Set(int led,GPIO_TypeDef *GPIOx, enum LEDOPT opt) { switch(opt) { case LED_OFF: GPIO_WordWrite(GPIOx, GPIO_WordRead(GPIOx) & ~led); break; case LED_ON:

led.h

#ifndef __LED_H__ #define __LED_H__ #include "71x_lib.h" #define LED3 0x0010 // P1.4 #define LED4 0x0040 // P1.6 #define LED5 0x0002 // P0.1 #define LED6 0x0008 // P0.3 enum

led.c

//---------------------------------------------------------------------------- // WL Encore II Example Project // // Description: This is a simple project that is targeted at the CY7C603xx // part

led.opj

(ExpressProject "" (ProjectVersion "19981106") (ProjectType "PCB") (Folder "Design Resources" (Folder "Library") (File ".\led.dsn" (Type "Schematic Design")) (BuildFileA

led.asc

*PADS-PCB* *PART* C1 CAP5M08 C2 CAP5M08 C3 CE2M54 D11 LED D12 LED D13 LED D14 LED D15 LED D16 LED D17 LED D18 LED D21 LED D22 LED D23 LED D

led.onl

(PCB LED (description (timeStamp "2004 01 13 06 17 46") (program "CAPTURE.EXE" (Version "9.00.1153 CIS")) (source "Original data from OrCAD/CAPTURE schematic") (title "") (date "星期四,

led.c

/* ********************************************************************************************************* * Embedded Systems Building Blocks *