Hello, I have a couple questions revolving creating a random alphanumeric string in arduino.
1st- Is this similar to creating it in C++?
2nd- How exactly would I go about it using an arduino leonardo because I want to be able to use a function to generate it multiple times instead of rewriting code everytime and or only being able to use it once.
Essentially with my arduino leonardo I have the ability to
Keyboard.printIn()
and I want to be able to run something like
Keyboard.printIn(randomString());
and then have it write that out.
If anyone can help I'd appreciate it a lot.