代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/151303/12222148
c led.c
#include "reg52.h"
sbit _DI = 0x90;
sbit _SCK = 0x91;
sbit _Speak = 0x92;
unsigned char code Led_Show[]={0x50,0xf5,0x68,0x4a,0x47,0xc2,0xc0,0x5b,0x40,0x42,0x41,0xc4,0xf0,0x4c,0xe0,0xe1,0xff};
voi
www.eeworm.com/read/151303/12222151
lst led.lst
C51 COMPILER V7.02a LED 05/04/2004 08:03:08 PAGE 1
C51 COMPILER V7.02a, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN LE
www.eeworm.com/read/151303/12222198
bin led.bin
www.eeworm.com/read/151303/12222199
hex led.hex
www.eeworm.com/read/151303/12222202
obj led.obj
www.eeworm.com/read/339500/12228468
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/339467/12233062
c led.c
//****************************************************************************
//** File Name : Code_of_SMC_DTC.c **
//** Project : Sparse Matrix
www.eeworm.com/read/339425/12237038
c led.c
//该程序实现2407的led显示
// RS BIT PA.0 ;控制线定义
// RW BIT PA.1
// E BIT PA.2
// CS1 BIT PA.3
// CS2 BIT PA.4
// BUSY BIT PA.5
// INT BIT PA.6
// RST BIT PA.7
// 数据线PB
#include
www.eeworm.com/read/253157/12241741
c led.c
#define IN_TGPIO
#include "config.h"
#define LEDS8 16 // P2[23:16] controle LED8~LED1
int main(void)
{
int fd;
uint8 i, val;
fd = open("/dev/P2", O_RDONLY);
if(fd == -1)
{
www.eeworm.com/read/339347/12241929