Hello,
I installed a Wishield 2.0 on my Arduino Mega and got it working well. Now I want to add a timer in my sketch.
I can get my timer to work if I inhibit the WiFi.init() in my setup function. But I can't get both working at the same time.
I guess the WiShield 2.0 stack is messing with the interrupt, but I can't find any information on the subject.
Are there people here that got a simple timer working with the WiShield ?
Thanks for your help !
Note :
I am using Eclipse to build my project.
I tried to setup the timer 5 directly in my code, the issue is the same, it's working without the wishield.