12 lines
139 B
C++
12 lines
139 B
C++
#ifndef _ATMEGA128IO_H
|
|
#define _ATMEGA128IO_H
|
|
|
|
#include <avr/io.h>
|
|
#include <avr/interrupt.h>
|
|
|
|
namespace hardware
|
|
{
|
|
|
|
};
|
|
|
|
#endif
|