代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/141558/13000513
txt leds.txt
----------------------------
LEDs Software Application
Revision 1.00
----------------------------
Application Summary:
This sample program helps you get familiar with manipulating the
I/O
www.eeworm.com/read/141558/13000533
bat leds.bat
DSPA leds.asm -v2xx -s
DSPLNK leds.obj leds.cmd -o leds.out
www.eeworm.com/read/241039/13177992
headset_leds
headset_leds.o: headset_leds.c headset_leds.h headset_leddata.h \
headset_events.h C:/BlueLab/tools/include/connection.h \
C:/BlueLab/tools/include/bdaddr_.h \
C:/BlueLab/tools/lib/gcc-lib/xa
www.eeworm.com/read/324736/13248146
h leds.h
//led.h
// Init led frecuency
void InitLeds(void);
// turn on Led1
void Led1_On(void);
// turn off Led1
void Led1_Off(void);
// turn on Led2
void Led2_On(void);
// turn off Led2
void L
www.eeworm.com/read/324736/13248170
c leds.c
// leds.c
#include "leds.h"
#include "bits.h"
#include
// Init led
void InitLeds(void) {
// LED port as output
IOPORT1_PC2 = BIT8|BIT9;
}
// turn on Led1
void Led
www.eeworm.com/read/238973/13311368
bmp leds.bmp
www.eeworm.com/read/316215/13528219
cgi leds.cgi
www.eeworm.com/read/316009/13532595
bmp leds.bmp
www.eeworm.com/read/315320/13545962
lds leds.lds
SECTIONS {
. = 0x00;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/315320/13545965
c leds.c
#define WTCON (*(volatile unsigned long *)0x53000000)
#define GPBCON (*(volatile unsigned long *)0x56000010)
#define GPBDAT (*(volatile unsigned long *)0x56000014)
#define GPB7_out (1