代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/7082/106785
txt recover.txt
/* ISP有影响,除去下载线,效果ok */
/* 开背景光 Turn ON*/
_ledsAnode_High(LEDS1);/* 阳极 */
_ledsCathode_ChangeToOutputLow(LEDS1);/* 阴极 */
/* 反向偏执 充电 */
_ledsAnode_Low(LEDS0);
_ledsCathode_ChangeToOutputHi
www.eeworm.com/read/16094/659177
makefile
CFLAGS := -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -ffreestanding
leds.bin : crt0.S leds.c
arm-linux-gcc $(CFLAGS) -c -o crt0.o crt0.S
arm-linux-gcc $(CFLAGS) -c -o leds.o leds.c
arm-li
www.eeworm.com/read/16293/668446
makefile
CFLAGS := -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -ffreestanding
leds.bin : crt0.S leds.c
arm-linux-gcc $(CFLAGS) -c -o crt0.o crt0.S
arm-linux-gcc $(CFLAGS) -c -o leds.o leds.c
arm-li
www.eeworm.com/read/191935/8415752
h onetouch.h
/*
* This file is used to share "led" values with onetouch_control
*/
#ifndef _ONETOUCH_H_
#define _ONETOUCH_H_
#define OTLED_UNCALIBRATE (1
www.eeworm.com/read/146088/12671710
c led.c
#define IN_TGPIO
#include "config.h"
#define LEDS8 16 // P2[23:16] controle LED8~LED1
int main(void)
{
int fd;
uint8 i, val;
fd = open("/dev/P2", O_RDONLY);
if(fd == -1)
{