From 72f865523b14953d13a207599068ba68e9df0b70 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 17 Jun 2008 22:57:24 +0200 Subject: * digital/avr/modules/path, digital/io/src: - moved path finding to a separated module. --- digital/avr/modules/path/README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 digital/avr/modules/path/README (limited to 'digital/avr/modules/path/README') diff --git a/digital/avr/modules/path/README b/digital/avr/modules/path/README new file mode 100644 index 00000000..618e4b79 --- /dev/null +++ b/digital/avr/modules/path/README @@ -0,0 +1,25 @@ +avr.path - Path finding module. + +Path finding among obstacles represented as circles. See modules README for +more details about AVR modules. + + +Copyright (C) 2008 Nicolas Schodet + +APBTeam: + Web: http://apbteam.org/ + Email: team AT apbteam DOT org + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- cgit v1.2.3