summaryrefslogtreecommitdiff
path: root/digital/avr/modules/path/README
diff options
context:
space:
mode:
authorNicolas Schodet2008-06-17 22:57:24 +0200
committerNicolas Schodet2008-06-17 22:57:24 +0200
commit72f865523b14953d13a207599068ba68e9df0b70 (patch)
tree8813a1213c2b0b9e89ed043d9dd6efc4cbffaec0 /digital/avr/modules/path/README
parent19c0b55ba097db272d96d879e2895e2654a2c91c (diff)
* digital/avr/modules/path, digital/io/src:
- moved path finding to a separated module.
Diffstat (limited to 'digital/avr/modules/path/README')
-rw-r--r--digital/avr/modules/path/README25
1 files changed, 25 insertions, 0 deletions
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.