代码搜索:LED4
找到约 530 项符合「LED4」的源代码
代码结果 530
www.eeworm.com/read/332442/12757968
h led.h
#ifndef _LED_H
#define _LED_H
#define LED_ON 0
#define LED_OFF 1
#define DIG_RST() do {\
LED0 = LED_OFF;\
LED1 = LED_OFF;\
LED2 = LED_OFF;\
LED3 = LED_OFF;\
LED4 = LED_OFF;\
LED5
www.eeworm.com/read/332442/12758082
h led.h
#ifndef _LED_H
#define _LED_H
#define LED_ON 0
#define LED_OFF 1
#define DIG_RST() do {\
LED0 = LED_OFF;\
LED1 = LED_OFF;\
LED2 = LED_OFF;\
LED3 = LED_OFF;\
LED4 = LED_OFF;\
LED5
www.eeworm.com/read/244971/12828189
c starttest.c
/****************************************************************************
* File:KEYIN.C
* 功能:键盘输入。当检测到有按键输入时,对发光二极管LED4进行取后控制。
* 使用I/O口输入方式对按键KEY1进行扫描。
* 说明:将跳线器JP8_LED4短接。
************
www.eeworm.com/read/321266/13409770
c chengxu.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit LED1= P1^0;
sbit LED2= P1^1;
sbit LED3= P1^2;
sbit LED4= P1^3;
v
www.eeworm.com/read/149399/5700483
c blinky.c
/* FLASH.C - LED Flasher for the Atmel SND1 Reference Board*/
#include
sbit LED1 = P1^2;
sbit LED2 = P1^5;
sbit LED3 = P1^7;
sbit LED4 = P1^6;
code char r
www.eeworm.com/read/128784/5979642
c blinky.c
/* FLASH.C - LED Flasher for the Atmel SND1 Reference Board*/
#include
sbit LED1 = P1^2;
sbit LED2 = P1^5;
sbit LED3 = P1^7;
sbit LED4 = P1^6;
code char r
www.eeworm.com/read/128784/5979814
c blinky.c
/* FLASH.C - LED Flasher for the Atmel SND1 Reference Board*/
#include
sbit LED1 = P1^2;
sbit LED2 = P1^5;
sbit LED3 = P1^7;
sbit LED4 = P1^6;
code char r
www.eeworm.com/read/127514/6004821
c keyin.c
/****************************************************************************
* File:KEYIN.C
* 功能:键盘输入。当检测到有按键输入时,对发光二极管LED4进行取后控制。
* 使用I/O口输入方式对按键KEY1进行扫描。
* 说明:将跳线器JP8_LED4短接。
************
www.eeworm.com/read/124402/6048696
c keyin.c
/****************************************************************************
* File:KEYIN.C
* 功能:键盘输入。当检测到有按键输入时,对发光二极管LED4进行取后控制。
* 使用I/O口输入方式对按键KEY1进行扫描。
* 说明:将跳线器JP8_LED4短接。
************
www.eeworm.com/read/118064/6099565
c blinky.c
/* FLASH.C - LED Flasher for the Atmel SND1 Reference Board*/
#include
sbit LED1 = P1^2;
sbit LED2 = P1^5;
sbit LED3 = P1^7;
sbit LED4 = P1^6;
code char r