summaryrefslogtreecommitdiffstats
path: root/source/AVR_Studio/Soccer/hal/maussensor.h
diff options
context:
space:
mode:
authorsicarius <devnull@localhost>2007-02-14 18:47:03 +0100
committersicarius <devnull@localhost>2007-02-14 18:47:03 +0100
commit29618453d22c694a0dcb9541b2cea3ee32928fbb (patch)
tree00f7d1c86c904d3a65bd52438e1fabc3fdf3f5df /source/AVR_Studio/Soccer/hal/maussensor.h
parentab9cf92c1a0f1d400e7f46a346c47d952ea376cc (diff)
downloadrc2007-soccer-29618453d22c694a0dcb9541b2cea3ee32928fbb.tar
rc2007-soccer-29618453d22c694a0dcb9541b2cea3ee32928fbb.zip
Code-Work by Marian
Diffstat (limited to 'source/AVR_Studio/Soccer/hal/maussensor.h')
-rwxr-xr-xsource/AVR_Studio/Soccer/hal/maussensor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/AVR_Studio/Soccer/hal/maussensor.h b/source/AVR_Studio/Soccer/hal/maussensor.h
index 2abb8bd..5701808 100755
--- a/source/AVR_Studio/Soccer/hal/maussensor.h
+++ b/source/AVR_Studio/Soccer/hal/maussensor.h
@@ -111,9 +111,11 @@ void maus_image_prepare(void);
*/
public:
- Maussensor(int index);
+ Maussensor();
~Maussensor();
+ void init(int index);
+
uint8 GetX();
uint8 GetY();
uint8 GetSqual();