From ad266491abf6b04775e3d279d0eadb5a92d0bd57 Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Sun, 26 Oct 2014 23:20:51 +0300 Subject: enhanced README a bit --- README | 9 --------- README.md | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 1d09789..0000000 --- a/README +++ /dev/null @@ -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). -- cgit v1.2.1