Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
char binValue[33];
memset(binValue,0,33);
int hexVal = 0xABCDEF;
for(int i = 31,j=0;i>=0;i--,j++)
{
FORGOT ONE THING... sorry bout that
binValue[i] =