ATmega8自适应波特率的实现(软件包)
点击数:7327 次 录入时间:03-04 11:33:32 整理:http://www.55dianzi.com AVR单片机
#define INCLUDES_H
#i nclude <assert.h>
#i nclude <ctype.h>
#i nclude <float.h>
#i nclude <math.h>
#i nclude <stddef.h>
#i nclude <stdio.h>
#i nclude <stdlib.h>
#i nclude <string.h>
#i nclude <sysmac.h>
#define Max(A,B) (A>B:A?B)
#define Min(A,B) (A<B:A?B)
#ifndef uchar
#define uchar unsigned char
#endif
#ifndef uint
#define uint unsigned int
#endif
#ifndef ulong
#define ulong unsigned long
#endif
#ifndef SUCCESS
#define SUCCESS 1
#endif
#ifndef FAILURE
#define FAILURE 0
#endif
#endif
上一页 [1] [2] [3]
本文关键字:波特率 软件包 AVR单片机,单片机-工控设备 - AVR单片机