Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ausshir committed Aug 2, 2014
1 parent ca3a8b5 commit cbe3da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino/balloonMain/balloonMain.ino
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void setup() // runs once at power up
delay(2000);
digitalWrite(4, 0);
Wire.begin(); // fire up the I2C interface
Serial.begin(9600); // main serial port for debug/radio interface
Serial.begin(1200); // main serial port for debug/radio interface
ssGPS.begin(9600); // serial interface for the gps
ssLogger.begin(4800); //serial interface for the DataLogger
gyro.initialize(); // set up IMU
Expand Down

0 comments on commit cbe3da6

Please sign in to comment.