I just purchased the Wifi 2.0 shield without antenna...
Nothing will compile
So i thought it was me, so i redownloaded arduino IDE 0021, i still also have 0018
I downloaded WiServer, i downloaded Wifishield lib 1.3
Put all in the right directories
Went to File / Examples/ WiServer/ SimpleServer
Anything in examples will not complete all come back with
E:\arduino-0021\libraries\WiShieldLib\g2100.c: In function 'zg_init':
E:\arduino-0021\libraries\WiShieldLib\g2100.c:63: error: 'PRR0' undeclared (first use in this function)
E:\arduino-0021\libraries\WiShieldLib\g2100.c:63: error: (Each undeclared identifier is reported only once
E:\arduino-0021\libraries\WiShieldLib\g2100.c:63: error: for each function it appears in.)
E:\arduino-0021\libraries\WiShieldLib\g2100.c: In function 'zg_drv_process':
E:\arduino-0021\libraries\WiShieldLib\g2100.c:518: error: 'PORTL' undeclared (first use in this function)
All i want to do is make my little board blink an LED from a webpage...
That's all not to much to ask for... any help would be appreciated. Now i'm kind of stuck without any direction.. I've read the wiki, there were 0 *.o files to delete. i've restarted IDE many times to make sure .h files were correct
If anyone has info please share.