aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/nxt-python-fantom/nxt/sensor
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-05-03 14:47:38 +0800
committerTat-Chee Wan (USM)2011-05-03 14:47:38 +0800
commit166fe4fbb3de88850d327e829b1a768d99ab26cc (patch)
tree34bf5df14a26746224c5cc045d1944709666e9bb /AT91SAM7S256/armdebug/nxt-python-fantom/nxt/sensor
parentefa35bbf85ba1bfa37b34bc35d4fa5e8cf3208f6 (diff)
parent1e3b294f345511538c64cce8f9f3e0ba3c82d1e3 (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
Diffstat (limited to 'AT91SAM7S256/armdebug/nxt-python-fantom/nxt/sensor')
-rw-r--r--AT91SAM7S256/armdebug/nxt-python-fantom/nxt/sensor/hitechnic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/AT91SAM7S256/armdebug/nxt-python-fantom/nxt/sensor/hitechnic.py b/AT91SAM7S256/armdebug/nxt-python-fantom/nxt/sensor/hitechnic.py
index d2bd8ec..3c152d3 100644
--- a/AT91SAM7S256/armdebug/nxt-python-fantom/nxt/sensor/hitechnic.py
+++ b/AT91SAM7S256/armdebug/nxt-python-fantom/nxt/sensor/hitechnic.py
@@ -247,7 +247,7 @@ class EOPD(BaseAnalogSensor):
def __init__(self, brick, port):
super(EOPD, self).__init__(brick, port)
- from math import sqrt
+ from math import sqrt
self.sqrt = sqrt
def set_range_long(self):