HI Guys
I am trying to convert text or number to binary.
I am a newbie in Arduino .can any one help me
Thanks
HI Guys
I am trying to convert text or number to binary.
I am a newbie in Arduino .can any one help me
Thanks
Making the reasonable assumption that you want to compute the binary representation of an integer or character as a string of '1' and '0' chars, this might help you: Binary representation of a given number - GeeksforGeeks.