Changeset 865
- Timestamp:
- 12/15/09 15:20:02 (3 years ago)
- Files:
-
- 1 modified
-
branches/livecd/RWTHMindstormsNXT/GetSound.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/livecd/RWTHMindstormsNXT/GetSound.m
r823 r865 63 63 % init timeout-counter 64 64 startTime = clock(); 65 timeOut = 0. 1; % in seconds65 timeOut = 0.6; % in seconds 66 66 % loop until valid 67 67 while (~in.Valid) && (etime(clock, startTime) < timeOut)
