From 44831d10328eb75efab167ac3e148053958a6b2f Mon Sep 17 00:00:00 2001 From: Dmitry Dzakhov Date: Sun, 27 Apr 2014 23:38:48 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 941277a..c11436f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ arduino2 ======== -Arduino sketch and libraries for Mitya's controller. New sketch is separated to several c++ classes. IR function is excluded. I think that later we'll put it back. RoboScript is removed too. The idea is that the right place for RoboScript is Android RoboHead, not Arduino controller. +Arduino sketch and libraries for Mitya's controller. This is second version of the sketch. It is separated to several c++ classes. IR function is excluded. I think that later we'll put it back.