This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rc2007-soccer/source/Concept/Framework/atmega128io.h

12 lines
139 B
C++

#ifndef _ATMEGA128IO_H
#define _ATMEGA128IO_H
#include <avr/io.h>
#include <avr/interrupt.h>
namespace hardware
{
};
#endif