Skip to content

Commit 14ec2db

Browse files
Update Code
Modified code to utilize new "Weather Meter Kit" Arduino library Included small updates for the "TinyGPSPlus" Arduino library Reconfigured baud rate to 115200bps
1 parent ff3dce9 commit 14ec2db

File tree

3 files changed

+253
-650
lines changed

3 files changed

+253
-650
lines changed

Firmware/Weather_Shield_Basic_V12/Weather_Shield_Basic_V12.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ long lastSecond; //The millis counter to see when a second rolls by
4040

4141
void setup()
4242
{
43-
Serial.begin(9600);
43+
Serial.begin(115200);
4444
Serial.println("Weather Shield Example");
4545

4646
pinMode(STAT_BLUE, OUTPUT); //Status LED Blue

0 commit comments

Comments
 (0)