Changeset 303 for branches/atorf/RWTHMindstormsNXT/NXT_LSRead.m
- Timestamp:
- 09/25/08 16:51:10 (5 years ago)
- Files:
-
- 1 modified
-
branches/atorf/RWTHMindstormsNXT/NXT_LSRead.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/atorf/RWTHMindstormsNXT/NXT_LSRead.m
r289 r303 7 7 % |[data BytesRead] = NXT_LSRead(port, handle)| 8 8 % 9 % |[data BytesRead optionalStatusByte] = NXT_LSRead(port, [handle])| 9 % |[data BytesRead optionalStatusByte] = NXT_LSRead(port)| 10 % 11 % |[data BytesRead optionalStatusByte] = NXT_LSRead(port, handle)| 10 12 % 11 13 % Description … … 26 28 % argument is still optional, like above. 27 29 % 28 % If no Bluetoothhandle is specified the default one (|COM_GetDefaultNXT|) is used.30 % If no NXT handle is specified the default one (|COM_GetDefaultNXT|) is used. 29 31 % 30 32 %
