Good day everyone,
would you help me to put this code in Arduino please?
#include <stdio.h>
#include <time.h>
int main(){
int Binario[]={0,0,0};
int NCifre=3;
int i;
//stampa le 4 cifre di Binario
do{
for(i=0;i<NCifre;i++){
printf("%d",Binario*);*
-
}*
-
printf("\n");*
-
int t;*
-
for(t=0;t<100000000;t++);*
-
int incrementato=0;*
-
i=NCifre-1; //bit meno significativo *
-
do*
-
{*
_ if (Binario*==0){_
_ Binario=1;
incrementato=1;
}
else{
Binario=0;
i--;
}
}while((incrementato==0)&&(i!=-1));
}while(1);
return 0;
}
//Good day*_