Changeset 249


Ignore:
Timestamp:
06/11/08 15:40:38 (5 years ago)
Author:
fma
Message:

Cleanup code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hardware/bluetoothDriver.py

    r226 r249  
    6363 
    6464class BluetoothDriver(BusDriver): 
    65     """ Passive driver. 
     65    """ Driver for bluetooth connection. 
    6666 
    6767    This driver only uses bluetooth socket. 
    68  
    69     @todo: dynamically get bluetooth device address. 
    7068    """ 
    7169    def init(self): 
     
    117115            c = '' 
    118116            while c != '=': 
    119                 #while not self._sock.inWaiting(): 
    120                     #time.sleep(0.01) 
    121117                c = self._sock.recv(1) 
    122118                #Logger().debug("BluetoothDriver.sendCmd(): c=%s" % repr(c)) 
Note: See TracChangeset for help on using the changeset viewer.