diff options
author | meyma <devnull@localhost> | 2007-02-22 15:27:02 +0100 |
---|---|---|
committer | meyma <devnull@localhost> | 2007-02-22 15:27:02 +0100 |
commit | dc8b1cde313f3f8a60462187bbeeea4277fd0313 (patch) | |
tree | 02c427d6089d7d9c9b10197ca527ff5d561d82f9 /source/Concept/Framework/modules | |
parent | d7ac8f546afb75bd2d626b5cc639939337560cf6 (diff) | |
download | rc2007-soccer-dc8b1cde313f3f8a60462187bbeeea4277fd0313.tar rc2007-soccer-dc8b1cde313f3f8a60462187bbeeea4277fd0313.zip |
Additional Codework on Distance_Sensor
Diffstat (limited to 'source/Concept/Framework/modules')
-rwxr-xr-x | source/Concept/Framework/modules/input/distance_sensor.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/Concept/Framework/modules/input/distance_sensor.h b/source/Concept/Framework/modules/input/distance_sensor.h index 9efa021..9fb2c58 100755 --- a/source/Concept/Framework/modules/input/distance_sensor.h +++ b/source/Concept/Framework/modules/input/distance_sensor.h @@ -50,7 +50,10 @@ public: default: this->slaveAddr = 0;
break;
- }
+ } + + // initialiate the sensor + srf10_init();
}
protected:
|