我是第一次用AVR的芯片MEG8,MEG16。
找到一个范例工程,很不理解,整个工程里面没有找到关于芯片寄存器地址的定义。
但是可以正常编译通过。
#include <stdint.h>
#include <stdio.h>
#include <math.h>
//#include <util/delay.h>
#include <avr/interrupt.h>
#include <avr/sleep.h>
#include <stdlib.h>
//#include <ctype.h>
#include <errno.h>
#include <inttypes.h>
#include <setjmp.h>
#include <assert.h>
有包含以上一些文件,但是根本没有找到芯片地址的定义。
请问我改怎么理解 |