Hello, I need to send some random numbers to my application from the board. is there any example that I can look for ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello, I need to send some random numbers to my application from the board. is there any example that I can look for ?
You can use the C library function rand() to generate a random number. See https://www.tutorialspoint.com/c_standard_library/c_function_rand.htm