sparkfun / Weather_Shield

Barometric pressure, temperature, humidity and light sensing weather shield for Arduino.
https://www.sparkfun.com/
Other
69 stars 67 forks source link

does not compile. #13

Closed jefgamba closed 10 years ago

jefgamba commented 10 years ago

Didn't understand why.I have already installed the TinyGPSlus library, but still error. Compile time error.

Weather_Shield_with_GPS:27: error: 'TinyGPSPlus' does not name a type Weather_Shield_with_GPS.ino: In function 'void smartdelay(long unsigned int)': Weather_Shield_with_GPS:240: error: 'gps' was not declared in this scope Weather_Shield_with_GPS.ino: In function 'void printWeather()': Weather_Shield_with_GPS:444: error: 'gps' was not declared in this cope

can someone help?

mgrusin commented 10 years ago

That error means the IDE can't find the library. Make sure you quit and restart the Arduino IDE after installing the library, and that the library is in the right place, usually a "libraries" folder within your personal Arduino folder. (If it is in the right place, the IDE menu should list it in the libraries.) If you've done this and are still having problems, contact techsupport@sparkfun.com who will be glad to help you.

jefgamba commented 10 years ago

Ok. I will contact the sparkfun.

Thanks for the attention.