Show
Ignore:
Timestamp:
09/25/08 16:51:10 (5 years ago)
Author:
atorf
Message:
  • Adapted more functions (mostly Open*) to work with optional NXT handle
  • Modified various minor bugs and help texts
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/atorf/RWTHMindstormsNXT/NXT_LSRead.m

    r289 r303  
    77%   |[data BytesRead] = NXT_LSRead(port, handle)|  
    88% 
    9 %   |[data BytesRead optionalStatusByte] = NXT_LSRead(port, [handle])|  
     9%   |[data BytesRead optionalStatusByte] = NXT_LSRead(port)|  
     10% 
     11%   |[data BytesRead optionalStatusByte] = NXT_LSRead(port, handle)|  
    1012% 
    1113% Description 
     
    2628%   argument is still optional, like above. 
    2729% 
    28 %   If no Bluetooth handle is specified the default one (|COM_GetDefaultNXT|) is used. 
     30%   If no NXT handle is specified the default one (|COM_GetDefaultNXT|) is used. 
    2931% 
    3032%