代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/107422/6189384
s crt0.s
@ r0 -> start of flash
@ r1 -> where to load data
@ r2 -> start of program
.text
.align
.global main,_main
main:
_main:
# light up some LEDs
ldr r3, =0xff00c000
ldr r4, =0x000000f0
www.eeworm.com/read/11139/200650
entries
/.platform/1.3/Thu Oct 29 18:19:47 2009//
/ActiveMessageC.nc/1.1/Fri Sep 4 18:27:46 2009//
/HplUserButtonC.nc/1.1/Fri Sep 4 18:27:46 2009//
/Leds.nc/1.1/Fri Sep 4 18:27:46 2009//
/LedsC.nc/1.1/
www.eeworm.com/read/479151/1338709
h lk201.h
/*
* Commands to the keyboard processor
*/
#define LK_PARAM 0x80 /* start/end parameter list */
#define LK_CMD_RESUME 0x8b
#define LK_CMD_INHIBIT 0xb9
#define LK_CMD_LEDS_ON 0x13 /* 1 param: l
www.eeworm.com/read/222882/4817791
s crt0.s
@ r0 -> start of flash
@ r1 -> where to load data
@ r2 -> start of program
.text
.align
.global main,_main
main:
_main:
# light up some LEDs
ldr r3, =0xff00c000
ldr r4, =0x000000f0
www.eeworm.com/read/222882/4817805
s crt0.s
@ r0 -> start of flash
@ r1 -> where to load data
@ r2 -> start of program
.text
.align
.global main,_main
main:
_main:
# light up some LEDs
ldr r3, =0xff00c000
ldr r4, =0x000000f0
www.eeworm.com/read/209559/4965284
h lk201.h
/*
* Commands to the keyboard processor
*/
#define LK_PARAM 0x80 /* start/end parameter list */
#define LK_CMD_RESUME 0x8b
#define LK_CMD_INHIBIT 0xb9
#define LK_CMD_LEDS_ON 0x13 /* 1 param: l
www.eeworm.com/read/188880/5206018
s crt0.s
@ r0 -> start of flash
@ r1 -> where to load data
@ r2 -> start of program
.text
.align
.global main,_main
main:
_main:
# light up some LEDs
ldr r3, =0xff00c000
ldr r4, =0x000000f0
www.eeworm.com/read/188880/5206032
s crt0.s
@ r0 -> start of flash
@ r1 -> where to load data
@ r2 -> start of program
.text
.align
.global main,_main
main:
_main:
# light up some LEDs
ldr r3, =0xff00c000
ldr r4, =0x000000f0
www.eeworm.com/read/182103/5269750
inc ts1325.inc
; Some nasm macros to turn on TS-1325 LEDs and wait for button presses.
; This should be '%include'ed in your nasm source file.
;
; Tony Ambardar
P1LTC equ 0F862h
P1PIN equ 0F860h
%macro LED_OFF
www.eeworm.com/read/310709/3691722
h hardware.h
#ifndef _H_hardware_h
#define _H_hardware_h
#include "msp430hardware.h"
//#include "MSP430ADC12.h"
//#include "CC2420Const.h"
//#include "AM.h"
// LEDs
TOSH_ASSIGN_PIN(RED_LED, 5, 4);
TOSH_ASSIGN_PI