From: Thomas Pietrzak Date: Thu, 11 Aug 2011 19:07:26 +0000 (+0000) Subject: add position defines X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=e2aeebe43a9a644f8c36d38e1c3567e3c2348047;p=tactonlibrary.git add position defines git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@44 47cf9a05-e0a8-4ed5-9e9b-101a649bc004 --- diff --git a/TactonPlayer/Tacton.hpp b/TactonPlayer/Tacton.hpp index d5ac0d4..0dfa37d 100644 --- a/TactonPlayer/Tacton.hpp +++ b/TactonPlayer/Tacton.hpp @@ -6,10 +6,10 @@ #define POS1_DOWN_FOREWARD 0x08 #define POS1_DOWN_BACKWARD 0x04 -#define POS1_RIGHT 0x01 -#define POS1_UP 0x02 -#define POS1_LEFT 0x04 -#define POS1_DOWN 0x08 +#define POS2_RIGHT 0x01 +#define POS2_UP 0x02 +#define POS2_LEFT 0x04 +#define POS2_DOWN 0x08 class Tacton {