ButterflyMP3
|
#include <inttypes.h>
#include <avr/interrupt.h>
Go to the source code of this file.
Workaround since the avr-libc has no support for the ATmega169 eeprom at the time of writing this (avr-libc V1.0)
This is based on the ATMEL Databook for the m169, with some changes in the interfaces and interrupt control
done by Martin Thomas, KL, .de
Definition in file eeprom169.h.