summaryrefslogtreecommitdiffhomepage
path: root/digital/io
diff options
context:
space:
mode:
authorNicolas Schodet2010-04-13 00:21:45 +0200
committerNicolas Schodet2010-04-13 00:21:45 +0200
commitdad456971807158e350baa84c2c24dee1a9c69bd (patch)
tree527f3ae3094d90df35a38b708b824fba61ded2d1 /digital/io
parentf4016e5523407c4d4050ef389e60dc8a3ce22799 (diff)
digital/io/src: remove unused defines
Diffstat (limited to 'digital/io')
-rw-r--r--digital/io/src/playground.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/digital/io/src/playground.h b/digital/io/src/playground.h
index 7991e052..0ff7a11c 100644
--- a/digital/io/src/playground.h
+++ b/digital/io/src/playground.h
@@ -66,18 +66,6 @@
(bot_color ? (a) : (BOT_ANGLE_DEGREE * 180) - (a))
/**
- * The position where to reset the bot when it starts, depending on the color.
- */
-#define PG_X_START (PG_X_VALUE_COMPUTING (200))
-#define PG_Y_START (PG_HEIGHT - 70)
-#define PG_A_START (-90 * BOT_ANGLE_DEGREE)
-
-/**
- * The backward move for the MOVE_FSM.
- */
-#define PG_MOVE_DISTANCE 300
-
-/**
* Start zone.
*/
#define PG_START_ZONE_LENGTH 500