代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/261304/11655745
c exp9.c
#include
#include
#define LEDs PORTD //定义输出端口及灯的类型
#define red 0x03
#define green 0x05
#define yellow 0x06
#pragma vector=0x1C
__interrupt void adc_
www.eeworm.com/read/346706/11732066
h avrcore.h
/*! \file avrcore.h \brief AVR-Core Board Driver Functions. */
//*****************************************************************************
//
// File Name : 'avrcore.h'
// Title : AVR-Core Bo
www.eeworm.com/read/256040/12034099
h avrcore.h
/*! \file avrcore.h \brief AVR-Core Board Driver Functions. */
//*****************************************************************************
//
// File Name : 'avrcore.h'
// Title : AVR-Core Bo
www.eeworm.com/read/149138/12400911
h avrcore.h
/*! \file avrcore.h \brief AVR-Core Board Driver Functions. */
//*****************************************************************************
//
// File Name : 'avrcore.h'
// Title : AVR-Core Bo
www.eeworm.com/read/231476/14231764
txt readme.txt
****************************************************************************************************
ADSP-BF537 EZ-KIT Lite Blink LEDs Example
Analog Devices, Inc.
DSP Division
Three Technolog
www.eeworm.com/read/229388/14342052
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/229313/14345662
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/116795/14954592
h avrcore.h
/*! \file avrcore.h \brief AVR-Core Board Driver Functions. */
//*****************************************************************************
//
// File Name : 'avrcore.h'
// Title : AVR-Core Bo
www.eeworm.com/read/155328/5626584
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/153670/5645547
h sys.h
#ifndef _SYS_H
#define _SYS_H
#include "../hardware.h"
#define LEDS (*(volatile unsigned char *) Base_LED)
//#define LEDS P0
#define BUT0 (LEDS & 0x1)
#define BUT1 (LEDS & 0x2)
#define BUT2 (LEDS