代码搜索:LED

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

代码结果 10,000
www.eeworm.com/read/16224/665137

c led.c

#include "bsp.h" #include "lpc_types.h" #include "lpc177x_8x_gpio.h" /*LED灯控制 */ void LED_ctr(uint8_t led_num,uint8_t on_off) { if (led_num == 1){ // GPIO_SetDir(BRD_LED_1_CONNECTED_PORT, BR
www.eeworm.com/read/16224/665179

d led.d

.\Flash\led.o: gpio_test\led.c .\Flash\led.o: ..\app\bsp.h .\Flash\led.o: ..\Drivers\lpc_types.h .\Flash\led.o: C:\Keil\ARM\RV31\INC\stdint.h .\Flash\led.o: ..\Drivers\phylan_dp83848c.h .\Flash\l
www.eeworm.com/read/16224/665198

o led.o

www.eeworm.com/read/16224/665229

crf led.crf

www.eeworm.com/read/16293/668531

s led_on.s

@****************************************************************************** @ File:led_on.S @ 功能:LED点灯程序,点亮LED1 @******************************************************************************
www.eeworm.com/read/16505/674232

h led.h

#ifndef __LED_H #define __LED_H #include "stm32f10x.h" #define LED_ON(n) GPIOG->BRR|=1
www.eeworm.com/read/16505/674233

c led.c

#include "led.h" #include "delay.h" void LED_Init() { RCC->APB2ENR|=1CRL|=0X00003333;//PG.0 1 2 3推挽输出 GPIOG->ODR|=1
www.eeworm.com/read/16507/674500

wed led(gpio).wed

[WorkState_v1_2] ptn_Child1=DockState ptn_Child2=ToolBarMgr ptn_Child3=Frames [WorkState_v1_2.DockState] Bars=29 ScreenCX=1366 ScreenCY=768 ptn_Child1=Bar-0 ptn_Child2=Bar-1 ptn_Child3=B
www.eeworm.com/read/16507/674577

dep led(gpio).dep

; STMicroelectronics dependencies file [Version] Keyword=ST7Project Number=1.3 [Root.Source Files.main.c.Config.0] ExternDep=main.c
www.eeworm.com/read/16536/678674

h led.h

#ifndef __LED_H #define __LED_H #include "sys.h" //Mini STM32开发板 //LED驱动代码 //正点原子@ALIENTEK //2010/5/27 //LED端口定义 #define LED0 PBout(5)// DS0 #define LED1 PEout(5)// DS1 void LED_I