I am having issues in terms of a Sparkfun ESP8266 WiFi-Shield. I have download a ZIP file from Sparkfun and tried to run a demo program code that should allow me to see if I can "talk" to the WiFi-shield on my Arduino Uno, but do not have any luck. The compiler does not recognize the library <SparkFunESP8266WiFI.h>, so if anyone can help me out and explain what to do, I would appreciate that.
The compiler does not recognize the library <SparkFunESP8266WiFI.h>
What the heck does that mean? It can find the library, or it can't. Either the library is properly written, so it is compilable (which I guess you might interpret as "recognizable"), or it isn't.
Post your code, as you were directed to do in the stickies at the top of the forum, which you clearly didn't bother to read, AND post the EXACT error messages.