代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/373862/9431381
h led.h
#ifndef __LED_H__
#define __LED_H__
#include "71x_lib.h"
#define LED3 0x0010 // P1.4
#define LED4 0x0040 // P1.6
#define LED5 0x0002 // P0.1
#define LED6 0x0008 // P0.3
enum
www.eeworm.com/read/373862/9431537
opt led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/373861/9431605
c led.c
#include "LED.h"
void LED_Set(int led,GPIO_TypeDef *GPIOx, enum LEDOPT opt)
{
switch(opt)
{
case LED_OFF:
GPIO_WordWrite(GPIOx, GPIO_WordRead(GPIOx) & ~led);
break;
case LED_ON:
www.eeworm.com/read/373861/9431606
h led.h
#ifndef __LED_H__
#define __LED_H__
#include "71x_lib.h"
#define LED3 0x0010 // P1.4
#define LED4 0x0040 // P1.6
#define LED5 0x0002 // P0.1
#define LED6 0x0008 // P0.3
enum
www.eeworm.com/read/373860/9431818
c led.c
#include "LED.h"
void LED_Set(int led,GPIO_TypeDef *GPIOx, enum LEDOPT opt)
{
switch(opt)
{
case LED_OFF:
GPIO_WordWrite(GPIOx, GPIO_WordRead(GPIOx) & ~led);
break;
case LED_ON:
www.eeworm.com/read/373860/9431819
h led.h
#ifndef __LED_H__
#define __LED_H__
#include "71x_lib.h"
#define LED3 0x0010 // P1.4
#define LED4 0x0040 // P1.6
#define LED5 0x0002 // P0.1
#define LED6 0x0008 // P0.3
enum
www.eeworm.com/read/373859/9432042
c led.c
#include "LED.h"
void LED_Set(int led,GPIO_TypeDef *GPIOx, enum LEDOPT opt)
{
switch(opt)
{
case LED_OFF:
GPIO_WordWrite(GPIOx, GPIO_WordRead(GPIOx) & ~led);
break;
case LED_ON:
www.eeworm.com/read/373859/9432046
h led.h
#ifndef __LED_H__
#define __LED_H__
#include "71x_lib.h"
#define LED3 0x0010 // P1.4
#define LED4 0x0040 // P1.6
#define LED5 0x0002 // P0.1
#define LED6 0x0008 // P0.3
enum
www.eeworm.com/read/177735/9433969
exe led.exe
www.eeworm.com/read/373807/9436040
c led.c
//----------------------------------------------------------------------------
// WL Encore II Example Project
//
// Description: This is a simple project that is targeted at the CY7C603xx
// part