代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/167890/5452018
readme
README for blink.c
- This is a small sample program that demonstrates both the use of
the on-board LEDs as well as the creation of a simple application on
top of the MANTIS operating system.
www.eeworm.com/read/289075/3996038
nc testappc.nc
configuration TestAppC {
}
implementation {
components MainC, TestAppP;
MainC.SoftwareInit -> TestAppP.Init;
MainC.Boot LedsC;
www.eeworm.com/read/393024/2489891
vhd size-nobus.vhd
-- This is a top level design used to determine resource usage.
-- Use it by editing the architecture to instantiate whatever
-- you want to measure. Connect the entity ports to IOBITS
-- and/or LEDS
www.eeworm.com/read/383940/2609284
nc testwdtc.nc
module TestWDTC
{
uses interface Boot;
uses interface Leds;
uses interface Timer as Timer;
//uses interface StdControl as TimerControl;
//uses interface HPLWdtC;
uses inter
www.eeworm.com/read/383940/2609303
nc testislappc.nc
#include "TestISLMsg.h"
configuration TestISLAppC {}
implementation
{
components TestISLC, MainC, LedsC, new TimerMilliC() as Timer;
TestISLC.Boot -> MainC;
TestISLC.Leds -> LedsC;
www.eeworm.com/read/105105/15677559
c ex3.c
//
// example 3: semaphore
// descriptions: The first task turned on LEDs from left to right,moved slowly until the eighth LED lighten,
// then the second task started up , it turned
www.eeworm.com/read/289584/8541412
c ex5.c
//
// example 5: counting semaphore
// descriptions: Semaphore initialized is 3, thus 3 LEDs can be turned on at the same time.
// There are 8 initialized tasks,one task corresponds t
www.eeworm.com/read/356716/10222641
psm clock.psm
CONSTANT LED_port, 80 ;8 simple LEDs
CONSTANT LED0, 01 ; LED 0 - bit0
CONSTANT LED1, 02 ;
www.eeworm.com/read/324258/13276868
set ledshuma-7.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPCE061A
[SetLink]
ExeFile=1
Output=.\Debug\LEDs
www.eeworm.com/read/318896/13467628
c devicecontroller.c
// Device Controller demo.
// The Rabbit hosts a Web page that displays two LEDs and two control buttons.
// Clicking a button toggles the corresponding LED on the module and redirects
// the clien