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/Code/HAL/board.h
2007-02-11 18:32:03 +00:00

14 lines
124 B
C++

#ifndef _BOARD_H
#define _BOARD_H
#include <avr/io.h>
class board
{
private:
public:
board();
~board();
};
#endif