From 844edc0f018c2bdae308f1a005837acb7d2aa84d Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 14 May 2010 08:51:29 +0200 Subject: digital/io/src: add slow motion for corn --- digital/io/src/bot.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'digital/io/src/bot.h') diff --git a/digital/io/src/bot.h b/digital/io/src/bot.h index 6c455906..65fa6e81 100644 --- a/digital/io/src/bot.h +++ b/digital/io/src/bot.h @@ -73,6 +73,9 @@ /** Slow parameters. */ #define BOT_MOVE_SLOW 0x20, 0x20, 0x10, 0x10 +/** Very slow parameters. */ +#define BOT_MOVE_SNAYLE 0x8, 0x8, 0x8, 0x8 + /** Elevator stroke in steps. */ #define BOT_ELEVATOR_STROKE_STEP 7089 -- cgit v1.2.3