注册会员
- 积分
- 194
- 威望
- 230
- 贡献
- 34
- 兑换币
- 0
- 注册时间
- 2010-4-6
- 在线时间
- 0 小时
|
/*********************************************
This program was produced by the
CodeWizardAVR V1.23.8d Standard
Automatic Program Generator
?Copyright 1998-2003 HP InfoTech s.r.l.
http://www.hpinfotech.ro
e-mailffice@hpinfotech.ro
Project :
Version :
Date : 2005-7-26
Author : jack
Company :
Comments:
Chip type : ATmega16
Program type : Application
Clock frequency : 8.000000 MHz
Memory model : Small
External SRAM size : 0
Data Stack size : 256
*********************************************/
#include <stdio.h>
#include <mega16.h>
#define uchar unsigned char
#define uint unsigned int
#define GXM12864_KS0108_ID PORTC.7
#define GXM12864_KS0108_E PORTC.0
#define GXM12864_KS0108_CSA PORTC.6
#define GXM12864_KS0108_CSB PORTC.1 |
|