代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/164392/10111278
c led.c
#include "config.h"
void led_run(uint8 value)
{
if(value==0)
Write2Cpld(0x82000002,0xff);
else
Write2Cpld(0x82000002,0x00);
}
void led_lbdv1(uint8 value)
{
www.eeworm.com/read/164093/10129556
obj led.obj
www.eeworm.com/read/164093/10129574
h led.h
#ifndef _led_H_
#define _led_H_
extern unsigned char dis_led(unsigned char b);
#endif
www.eeworm.com/read/164093/10129615
c led.c
#include
unsigned char dis_led(unsigned char b)
{
code unsigned char Seg7Code[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
return(Seg7Code[b]);
}
www.eeworm.com/read/164093/10129619
lst led.lst
C51 COMPILER V6.23a LED 04/13/2006 22:36:01 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN le
www.eeworm.com/read/359541/10139997
c led.c
#include //配置头文件
#include //内核头文件
#include
#include //时钟头文件
#include //用户定义模块初始函数名需引用的头文件
#include /
www.eeworm.com/read/359541/10140028
c led.c
/*
* 2006 OURS TECH
*
*
*
This file for explain how to use a simple driver
*/
#include
#include
#include
www.eeworm.com/read/163808/10144713
c led.c
//串行驱动led显示,
//一个74hc595位移寄存器驱动三极管驱动led位,
//两个74hc595驱动led段,方式位5位x8段x2=10个数码管
//5分频,每次扫描时间位1.25ms
//定义特殊符号
#define nul 0xf
#define qc 0xc
#define qb 0xb
#define q_ 0xa
#define q__ 0xd
www.eeworm.com/read/359453/10145194
c led.c
#include
unsigned char count;count1,count2;
unsigned int data time;
#define PWM_DELAY 60
#define OFF_DELAY 20
unsigned char data PWMR,PWMB,PWMG;
unsigned char DIP_P1;
//-
www.eeworm.com/read/163514/10155579
c led.c
//LED_task
//LED.c data for pooa8
#include "includes.h"
#include "ML674000.H"
#define bit8 (0x01