c066e4da8b
This is a board definition for the uGame project: https://hackaday.io/project/27629-game uGame is a small handheld game console programmable with CircuitPython. The hardware part of the project is pretty much stable by now.
15 lines
232 B
C
15 lines
232 B
C
/**
|
|
* \file
|
|
*
|
|
* \brief User board configuration template
|
|
*
|
|
*/
|
|
/*
|
|
* Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
|
|
*/
|
|
|
|
#ifndef CONF_BOARD_H
|
|
#define CONF_BOARD_H
|
|
|
|
#endif // CONF_BOARD_H
|