I downloaded and setup the Arduino IDE as per
http://digistump.com/wiki/digispark/tutorials/connectingpro Running 1.5.8B
Then connected my DigiPro with wifi shied, downloaded the DifiWifi library and added the .zip to the arduino IDE and loaded up an example script, but they all have the same error.
In file included from BasicClient.ino:5:0:
C:\Users\Matt\Documents\Arduino\libraries\DigiFi-master/DigiFi.h:10:20: fatal error: Client.h: No such file or directory #include "Client.h"
If I add the Client.h file in, then it just continues, include after include fails. Any idea why it isn't just pulling it properly?