As my arduino Ethernet board (https://www.arduino.cc/en/Main/ArduinoBoardEthernet) died and this board is currently retired, I bought another board called Arduino Leonardo Ethernet http://www.arduino.org/products/boards/ ... onardo-eth
I was hopping that there will be not so much difference between the two, but I was wrong.
The last one is produced by arduino.org and is using arduino IDE 1.7.9.
Now, how can I make this board work with the MyDoorOpener project and with arduino IDE 1.7.9 ?
For the moment I'm getting this error three times on diferent lines:
C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino\PluggableUSB.h:57:21: error: 'USBSetup' has not been declared
int getDescriptor(USBSetup& setup);
I hope someone can help me to solve this.
Thank you