So for a project, I am working on an Arduino project, and I need to turn an integer, very long integers, into a string. can somebody help me with this?
I would be using the big number library. (GitHub - nickgammon/BigNumber: BigNumber library for the Arduino) The code would be doing some math, and that output would give me the number.
The project is an encryption system, so I would have to turn an int into a string many many times. (the code most. likely would be on a loop.)
no, it would be inputted by code on the Arduino. I would be using the big number library. the code would be doing some math, and that output would give me the number.
The project is an encryption system, so I would have to turn an int into a string many many times. (the code most. likely would be on a loop.)