projects
/
tactonlibrary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0160691
)
add position defines
author
Thomas Pietrzak
<thomas.pietrzak@gmail.com>
Thu, 11 Aug 2011 19:07:26 +0000
(19:07 +0000)
committer
Thomas Pietrzak
<thomas.pietrzak@gmail.com>
Thu, 11 Aug 2011 19:07:26 +0000
(19:07 +0000)
git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@44
47cf9a05
-e0a8-4ed5-9e9b-
101a649bc004
TactonPlayer/Tacton.hpp
patch
|
blob
|
history
diff --git
a/TactonPlayer/Tacton.hpp
b/TactonPlayer/Tacton.hpp
index d5ac0d44d61d963674a53ed8a3906606a5b67e3a..0dfa37d35935ab123b5db44447a16edfca80ab62 100644
(file)
--- a/
TactonPlayer/Tacton.hpp
+++ b/
TactonPlayer/Tacton.hpp
@@
-6,10
+6,10
@@
#define POS1_DOWN_FOREWARD 0x08
\r
#define POS1_DOWN_BACKWARD 0x04
\r
\r
-#define POS
1
_RIGHT 0x01
\r
-#define POS
1
_UP 0x02
\r
-#define POS
1
_LEFT 0x04
\r
-#define POS
1
_DOWN 0x08
\r
+#define POS
2
_RIGHT 0x01
\r
+#define POS
2
_UP 0x02
\r
+#define POS
2
_LEFT 0x04
\r
+#define POS
2
_DOWN 0x08
\r
\r
class Tacton
\r
{
\r