diff options
author | Dmitry Mikhirev | 2014-10-26 23:20:51 +0300 |
---|---|---|
committer | Dmitry Mikhirev | 2014-10-26 23:20:51 +0300 |
commit | ad266491abf6b04775e3d279d0eadb5a92d0bd57 (patch) | |
tree | 1765b711c1b00dd12d8ac5bbb9a3f01c8465317e | |
parent | 168504332dcdb7319276e227bec9be65c9a5ca92 (diff) | |
download | brainuino-ad266491abf6b04775e3d279d0eadb5a92d0bd57.tar.gz brainuino-ad266491abf6b04775e3d279d0eadb5a92d0bd57.tar.bz2 brainuino-ad266491abf6b04775e3d279d0eadb5a92d0bd57.tar.xz brainuino-ad266491abf6b04775e3d279d0eadb5a92d0bd57.zip |
enhanced README a bit
-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). |