diff options
-rw-r--r-- | README | 9 | ||||
-rw-r--r-- | README.md | 14 |
2 files changed, 14 insertions, 9 deletions
@@ -1,9 +0,0 @@ -Brainuino is an open source project for developing hardware and software -for intellectual games. Brainuino Aleph is a first model of game device -combining timer and answer detector. - -This progect contains device firmware source code. You will need Arduino IDE -(http://arduino.cc/en/Main/Software) to use it. - -This project is licenced under GPLv3 or later -(https://www.gnu.org/licenses/gpl.html). diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e902f4 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +About Brainuino +=============== + +Brainuino is an open source project for developing hardware and software +for intellectual games. Brainuino Aleph is a first model of game device +combining timer and answer detector. See http://brainuino.ru for more details +(currently in Russian only). + +This project contains device firmware source code. You will need Arduino IDE +(http://arduino.cc/en/Main/Software) or at least arduino core (libraries, +avr-gcc compiler, avr-binutils and avrdude) to use it. + +This project is licenced under GPLv3 or later +(https://www.gnu.org/licenses/gpl.html). |