Changeset 2308
- Timestamp:
- 03/01/10 12:38:15 (5 months ago)
- Files:
-
- 1 modified
-
trunk/papywizard/hardware/pololuServoHardware.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/papywizard/hardware/pololuServoHardware.py
r2286 r2308 80 80 else: 81 81 data2Str = 'None' 82 Logger().debug("PololuServoHardware.__sendCmd: command=%d, servo=%d, data1=%s, data2=%s" % (command, self._axis, hex(data1), data2Str))82 #Logger().debug("PololuServoHardware.__sendCmd: command=%d, servo=%d, data1=%s, data2=%s" % (command, self._axis, hex(data1), data2Str)) 83 83 if command in (0, 1, 2): 84 84 if data2 is not None: … … 98 98 # Check controller answer 99 99 data = self._driver.read(size) 100 Logger().debug("PololuServoHardware.__sendCmd: pololu returned: %s" % repr(data))100 #Logger().debug("PololuServoHardware.__sendCmd: pololu returned: %s" % repr(data)) 101 101 102 102 def init(self):
