代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/355946/10241082
c 877_i2~1.c
/*===========================================================================
Written in HI-TEC PIC C COMPILER 8.6.01
by
Michael Alon - MICROCHIP FAE
www.eeworm.com/read/424464/10446546
c main.c
#include
#include
#include
#include
int main(int argc, char **argv)
{
int on;
int led_no;
int fd;
if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=
www.eeworm.com/read/424454/10447012
c main.c
#include
#include
#include
#include
int main(int argc, char **argv)
{
int on;
int led_no;
int fd;
if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=
www.eeworm.com/read/352825/10504329
c main.c
#include
#include
#include
#include
int main(int argc, char **argv)
{
int on;
int led_no;
int fd;
if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=
www.eeworm.com/read/352077/10583885
bs2 ex06 - las vegas.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex06 - Las Vegas.BS2
' Purpose... Stamp Game
' Author.... Parallax
' E-mail.... sta
www.eeworm.com/read/352077/10583972
bs2 ex05 - led graph.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex05 - LED Graph.BS2
' Purpose... LED Bar Graph
' Author.... Parallax
' E-mail....
www.eeworm.com/read/352077/10583975
bs2 ex03 - led counter.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex03 - LED Counter.BS2
' Purpose... Binary Counter
' Author.... Parallax
' E-mail..
www.eeworm.com/read/275503/10814447
uv2 blink.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Blink LEDS Simulator), 0x0003 // Tools: 'ARM-GNU'
Target (Blink LEDS Debugger), 0x0005 // Tools: ''
Group (C Source File)
G
www.eeworm.com/read/275503/10814482
bak blink_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Blink LEDS Simulator), 0x0003 // Tools: 'ARM-GNU'
Target (Blink LEDS Debugger), 0x0005 // Tools: ''
Group (C Source File)
G
www.eeworm.com/read/274896/10846416
c ledtest.c
#include
#include
#include
#include
int main(int argc, char **argv)
{
int on;
int led_no;
int fd;
if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=