Changes between Version 9 and Version 10 of library_stdlib
- Timestamp:
- Jan 2, 2017, 6:45:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdlib
v9 v10 6 6 [[PageOutline]] 7 7 8 == = void '''random_wait'''( unsigned int randomize , unsigned int value ) ===8 == void '''random_wait'''( unsigned int randomize , unsigned int value ) == 9 9 This function implements a 5 cycles waiting loop. 10 10 If the <randomize> argument is set, the number of iterations is a pseudo-random number whose number of bits is defined by the <value> argument. If the <randomize> argument is zero, the number of iterations is defined by the <value> argument.