Arduino Time Library
i trying seed srand() random, more random result, tried using c++
code: [select]
#include <ctime.h>
library. compiler said there no such library, downloaded arduino code: [select]
#include <time.h>
library, compiler gave me errors that, too. errors compiler gave me below. can me decipher errors on time.h one? also, library , command should use seed srand()? compiler error attached below.code: [select]
srand(time(null));
Arduino Forum > Using Arduino > Programming Questions > Arduino Time Library
arduino
Comments
Post a Comment