From: Thomas Pietrzak Date: Thu, 11 Aug 2011 19:00:01 +0000 (+0000) Subject: add position defines X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=0160691ceae002a29b1f2caa33444d236c3d0bb1;p=tactonlibrary.git add position defines git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@42 47cf9a05-e0a8-4ed5-9e9b-101a649bc004 --- diff --git a/TactonLibrary.suo b/TactonLibrary.suo index bea52c2..70e4b04 100644 Binary files a/TactonLibrary.suo and b/TactonLibrary.suo differ diff --git a/TactonPlayer/Tacton.hpp b/TactonPlayer/Tacton.hpp index 2a0df40..d5ac0d4 100644 --- a/TactonPlayer/Tacton.hpp +++ b/TactonPlayer/Tacton.hpp @@ -1,6 +1,16 @@ #ifndef _TACTON_ #define _TACTON_ +#define POS1_UP_FOREWARD 0x01 +#define POS1_UP_BACKWARD 0x02 +#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 + class Tacton { public: