Hi,
I writed recently a program to start/stop my air conditioner, remotely. I've tested the hardware with an Arduino One, with no issues.
Eventually i decided to take the source code to the MKR1000, and got a compiler error:
error: expected constructor, destructor, or type conversion before '(' token
ISR (TIMER_INTR_NAME)
Does anybody know why?
Another question:
Didn't find how to put a password to the client who connect the MKR's wifi. Somebody could connect and start my conditioner.
How could i avoid it?
Thanks!
mephala.