Hello... I have problem with the compilation of my program. I dont known if the problem is with the new arduino version 1.6.4 with its library or the code of program . The program only write something register inside the file. But when i had that compile the program its not finish. I send the program. Thanks for your help
Welcome to the forum. Please learn how to post your code within code tags (</>)icon on tool bar. It makes it easier for people to look at your code and help you.
Do you have console.h library installed? I do not have it, and your code would not compile for me until I commented out that line. It did not complete and showed no error.
With that line commented out, and some pin numbers changed for my setup, I can compile and run your program with 1.6.4 in Windows 7.
Change line 48 int cont =0 to static int cont =0 or your index will not increment.
I am having the same issue with several files. I make a change to the code and compile it only to get 1/4 of a bar and that's it. Just sits there. Go back and undo the changes and it's ok again.