From ad7f48df6ea99619996bb3b36f26fd6db4592230 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 26 Apr 2008 08:08:58 +0200 Subject: * digital/io/src: - added path finding algorithm. --- digital/io/src/playground.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'digital/io/src/playground.h') diff --git a/digital/io/src/playground.h b/digital/io/src/playground.h index 66acd843..4a3be101 100644 --- a/digital/io/src/playground.h +++ b/digital/io/src/playground.h @@ -46,6 +46,11 @@ */ #define PG_HEIGHT 2100 +/** + * The distance from table border for movements. + */ +#define PG_BORDER_DISTANCE 250 + /** * Considering there is a symmetry axis on X, this macro will compute the * value for on the X axis depending on the color. -- cgit v1.2.3