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

Commented line #234 prevents working with GPS in Weather_Shield_with_GPS_V12.ino #32

Closed wittend closed 8 months ago

wittend commented 5 years ago

The fact that line #234 is commented out at the end of loop() prevents firmwareWeather_Shield_with_GPS_V12.ino from reading GPS if attached. This problem is present in both the repo code and the code embedded in the tutorial page "Arduino Weather Shield Hookup Guide V12".

Uncommenting this line seems to fix things, at least with the specified GPS.

santaimpersonator commented 8 months ago

Closing, as this is no longer relavent to the new code implementation