代码搜索:LED_DISPLAY
找到约 1,437 项符合「LED_DISPLAY」的源代码
代码结果 1,437
www.eeworm.com/read/166203/10029538
txt 公交语音提示(3)(数字显示程序).txt
公交语音提示(3)
//***************************数字显示程序****************************//
void Led_Display(uchar Number)
{uchar d0,d1;
d0=Number/10; //取站数的个位
d1=Number%10;
www.eeworm.com/read/438523/7120363
c display.c
#include "global.h"
#include "display.h"
//**********************显示的开始***************************
//显示函数,先显示万位,最后就是个位,是用共阳数码管的
void Led_Display(void)
{
Wan=
www.eeworm.com/read/26219/955864
c 显示程序.c
/***************************************
LED显示子程序
入口参数:在数码管上要显示的个位(right)和十位(left)的BCD码
****************************************/
void LED_Display(uchar right,uchar left)
{
uchar ledch,i=0,j=0;
www.eeworm.com/read/176590/6323289
c d12int.c
#include "def.h"
#include "D12Def.h"
#include "UsbDesc.h"
#define STATUS_ERR 1
#define STATUS_OK 0
extern void Uart_Printf(char *fmt,...);
extern void Led_Display(int LedStatus);
static
www.eeworm.com/read/259610/11778056
c d12int.c
#include "def.h"
#include "D12Def.h"
#include "UsbDesc.h"
#define STATUS_ERR 1
#define STATUS_OK 0
extern void Uart_Printf(char *fmt,...);
extern void Led_Display(int LedStatus);
static
www.eeworm.com/read/10763/188278
h utils.h
#ifndef __UTILS_H__
#define __UTILS_H__
void Port_Init(void);
void Led_Display(int);
void Uart_Init(void);
void Uart_SendByte(int data);
void Uart_SendString(char *pt);
void Uart_SendDWORD(
www.eeworm.com/read/10763/188317
h utils.h
#ifndef __UTILS_H__
#define __UTILS_H__
void Port_Init(void);
void Led_Display(int);
void Uart_Init(void);
void Uart_SendByte(int data);
void Uart_SendString(char *pt);
void Uart_SendDWORD(
www.eeworm.com/read/459598/1567420
h utils.h
#ifndef __UTILS_H__
#define __UTILS_H__
void Port_Init(void);
void Led_Display(int);
void Uart_Init(void);
void Uart_SendByte(int data);
void Uart_SendString(char *pt);
void Uart_SendDWORD(
www.eeworm.com/read/304654/3794914
c it8172_comm.c
void
led_display (int code)
{
int i;
*((volatile unsigned char *)0xb80000f0) = code&0x0ff;
}
void
flash_gpio (int code)
{
int i = 50000;
*((volatile unsigned short *)0xb4013802) =
www.eeworm.com/read/295419/8165818
c d12int.c
#include "def.h"
#include "D12Def.h"
#include "UsbDesc.h"
#define STATUS_ERR 1
#define STATUS_OK 0
extern void Uart_Printf(char *fmt,...);
extern void Led_Display(int LedStatus);
static