summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/playground.h
diff options
context:
space:
mode:
authorNicolas Schodet2008-04-26 08:08:58 +0200
committerNicolas Schodet2008-04-26 08:08:58 +0200
commitad7f48df6ea99619996bb3b36f26fd6db4592230 (patch)
treec8d4e445f49eb4b5079413c649e4d78d721b3cac /digital/io/src/playground.h
parent9866bb7e6086d33363efafef04b1eaf4827b1b95 (diff)
* digital/io/src:
- added path finding algorithm.
Diffstat (limited to 'digital/io/src/playground.h')
-rw-r--r--digital/io/src/playground.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -47,6 +47,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.
*/