代码搜索:uint8

找到约 10,000 项符合「uint8」的源代码

代码结果 10,000
www.eeworm.com/read/136336/13382525

h menu.h

/**************************************************************************************** * 文件名:MENU.H * 功能:菜单显示及操作,头文件。 * 作者:黄绍斌 * 日期:2004.02.26 * 备注: ******************************************
www.eeworm.com/read/321526/13403607

h udp_bak.h

#ifdef UDP_GLOBALS #define UDP_EXT #else #define UDP_EXT extern #endif struct udp_dhead{ uint8 rev; uint8 NextProtocal; uint16 TotalLen; /*校验和,包
www.eeworm.com/read/321524/13403669

h pap.h

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/321520/13403744

c sendrtc.c

/**************************************************************************** * 文件名:SENDRTC.C * 功能:运行RTC进行计时,将所时间值不断的通过串口向上位机发送,并把秒的值输出LED1--LED8 * 显示。 * 说明:将跳线器JP8短接。 * 通讯波特率115200,8位数
www.eeworm.com/read/321327/13408909

c dec6713_uart.c

/********************************************************************************* * DEC6713_UART.C v2.00 * * Copyright 2003 by SEED Electronic Technology L
www.eeworm.com/read/320236/13430029

c main.c

/*********************************************************************/ /* Project Name: IIC_Master.mcp */ /* Source fle name: IIC_Master.c
www.eeworm.com/read/320236/13430325

c main.c

/*********************************************************************/ /* Project Name: IIC_Master.mcp */ /* Source fle name: IIC_Master.c
www.eeworm.com/read/319550/13448818

h motor.h

#ifndef __motor_H__ #define __motor_H__ 1 extern volatile uint8 flag; //电机状态 //PB4,PB5 电机方向控制 电机左 #define motol_en1 PORTB |= 0x10 #define motol_en2 PORTB |= 0x20 #define motol_uen1 PORTB &=~
www.eeworm.com/read/319197/13458941

h osdutil.h

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *
www.eeworm.com/read/318557/13475822

c gui_basic.c

/**************************************************************************************** * 文件名:GUI_BASIC.C * 功能:GUI基本绘图函数。进行基本绘图运算,并调用相应的刷新程序更新LCD显示。 **********************************************